E
Earl
VS2005 PPc Phone app, WM5, .Net2.0
How do you kill off the notification balloons? I have an asynchronous
message stream that I want to fire notifications whenever a message is
received. What I'm seeing is that if the user "Hides" the balloon, then that
notification is apparently cached by the OS (you can click on the
Notification softkey to pop it back up). While this appears to be a handy
feature, it is beyond unhelpful. Now if the user waits for the duration to
expire, the notification will expire (this is fine). However, what user is
going to resist clicking on Hide when they are done reading? What I've tried
to do is use an HTML button with Close in order to set the Visible property
to false. This does not appear to be the answer (particularly if the form is
already gone!).
This is the Microsoft notification control. Does anyone out there have any
insight?
How do you kill off the notification balloons? I have an asynchronous
message stream that I want to fire notifications whenever a message is
received. What I'm seeing is that if the user "Hides" the balloon, then that
notification is apparently cached by the OS (you can click on the
Notification softkey to pop it back up). While this appears to be a handy
feature, it is beyond unhelpful. Now if the user waits for the duration to
expire, the notification will expire (this is fine). However, what user is
going to resist clicking on Hide when they are done reading? What I've tried
to do is use an HTML button with Close in order to set the Visible property
to false. This does not appear to be the answer (particularly if the form is
already gone!).
This is the Microsoft notification control. Does anyone out there have any
insight?