From: Kevin A. <al...@se...> - 2001-10-30 17:43:43
|
I've posted proto-0.4.6.zip http://sourceforge.net/project/showfiles.php?group_id=19015 The changelog is below. I'm not going to build installers for 0.4.6 until next week. If any problems are found with the .zip distribution between now and then I'll update it to a 0.4.6.1 release. I would be very interested to see other examples of user-defined dialogs using GenericDialog. ka --- Release 0.4.6 2001-10-30 added FindDialog to textEditor sample to show use of GenericDialog class for user-defined modal dialogs. the user-defined FindDialog mimics the look and behavior of the FindDialog in dialog.py added GenericDialog class (dialognew.py) fixed _translateFont bug that was returning the wrong font family when using the Font dialog removed textEnter event pressing return in TextField or PasswordField should now be the same as pressing tab updated proof and searchexplorer samples added modal FindDialog to dialog.py updated dialogs sample to show FindDialog updated addresses sample to use FindDialog, but didn't implement find logic to do the actual searching added _used flag to Event class and associated methods to support proper use of skip with keyPress added keyDown, keyUp, and keyPress events added turtle.py module (AbstractTurtle and BitmapTurtle classes) updated turtle sample to use the new module minor fixes to BitmapCanvas added textEditor sample converted samples launcher to use sizers fixed CompactStack in textIndexer (thanks Patrick) |