Hello everyone
A form in my application that has a button that increases/decreases the size of the form when it is clicked. Basically, I check for the size with GetSize() and depending on the tuple value I set a new size with self.SetSize(size=(x,y)).
The problem is that sometimes the form does not change in size. On Linux it blinks on what is supposed to be size determined by the button (either larger or smaller) and you need to click again for the change to happen. Is there any other way to achieve the same thing without this glitch?
Thanks in advance for any help.
Cheers
Paulo