ComboBox strange behavior?

Christian Blouin cblouin at cs.dal.ca
Tue Mar 20 20:10:31 PDT 2007


Hi,

 

            I have a readonly combobox which contains as element all
characters from ASCII 27 to 256. I use it to select symbols from a
specialized font. However, no matter what I do, it seems to "uppercase"
selections that I make. Here is a transcript from the debug probe:

 

>>> self.iconselector.combo_char.SetStringSelection('E')

True

>>> self.iconselector.combo_char.GetValue()

'E'

>>> self.iconselector.combo_char.SetStringSelection('e')

True

>>> self.iconselector.combo_char.GetValue()

'E'

>>> self.iconselector.combo_char.SetValue('e')

>>> self.iconselector.combo_char.GetValue()

'E'

>>> 

 

 

            Does this make sense to anyone?

 

Christian

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20070321/d7b86d7b/attachment.htm


More information about the wxpython-users mailing list