> 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 Engineer
> Radiante Corp.
> 
> If it can be imagined,
> we can implement it

Děkuju, funguje;) 


Blujacker
_______________________________________________
Python mailing list
Python@py.cz
http://www.py.cz/mailman/listinfo/python

Odpovedet emailem