From: Alec B. <wry...@gm...> - 2007-10-24 06:25:43
|
I'm guessing this isn't possible in Pythoncard, since calling, for example: self.components.myradiogroup.items = ['choice1', 'choice2'] returns NotImplementedError. Is there some other way to set the radiogroup items dynamically? |