|
Product |
JFile |
Title |
"Applet not inited" Error |
Problem |
When accessing JFile programattically, it returns a "Applet not inited" error. |
Solution |
This is because the script is trying to access the Applet before it has been completely loaded.
JFile has an event called SAJFileAppletLoaded. You should only access the Applet if the Event returns true.
The JFile documentation includes a code sample which shows how to check this event. See
http://support.softartisans.com/docs/JFile/prog_ref_sajfileappletloaded.htm for more details. |
Created : 8/14/2003 4:35:15 PM (last modified : 8/14/2003 4:35:12 PM) |