From: Steve C. <stn...@xm...> - 2004-09-03 03:29:34
|
I wrote: > 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 > It looks like there's some additional weirdness on Windows XP... If I open up the ResourceEditor, create a RadioGroup, then fiddle with the size or layout of the group, both the buttons and the labels disappear. If I move the mouse over the radio group, the radio buttons re-appear. In the redemo and spirograph demo, the RadioGroup widgets look just fine (on both Linux and XP) -Steve |