Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Wally
On Wed December 17 2008 15:45:35 Doriano Blengino wrote: > Wally ha scritto: > > On Wed December 17 2008 14:09:31 Doriano Blengino wrote: > >> Wally ha scritto: > >>> How to access all items in a Treeview using > >>> not using movefirst, movenext etc. ? > >>> > >>> FOR EACH ... IN Treeview ??? > >

Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Doriano Blengino
Wally ha scritto: > On Wed December 17 2008 14:09:31 Doriano Blengino wrote: > >> Wally ha scritto: >> >>> How to access all items in a Treeview using >>> not using movefirst, movenext etc. ? >>> >>> FOR EACH ... IN Treeview ??? >>> >>> NEXT >>> >>> regs wally >>> >> Do this: >

Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Ron_1st
On Wednesday 17 December 2008, Wally wrote: > On Wed December 17 2008 14:09:31 Doriano Blengino wrote: > > Wally ha scritto: > > > How to access all items in a Treeview using > > > not using movefirst, movenext etc. ? > > > > > > FOR EACH ... IN Treeview ??? > > > > > > NEXT > > > > > > regs

Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Wally
On Wed December 17 2008 14:09:31 Doriano Blengino wrote: > Wally ha scritto: > > How to access all items in a Treeview using > > not using movefirst, movenext etc. ? > > > > FOR EACH ... IN Treeview ??? > > > > NEXT > > > > regs wally > > Do this: > > if not xxx.MoveFirst() then > repea

Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Doriano Blengino
Wally ha scritto: > How to access all items in a Treeview using > not using movefirst, movenext etc. ? > > FOR EACH ... IN Treeview ??? > > NEXT > > regs wally > Do this: if not xxx.MoveFirst() then repeat xxx.item.xxx() ' do things with the current item until xxx.M

[Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Wally
How to access all items in a Treeview using not using movefirst, movenext etc. ? FOR EACH ... IN Treeview ??? NEXT regs wally -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The fu