From: Sriram S. <sri...@gm...> - 2011-06-06 18:52:37
|
I am trying to build a GUI for my project. I want the component radiogroup to display items that i have as a list. I have a list productlist=['productone' ,'producttwo', 'productthree'] When I give self.components.Radiogroup1.items=productlist , i get this error : File : C:|......\radiogroup.py line 81 in_setItems raise NotImplementedError NotImplementedError I am new to PythonCard, and to Python. It will be great if someone can help me out with this. Thank you |