mfariborz
10 Aug 2009, 7:38 AM
Good Morning All,
I have been using 2r2 and am running into a few issues with the ws.pickList method when using the "names" as the type. My code is below:
var ws = new Ext.nd.UIWorkspace();
ws.pickList({
type: "names",
title : "E-mail Report To",
prompt : "Select names to send the Status Report to.",
showSearch : false,
callback : addToSendTo
});
1) Clicking the "Choose Address Book" combo box has no effect. You have to highlight and delete the address book that is currently displayed before the drop down will appear.
2) The items listed in the drop down at that point are the file names for the address books, not the database titles.
3) When you select a different address book, the view displays the loading icon, but the entries do not change.
4) You have to tab out of the combo box to get the view to attempt to do the reload. (This isn't a huge problem in my book, but is different than the address dialog in the Notes client.)
I can work around 1, 2 and 4, but I can't figure out how the pickList function is suppose to accomplish the reloading of the view. Also, for some reason, the custom picklist method I created using the previous version of Ext.nd does not work in 2r2.
If someone, at the least, can point me in the right direction on how 3 should be accomplished, I would appreciate it.
Thanks,
Mike
I have been using 2r2 and am running into a few issues with the ws.pickList method when using the "names" as the type. My code is below:
var ws = new Ext.nd.UIWorkspace();
ws.pickList({
type: "names",
title : "E-mail Report To",
prompt : "Select names to send the Status Report to.",
showSearch : false,
callback : addToSendTo
});
1) Clicking the "Choose Address Book" combo box has no effect. You have to highlight and delete the address book that is currently displayed before the drop down will appear.
2) The items listed in the drop down at that point are the file names for the address books, not the database titles.
3) When you select a different address book, the view displays the loading icon, but the entries do not change.
4) You have to tab out of the combo box to get the view to attempt to do the reload. (This isn't a huge problem in my book, but is different than the address dialog in the Notes client.)
I can work around 1, 2 and 4, but I can't figure out how the pickList function is suppose to accomplish the reloading of the view. Also, for some reason, the custom picklist method I created using the previous version of Ext.nd does not work in 2r2.
If someone, at the least, can point me in the right direction on how 3 should be accomplished, I would appreciate it.
Thanks,
Mike