J
Jay
I have a web app that is constantly listening to "Instant messages" in the
background.
Call it Messenger.aspx.
When it does receive a message, I need to pop up that message and that
window should be appearing on top of all the other apps that are currently
running.
(say popupdialog). E.g: If I am in the Outlook app, readying my emails - I
need the popupdialog to appear to me on the Outlook app.
Messenger.aspx should display a window, popupdialog (with yes/no buttons).
All this should happen on the PDA device. running CE 5.0.
1. I am trying to use showModelessDialog function in the javascript. That
sometimes it appears in the front and sometimes it is in the background.
Is there any reliable way to display a dialog box, that will always appear
on top of the other active windows?
2. Even if the above works, it only works on the desktop. It doesn't show up
on my PDA.
Any thoughts on how we can implement this?
background.
Call it Messenger.aspx.
When it does receive a message, I need to pop up that message and that
window should be appearing on top of all the other apps that are currently
running.
(say popupdialog). E.g: If I am in the Outlook app, readying my emails - I
need the popupdialog to appear to me on the Outlook app.
Messenger.aspx should display a window, popupdialog (with yes/no buttons).
All this should happen on the PDA device. running CE 5.0.
1. I am trying to use showModelessDialog function in the javascript. That
sometimes it appears in the front and sometimes it is in the background.
Is there any reliable way to display a dialog box, that will always appear
on top of the other active windows?
2. Even if the above works, it only works on the desktop. It doesn't show up
on my PDA.
Any thoughts on how we can implement this?