Re: Release 1.0.0

Johan Vromans <[email protected]> Wed, 12 May 2021 19:14:19 +0200
Newsgroups gmane.comp.python.wxglade
Organization Squirrel Consultancy
Message-ID <[email protected]>
On Wed, 12 May 2021 17:59:38 +0200, Dietmar Schwertberger wrote:

> What functionality are you missing?

I have several programs that actually use overloading of __set_properties
and/or __do_layout. I have to carefully investigate all of them to make
sure the code currently in the overloads can be safely moved to the 'new'
method.

Actually I took me by surprise... Some tools were malfunctioning and it
took a while before I started to suspect the generated code.

It's mostly my own fault... Should have read the release notes before
upgrading wxGlade. 

I do agree that it is better to get rid of __set_properties and __do_layout.

Thanks,
	Johan