Re: [python] WxPython - ListCtrl

2007-03-04 Tema obsahu Petr Prikryl
> Leos Pol > Jakub Vojáček wrote: > > for i in range(len(seznam)): > > listbox.InsertStringItem(0,seznam[i]) > > listbox.SetStringItem(i,1,str(pocet[i])) > > > for i in range(len(seznam)): > newItem = listbox.InsertStringItem(0,seznam[i]) > listbox.SetStringItem(newItem,1,str(pocet[

Re: [python] WxPython - ListCtrl

2007-03-01 Tema obsahu Jakub Vojáček
> Od: Leos Pol <[EMAIL PROTECTED]> > Předmět: Re: [python] WxPython - ListCtrl > Datum: 01.3.2007 07:34:46 > for i in range(len(seznam)): > newItem = listbox.InsertStringItem(0,seznam[i]) > listbox.SetStringItem(newItem,1,str(pocet[i])) > Leos Pol > SW Eng

Re: [python] WxPython - ListCtrl

2007-02-28 Tema obsahu Leos Pol
Jakub Vojáček wrote: > for i in range(len(seznam)): > listbox.InsertStringItem(0,seznam[i]) > listbox.SetStringItem(i,1,str(pocet[i])) > for i in range(len(seznam)): newItem = listbox.InsertStringItem(0,seznam[i]) listbox.SetStringItem(newItem,1,str(pocet[i])) Leo -- Leos