From: Kevin A. <al...@se...> - 2001-11-09 18:14:34
|
No problems were reported yesterday, so I've created another zip and tagged cvs for release 0.5 You can get the file at: http://sourceforge.net/project/showfiles.php?group_id=19015 I'm looking at some tweaks to the existing samples and plan to add a few modal dialogs, so sometime next week there will probably be a release 0.5.1. I don't plan to do a distutils build until then. Remember to backup or just delete your old PythonCardPrototype directory before installing a new version, so that the old files aren't still in the package directory. As always, report any problems to the list. Release 0.5 2001-11-09 added a method to preserve the status bar text when a menu is highlighted changed all import statements in the framework to be explicit rather than using the import * style removed loader.py moved configuration code to config.py changed all samples to use from PythonCardPrototype.config import configOptions instead of from PythonCardPrototype.loader import configOptions removed uniqueid.py uniqueid.UniqueIdFactory().createUniqueId() changed to wxNewId() removed monitor.py and navigation.py changed getCurrentBackground() to refer to always refer to the first background in the list; removed all references to _iterator default font size changed to self._size = wxNORMAL_FONT.GetPointSize() changed wxMiniFrame to wxFrame on all debug windows dbBrowser sample uses a modal dialog for login dbBrowser 0.3 also has an icon ka |