Rank: Member
Groups: Member
Joined: 2/1/2006(UTC) Posts: 40
|
Hi,
I tested the photoOrder example, i found out that after the Java Applet has been loaded and the GUI element are shown, when I tried to drag-n-drop the image to upload pane, it just simple no response. I have to wait more than 10 seconds to get it response.
This only happen when the java applet is loaded for the 1st time, the second time (aft pressing refresh), user doesnt have to wait to use it.
Any solution?
|
|
|
|
Rank: Advanced Member
Groups: Administration
Joined: 8/3/2003(UTC) Posts: 998
|
Hello,
Image Uploader for Java uses LiveConnect library to allow the communication between itself and JavaScript. LiveConnect needs several seconds to initialize and it is initialized on first method call. When one drops any file to the upload pane the UploadFileCountChange event is fired through LiveConnect. That is a reason of the pause. Now there is no solution from our side. It depends on LiveConnect library implementation.
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.