combobox change style

Hi Robin,

If its rally the sizer loosing the control issue.Do I need to Detach all the items from the sizer and add the items again and call Layout.

I tried Clear() but that doesn’t seems to work. How can iterate over the items in sizer if I need to detach them all.

Thanks

Thomas

···

Thomas Thomas
thomas@mindz-i.co.nz
Phone. +64 7 855 8478
Fax. +64 7 855 8871

Thomas Thomas wrote:

Hi Robin,
If its rally the sizer loosing the control issue.Do I need to Detach all the items from the sizer and add the items again and call Layout.

You can use sizer.Insert to put the new one at a specific location.

···

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