System Tray Popup
Posted: Fri Aug 07, 2009 2:53 pm
by Stephen >> Fri, 10 Jun 2005 2:51:09 GMT
Hi,
We are trying to implement a popup little window that comes up from the system tray - similar to many other applications such as Instant Messenger or Skype when someone comes on line.
However it can not just be a little balloon help - I need the users to be able to interact with the window.
Eg, it may come up saying "You have not signed off on this report yet", and it will give a number of options (checkboxes) for what the user can do.
The problem I have is how to make this little window stay on top, until it is actioned, without being modal.
If they are busy say typing in text, then I don;t want the textbox to loose focus when this new little popup appears. That would get really annoying. I just want it to stay on top, down in the bottom left corner until it is actioned. So it can not be modal.
If it is non-modal then it will just go to the back and not be seen - I need it to stay on top.
Any ideas?
Thanks in advance
Stephen
Hi,
We are trying to implement a popup little window that comes up from the system tray - similar to many other applications such as Instant Messenger or Skype when someone comes on line.
However it can not just be a little balloon help - I need the users to be able to interact with the window.
Eg, it may come up saying "You have not signed off on this report yet", and it will give a number of options (checkboxes) for what the user can do.
The problem I have is how to make this little window stay on top, until it is actioned, without being modal.
If they are busy say typing in text, then I don;t want the textbox to loose focus when this new little popup appears. That would get really annoying. I just want it to stay on top, down in the bottom left corner until it is actioned. So it can not be modal.
If it is non-modal then it will just go to the back and not be seen - I need it to stay on top.
Any ideas?
Thanks in advance
Stephen