On Fri, Jul 18, 2008 at 02:58:25PM +0200, Jo Vermeulen wrote: > I noticed that (at least on Windows) you have to manually force a repaint to > show that an element was removed from its parent. Here's my code, it's the > example on page 47 of the manual.
Thankyou for this, jo! The deal was: certain elements like text and image elements weren't issuing a repaint, just as you had said. This is fixed in git. I also noticed another thing in your script: that the edit_line size changed whenever the text changed. I've been meaning to change that so that edit_line and edit_box aren't resized based on their text. (Obviously we want button width to be changed according to the text size.) So, yeah, that's checked it, too. Great. _why
