View Full Version : Address Dialog Error Messages (B3)
knight999
19 Aug 2009, 8:40 AM
Hi Jack,
Many thanks for you guys great jobs for this new version ..=D>=D>
Just open the demo.nsf, for last 2 bugs that I had posted few days ago have been fixed, but in the same page, when I click 'Address Dialogs', the firebug show me an error message as
"this.sess.addressBooks[0] is undefined" in extnd-all-debugs.js line 5892 ~ :-/
Please have a look and give me some advise ~ thanks a million ...
jratcliff
20 Aug 2009, 6:52 AM
Ahh yes, you are running from 'localhost'. In preparing for my presentation at IamLUG I noticed that the Session.js agent would take nearly 45 seconds to run from localhost. After debugging this I found out that the hold up was in the getAddressBooks function in the jsonDominoObjects LotusScript library. Running from a server it is fine, but running from 'localhost' the call to sess.AddressBooks would take 45 seconds. So what I did was changed the code to not do the call to sess.AddressBooks if not on a server. Do you need access to the address books from you local notes client? Doesn't it only work anyway if you give Anonymous access to your names.nsf since you can't authenticate against localhost anyway? Or can you?
knight999
20 Aug 2009, 7:35 AM
Thanks for your explanation about this error message, I assume it will be more intuitive if return alert or message instead of error or no response, because it did work in B2r2 ..;)
You are right, we are using Ext.nd solution apply to the second address book from "localhost", I really want to place it on Domino server for testing , but, so far, it's not a stable version with a lot of different bugs in each beta release, authenticate issues will be the next topic if I can pass the other basic design elements problems, if Address Dialog will work on server site, I will try it asap ~ :)
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.