Matìas Fernàndez
unread,Oct 3, 2011, 12:33:53 PM10/3/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwtai
Helo!
I know, the subject is strange but is that, i have gwtai work very
well on Firefox and Chrome, but in IE is inmortal!!!!
My application have a login and then pass the login parameters to the
Applet.
The applet have a button to logout, when this button is pressed the
application go back to login. In Firefox and Chrome the method destroy
is invocate to the Applet and the appllication end ok, but in IE the
application start after destroy but can't be seen (because i'am on
login screen), the applet still alive in some way, y even try calling
system.exit(0) to kill JVM but the applet is started (i can see them
on java console).
Some one have this issue?
Sorry for my bad english.
Matias