From: Steve C. <stn...@xm...> - 2004-09-02 06:01:45
|
It seems like if you set the size of a RadioGroup to something other than -1,-1, the items in the radio group disappear... To reproduce it, I can do the following: * bring up the resource editor * create a RadioGroup Component * Change the size of the RadioGroup to 100,100. press update * Add an item to the RadioGroup ['one','two']. press update The radio buttons stay in place, but the item labels next to the buttons disappear. If I select the radio group in the resource editor window, they re-appear. If I add another item to the list (['one','two','three']) and press update, the item labels disappear again. If I do the same set of steps, but omit the size change, everything is happy. my system: mandrake linux 10.0 python 2.3.3 wxPython 2.5.2.8 PythonCard 0.8 -Steve |