wxGlade question

I am a newbie for wxPython.

I was using wxGlade for designing the GUI.

I made a frame windows with 3 horizontal sizer and in each horizontal sizer there were 12 vertical sizer. Now each of the sizer in the frame contains a text box. When I preview the frame in wxGlade it doesn’t show me all the text boxes. It just shows a plain panel without anything on it.

Please help

Daniel Johnson wrote:

I am a newbie for wxPython.

I was using wxGlade for designing the GUI.

I made a frame windows with 3 horizontal sizer and in each horizontal sizer there were 12 vertical sizer. Now each of the sizer in the frame contains a text box. When I preview the frame in wxGlade it doesn't show me all the text boxes. It just shows a plain panel without anything on it.

Please help

I'm afraid that in order to help we'll either need more details or (preferably) a small runnable sample app that shows the problem.

···

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