I have two wxChoice in my gui.... I realized I need users to be able
to select more than one choice ...is the a way to doing it ... I
really need to keep the wx choice... I have no more space on my gui
things are tight
I have two wxChoice in my gui.... I realized I need users to be able
to select more than one choice ...is the a way to doing it
No.
... I
really need to keep the wx choice... I have no more space on my gui
things are tight
You could switch to a button that opens a dialog with a wx.ListBox where you can make the choices. You could also provide a way of displaying the selections back on the other form next to the button, such as a read-only textctrl that displays a comma-separated list.
···
On 10/30/11 8:03 AM, aikidoguy wrote:
--
Robin Dunn
Software Craftsman