[python] WxPython - ListCtrl

Leos Pol leos na radiante-corp.com
Čtvrtek Březen 1 07:31:07 CET 2007


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 Pol
SW Engineer
Radiante Corp.

If it can be imagined,
we can implement it



Další informace o konferenci Python