Martin Fitzgerald wrote: > Hey Every one, > Would any one have any idea on how to display a > message saying "loading please wait" while the dialog is loading its > target web page? Any help on this would be greatly appreciated. >
That is not trivial and depends highly on your requirements, whether you can or cannot control the "target web page" and how you want to react if things go wrong (i.e., timeout or 404). In case it is about AJAX (XHR, I mean) you can use the simple handlers of prototype.js. When you want an overlay window (i.e. a PWS dialog window) while waiting, just create the window and create some poller (i.e., based on timeout check on certain content that is available) that acts when a certain condition is met. Good luck coding, Cheers, -- Abel _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
