We are building an app where in there will be a need to display the updates/notification (ex : like status updates/wall posts on FB). These needs to be displyed at the lower right corner of the window(like any other notifications). So was trying on some alternatives to best display the updates. Some option explored are PopupWindow (which was not that great for status update) and dialog (seems ok). Are there any other good options for this and is there any pre-defined end corners position constants? Plz suggest.
FWIW, you can check out ToasterBox - MSN style popups, which should be perfect for your case. (And yes, it is cross platform)
Check out the source code for my RSS notifier application. Example screenshot shown below. Yes, this is implemented with wxPython.
http://www.feednotifier.com/
The modules to look at are popups.py
and theme_default.py
. It's not really written to be a drop-in module, but you can get ideas from it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With