Re: Release 1.1.0
Dietmar Schwertberger <[email protected]> Sun, 10 Nov 2024 12:57:52 +0100
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
Hi Igor! On 11/10/2024 12:57 AM, Igor Korot wrote: > Start the program. > Add the panel. > Click on the wxBoxSizer and then click on the panel. > Notice how the buttons are set. > Now click on the wxStaticText and try to place it in a sizer. > You will be asked for a label. > In that dialog, buttons will be placed differently. Could you please create a Github issue with screenshots? From the description I can't reproduce the problem. OK and Cancel buttons usually should be placed in StdDialogButtonSizers. Maybe I have missed one occurrence and left a different sizer. > Also one other thing - this is an improvement. > When the cursor is in the spin control, pressing tab moves the focus > to the next control and not into the spin buttons itself. The behaviour is that of the native widget on the platform or a generic wxWidgets implementation. What would be the point in focusing the spin buttons? If you want to increase/decrease the value, you can just use the arrow keys, at least on Windows. Regards, Dietmar