PDA

View Full Version : [2r2] PickList Names Issues



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

jratcliff
11 Aug 2009, 9:47 AM
I'm looking into this now.

mfariborz
28 Sep 2009, 8:05 AM
Hi Jack, just wanting to verify, these issues haven't been fixed in Beta 3, correct? (Just installed it this morning and want to verify that these are still issues, not that I missed something when updating my forms.)

Thanks,

Mike

ajaybmali
25 Jul 2011, 10:57 PM
I'm looking into this now.


Hi Jack

Could you please reply to this..... I am facing same issue.
Picklist is displaying the list of address book.

1. To select another address book, I have to remove existing address book from inpuft field (doesn't work like dropdown).
2. When diffrent address book is selected to input box, it is not updating address picker view.

All issue are same as mentioned in below link

http://www.sencha.com/forum/showthread.php?77156-2r2-PickList-Names-Issues

but for above link, user is working fourth option, but in my case....it is also not working

Please do the needful for me

Thank you in advance

Regards
Ajay