Click to See Complete Forum and Search --> : detecting applet loaded


deadBird
10-13-2003, 03:12 AM
I have a timer set up to auto-execute a command on a Java Applet. Problem is it might not be fully downloaded yet. (56k) Dial up users get errors, but broadband users obviously don't.

Is there a way to determine if the Applet is done loading?

Perhaps a better method than using a timer?


Thanx

lillu
10-13-2003, 04:53 AM
Here's how to check if an applet has loaded. A recursive timeout function is called to check until the applet becomes fully available.

http://www.faqts.com/knowledge_base/view.phtml/aid/2008

deadBird
10-13-2003, 04:55 AM
Yes!!!


Even better! Thanks, and I LOVE YOU. :rolleyes: