Re: Error on generating the code
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 17.02.2019 15:14, Igor Korot wrote: > So in the tree I only have Application and my panel class. > What can I do to generate the code for my panel? You need to deactivate the Name and Class properties for Application. The no app will be created and therefore no top window is required. I will add code to generate a hint about this. Regards, Dietmar