From: Alex T. <al...@tw...> - 2006-05-22 23:20:47
|
No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.6.1/344 - Release Date: 19/05/2006 |
From: Phil E. <ph...@li...> - 2006-05-23 14:59:12
|
On Tuesday 23 May 2006 00:20, Alex Tweedly wrote: > PythonCard is a GUI construction kit for building cross-platform > desktop applications on Windows, Mac OS X, and Linux. > > Release 0.8.2 includes over 50 sample applications and tools to help > users build applications in Python, including codeEditor, findfiles, > and resourceEditor (layout editor). A list of changes since release > 0.8.1 is at the end of this message. New samples include a US-UK > converter and a Sudoku solver. There are a new set of "convenience" > functions to assist is creating pop-up menus and some commonly used > custom dialogs (usage of these is demonstrated in the Sudoku sample, as > well as in a new sample "helpful wrappers"). > For Mandriva (formerly Mandrake) Linux users, PythonCard-0.8.2 binary and source RPMs can now be downloaded from the main PythonCard download page on SourceForge. -- Regards Phil Edwards Brighton, UK |
From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2006-05-23 20:48:04
|
Tested so far, briefly, on the following: Mac OSX 10.4.6 (PPC) + Python 2.3.5 (built-in version) + wxPython 2.5.2.8 Windows XP SP2 + Python 2.3.5 + wxPython 2.5.2.8 Windows NT + Python 2.3.5 + wxPython 2.5.2.8 The OSX install is fresh, the other two were upgrades where I uninstalled 0.8.1 (XP) and 0.8 (NT) and then put 0.8.2 on. The only issue I had was with the XP 0.8.1 uninstall - it reported that a number of files and folders couldn't be removed, so I manually deleted them. As you can see, my Python and wxPython versions aren't exactly cutting edge and will probably remain that way for a while. So far, no problems. Things still seem to work :-) -- XXXXXXXXXXX |
From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2006-05-23 20:57:20
|
I don't see multiresourceEditor.py - I think it's actually layoutEditor.py ? -- XXXXXXXXXXX On 23/5/06 00:20, Alex Tweedly wrote: > > The tools/resourceEditor directory contains a new version of the > resourceEditor, named multiresourceEditor.py which supports a number of > operations on multiple components, such as Align, Distribute and > Equalize, as well as visual tools to move components (Nudge) and to > re-layer them. The other major change is that the Property Window has > been redesigned to be larger, and display all properties at once, and > allow editing of any of them immediately. The existing resourceEditor > remains for now, though if the feedback on the newer layout is OK then > the old version may be retired at the next release. |
From: Kevin A. <al...@se...> - 2006-05-24 00:19:55
|
Grats and thanks to Alex for learning the ropes on getting a release out and doing the work this time around. There are actually quite a few more little bug fixes in this release than the release notes might lead you to believe so I encourage everyone to upgrade and then let us know what is still broken so that can be fixed ASAP. Try out Alex's new layoutEditor, the tabcodeEditor, etc. and give us some feedback. Thanks, ka On May 22, 2006, at 4:20 PM, Alex Tweedly wrote: > > > PythonCard is a GUI construction kit for building cross-platform > desktop applications on Windows, Mac OS X, and Linux. > > Release 0.8.2 includes over 50 sample applications and tools to > help users build applications in Python, including codeEditor, > findfiles, and resourceEditor (layout editor). A list of changes > since release 0.8.1 is at the end of this message. New samples > include a US-UK converter and a Sudoku solver. There are a new set > of "convenience" functions to assist is creating pop-up menus and > some commonly used custom dialogs (usage of these is demonstrated > in the Sudoku sample, as well as in a new sample "helpful wrappers"). > <snip> > Alex Tweedly > al...@tw... > > > changelog.txt changes since release 0.8 > > Release 0.8.2 2006-05-18 > added minimized and maximized attributes to Background class > created documentation.py module to hold code previously in widgets.py > for automatically generating component and background docs > added getTextExtent and getFullTextExtent methods to BitmapCanvas > revised internationalResourceName to support platform-specific > resources > added UK <-> US to conversions.py and simplified SOAP.py module check > updated turtle.py and bitmapcanvas.py component to force update on Mac > renamed samples.py to samples.pyw > added work-in-progress version of multiresourceEditor > (tools/resourceEditor/multiresourceEditor) > renamed to layoutEditor > support customizable window styles in backgroundInfo of resourceEditor > added convenience wrappers for pop-up menus, multiple check-box > dialogs, > multiple button dialogs (helpful.py and samples/helpfulWrappers) > added sample for sudoku solver/helper (samples/sudoku) > replaced StringType with StringTypes to handle Unicode better > Major update standaloneBuilder, including support for py2exe > allow for Python2.4 or Python 2.5 on Mac |