Questions re Coverter.py

Richard Terry wrote:

Also a question about sizer behaviour. Here you seem to be adding multiple panels to the same sizer and hiding them. If one adds multiple visible controls sequentially - they just stack vertically on top of one another. Does this mean than if .Hide is invoked, the sizer just leaves them stuck to itself, but allows another to be added in an identical spot over the top?

Basically. Using sizer.Hide(window) tells the sizer to not factor in
that window when calculating the layout, nor to reposition/resize it
when actually doing the layout.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!