Re: wxGlade release 0.9.4
Federico Fanton <[email protected]> Fri, 23 Aug 2019 09:48:46 +0200
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Organization | Panizzolo s.r.l. |
| Message-ID | <[email protected]> |
Hi Dietmar :) On 22/08/19 21:47, Dietmar Schwertberger wrote: > Hi! > > Bug fix release 0.9.4 is online. Great, thanks! > Generally, all people here on the list are encouraged to use the master > branch from the repository. > This has a completely refactored internal structure which makes fixes > and extensions much easier than it was before. > The code generation is different from the releases. It should be more > like what a human being would write. Ok I've tried the master branch. It seems to be working nicely, the only issue I have is that it's leaving empty function definitions inside the generated code: def __set_properties(self): def __do_layout(self): Maybe this happens because I'm using the "Keep user code" flag? (wxGlade 0.9.9pre on Python 2.7.6 and wxPython 2.8.12.1) Thanks again :)