From: <gre...@co...> - 2004-09-12 16:39:20
|
Actually, it seems to only happen with numbers as items. Also I typed them as [1,2,3] in the resource editor field. Maybe it's required to do, ['1','2','3'] ? -Greg Gregory Piñero wrote: > Minor bug? Maybe this was already fixed in the latest version? Below > is the code generated by the resource editor. You can use it to > replicate the bug, but any example should work. > > -Greg > > > Version Info: > PythonCard version: 0.8 > wxPython version: 2.5.2.7 > Python version: 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit > (Intel)] > Platform: win32 > > > {'application':{'type':'Application', > 'name':'Template', > 'backgrounds': [ > {'type':'Background', > 'name':'bgTemplate', > 'title':'Standard Template with no menus', > 'position':(198, 198), > 'size':(490, 582), > > 'components': [ > > {'type':'Choice', > 'name':'Choice1', > 'position':(118, 78), > 'size':(130, -1), > 'backgroundColor':(255, 128, 255), > 'foregroundColor':(0, 0, 255), > 'items':['1', '2', '3', '4', '5', '6'], > }, > > ] # end components > } # end background > ] # end backgrounds > } } > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |