I have a WebApp that doesn’t have any available screen area and uses WebDialog’s to present brief announcements to the User. Works great, no issues with this.
However, the next version needs to incorporate a means of displaying ‘Reminders’. I have all the mechanics working and am (currently) presenting these in another WebDialog. The problem is that they stack on top of one another and it’s not an idea way to handle this type of notification.
I’d considered using a WebContainer that has a WebListBox and is tied to one of the corners of the screen - to mimic the behavior of how Outlook/Mail display preview notifications. I haven’t coded this yet and thought I’d run it past the Forum to see if someone has a better or at least an alternate idea.
Thanks for any/all input!
10 posts - 4 participants