Hi,
popup control like wx.combo will popup a subwindow with items and a ‘black’
border around it. Is it possible to change the colour of this tiny border?
Thank,
B.regards
2011-12-15
···
curliph
Hi,
popup control like wx.combo will popup a subwindow with items and a ‘black’
border around it. Is it possible to change the colour of this tiny border?
Thank,
B.regards
2011-12-15
curliph
The PopupDialog in the popup control used wx.BORDER_SIMPLE change
it to wx.NO_BORDER.
Werner
On 12/15/2011 08:51 AM, curliph wrote:
Hi,
popup control like wx.combo will popup a subwindow with
items and a ‘black’
border around it. Is it possible to change the colour of this
tiny border?
Hi Werner,
It’s more easy to customize border of PopupDialog, but I can’t find any way to
draw the border of popup window for wx.combo widgets,
Thanks,
B.regards
2011-12-15
curliph
发件人: werner
发送时间: 2011-12-15 17:16:08
收件人: wxpython-users
抄送:
主题: Re: [wxPython-users] any way to change the border colour of popup control?
On 12/15/2011 08:51 AM, curliph wrote:
Hi,
popup control like wx.combo will popup a subwindow with items and a ‘black’
border around it. Is it possible to change the colour of this tiny border?
The PopupDialog in the popup control used wx.BORDER_SIMPLE change it to wx.NO_BORDER.
Werner