Menu

pySystray-win32 / News: Recent posts

pysystray 0.6.1 Released

pysystray is a python module for building Win32 apps that use the System Tray (aka - Notification Area). It is based on work previously done by Simon Brunnings.

This release in the 0.6.X branch is a minor bugfix release.

After the last release which focused on making systray.Menu and systray.MenuItem configurable on the fly, Matt Chisholm noticed that the ON_DOUBLE_CLICK callback property was broken. He nicely sent in a patch :-)

Posted by Essien Ita Essien 2005-10-04

0.6.0 released - Menu modification on the fly

Release Notes 0.6.0

This new release HAS introduced an API BREAKAGE in systray.Menu(), and systray.MenuItem().

The focus of this release, is to enable modifying Menu properties on the fly. To enable this, Menus, and MenuItems, now have a compulsory 'name' property as the first parameter in the constructor/initializer.

This means that former definitions like:

a = systray.Menu('Click Me')... read more

Posted by Essien Ita Essien 2005-09-30

0.5.2 Released

New release, featuring balloon tooltips, on_load callback, on_double_click callback, and code refactoring.

Posted by Essien Ita Essien 2005-09-21

New Release

0.5.0 Released.

This release focuses on making pysystray usefull as a component of a larger Forms based project. As usual, the example has been updated.

Posted by Essien Ita Essien 2005-09-09


Home Page

I've set up a minimal homepage at http://datavibe.net/~essiene

Posted by Essien Ita Essien 2005-08-22

Now on sourceforge

Two weeks ago, I started the process of moving pysystray to sourceforge. This is my first sourceforge hosted project, so I'm excited everything went rather smoothly.

Posted by Essien Ita Essien 2005-08-22