Need to display an HTML page from background thread
From: Ashok (akmishra_at_safenet-inc.com)
Date: 06/29/04
- Next message: Andrew Thompson: "Re: Need to display an HTML page from background thread"
- Previous message: Marcin Sulecki: "j2me input date"
- Next in thread: Andrew Thompson: "Re: Need to display an HTML page from background thread"
- Reply: Andrew Thompson: "Re: Need to display an HTML page from background thread"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Jun 2004 06:34:15 -0700
Hi,
I have an applet on my HTML page this applet starts a Windows thread
using the JNI. Also JNI calls back the Java method on certain event
detection. On the evenet detection JNI wants APPLET to redirect the
current HTML page to new page by calling the showDocuement(newurl)
method.
Basic flow is like this:
HTML->APPLET-->New HTML PAge
| |
| Native Thread
| |
| Some Event
| |
<---
Show from the above diagram when applet is called to show new HTML
page it is in stopped state and showdocument exits silently. I was
wondering how can I display a new page from the same server on my
browser when applet is in stopped state.
Your help on this is highly appreciated.
Regards,
Ashok
- Next message: Andrew Thompson: "Re: Need to display an HTML page from background thread"
- Previous message: Marcin Sulecki: "j2me input date"
- Next in thread: Andrew Thompson: "Re: Need to display an HTML page from background thread"
- Reply: Andrew Thompson: "Re: Need to display an HTML page from background thread"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|