[wxPython-users] TreeCtrl GetNextSibling

Oswaldo Hernández listas at soft-com.es
Fri Feb 16 04:46:04 PST 2007


Werner F. Bruhin escribió:
> Hi Oswaldo,
> 
> Oswaldo Hernández wrote:
>> ...
>> while h.IsOK():
>>     ....
>>     h = Tree.GetNextSibling(h)
>>
>> AttributeError: 'TreeItemId' object has no attribute 'IsOK'
> You got a case problem it should be:
> while h.IsOk():
> 
> Werner
> 

Oops .... Sorry, i put an uppercase 'k'.

Now it's working fine. :)

Thanks.


-- 
*****************************************
Oswaldo Hernández
oswaldo (@) soft-com (.) es
*****************************************




More information about the wxpython-users mailing list