Hi,
I have a RadioBox with a few radios and the last radio when checked should show a TextCtrl bellow it. But how can I do it so that the TextCtrl stays within the box?
Sorry if it has been answered before, I am pretty new to wxPython.
Thanks.
Hi,
I have a RadioBox with a few radios and the last radio when checked should show a TextCtrl bellow it. But how can I do it so that the TextCtrl stays within the box?
Sorry if it has been answered before, I am pretty new to wxPython.
Thanks.
hyperboreean wrote:
Hi,
I have a RadioBox with a few radios and the last radio when checked should show a TextCtrl bellow it. But how can I do it so that the TextCtrl stays within the box?
Instead of a RadioBox use a collection of wx.RadioButtons and the wx.TextCtrl, and then put them all in a wx.StaticBox using a wx.StaticBoxSizer.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!