Hi:
I'm new on the group and not too experienced in wxpython yet. I'm
working on a Windows XP platform.
Is there a way to create a wx.Choice control without borders? I've
tried setting the windows styles of the control to BORDERS_NONE but
doesn't work.
Thanks for the help.
Hi,
···
On Aug 9, 9:40 am, SRR <rubinstein.ser...@gmail.com> wrote:
Hi:
I'm new on the group and not too experienced in wxpython yet. I'm
working on a Windows XP platform.
Is there a way to create a wx.Choice control without borders? I've
tried setting the windows styles of the control to BORDERS_NONE but
doesn't work.
Thanks for the help.
It doesn't look like wx.Choice accepts styles...and I couldn't get
wx.Combobox to work either. What are you trying to do? You may need to
draw the control yourself unless someone else has a better idea.
- Mike
SRR wrote:
Hi:
I'm new on the group and not too experienced in wxpython yet. I'm
working on a Windows XP platform.
Is there a way to create a wx.Choice control without borders? I've
tried setting the windows styles of the control to BORDERS_NONE but
doesn't work.
For the styles that just map to a native widget style it is up to the native widget to handle supporting it or not. Apparently on Windows the choice and combo ctrls do not support other border styles other than the themed border.
···
--
Robin Dunn
Software Craftsman