From: william G. <gun...@gm...> - 2010-03-10 23:25:05
|
I know I'm butchering thel list component. Could someone provide an exmple as you can see below I can print the list but not add it to List1 =name type=List I though I understood: but evidently not. def on_initialize(self, event): l=[1,2,3] for i in l: print i self.components.List1.InsertItem(i) self.update() #self.components.List1.stringSelection(i) Thank you William Gunnells * gun...@gm... * co...@qi... |