Menu

Commit [r16449]  Maximize  Restore  History

Mac OS X bug fix for the non-read only ComboBox GUI input elements.

This is for the Value and Combo_list GUI input elements. The problem was two-fold. First the
convert_to_gui() call was required to convert the value to a unicode string, as a normal string will
be not be set via the ComboBox.SetValue() method. Secondly old selections need to be turned off.
On other operating systems, the SetValue() call will reset this - but not on Macs!!! Grrrrr......

bugman 2012-05-24

changed /branches/uf_redesign/gui/input_elements/combo_list.py
changed /branches/uf_redesign/gui/input_elements/value.py
/branches/uf_redesign/gui/input_elements/combo_list.py Diff Switch to side-by-side view
Loading...
/branches/uf_redesign/gui/input_elements/value.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.