[wxPython-users] buggies ?
Robin Dunn
robin at alldunn.com
Fri Jan 4 13:21:12 PST 2008
Stef Mientki wrote:
> hello,
>
> looking at the attached picture,
>
> (background: I didn't know the toolbar could be placed at the bottom,
> so was trying to create my own ;-)
>
> I see 2 strange things:
> 1. The toolbar is not alligned correctly at the bottom (after removing
> my own toolbar it still doesn't allign correct)
> 2. resizing the frame, doesn't result in a good refresh, the real
> toolbar is partial shown in my own toolbar.
> (removing my own toolbar solves this problem.
>
> Are these buggies ?
Looks more like a refresh issue. The upper toolbar has some of the
lower toolbar drawn over it, perhaps from when the window was still in
the process of initial layout, but it didn't refresh itself when it
should have. I expect that just calling Refresh on the upper tooolbar
would take care of this.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list