-
Topic
-
I have an applet that loads several portals at once. I am trying to display a “Please Wait” modal dialog box from a VB DLL while all the portals are loading.
At the same time, I would like to have applet code running to check on the ReadyState of all portals. Once all portals are ready, I then want to close the dialog box.
In other words:
‘Call to VB to display modal form
‘Continue applet processing
‘Call to VB to close modal formIs this possible, or is there some other way to display a modal dialog box from an applet, and then have it continue processing?
Thank You
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.