From: Kevin A. <al...@se...> - 2001-12-01 02:41:25
|
You can get the latest PythonCardPrototype at: http://sourceforge.net/project/showfiles.php?group_id=19015 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.3 2001-11-30 *** wxPython 2.3.1 or later is now required to use PythonCard *** added assert wxc.__version__ >= "2.3.1" to model.py changed TextArea to use wxTE_RICH style modified getStringSelection, replaceSelection code updated samples that were counting newlines for find operations fixed assertion error with FontDialog added getString method to TextField and its subclasses changed FindDialog so that it automatically selects the search text and sets the focus to the search field when the dialog comes up numerous textEditor sample changes New and Save menu items reworked all the file operations so the user has a chance to save changes filename and line number arguments are accepted on the command-line Find Next and Go To commented out 'file' reference in Pyker.hta added setBackColor('white') to reset method in BitmapTurtle modified turtle sample added a check to sync the auto refresh state after drawing with the turtle sample and removed the Refresh menu item added more sample screen shots to web site added a new documentation page http://pythoncard.sourceforge.net/toc.html findfiles updated commented out the directory list, moved other widgets to the right added open and save as menu items fixed file launching using textEditor.pyw to do the launching updated samples.py to properly launch textEditor.pyw removed KillFocus from widget.py added getStringSelection/setStringSelection to Choice widget and added check for type of selection in setSelection changed all _getDelegate() references to _delegate changed all _getParent() references to _parent changed the default selection for Choice, List, and RadioButton to None updated setSelection in Choice, List, and RadioButton to accept either an integer or a string or None fixed some assertion bugs with the Property Editor ka |