Re: [Gambas-user] Wait statements > stack overflow (gb3)

2010-05-09 Thread nando
iling list for gambas users Sent: Fri, 7 May 2010 14:29:55 +1000 Subject: [Gambas-user] Wait statements > stack overflow (gb3) > Hi LIst, > > I'm automatically parsing many many thousands of pages of documents, the > patients are in a listbox, and the documents in another. (w

Re: [Gambas-user] Wait statements > stack overflow (gb3)

2010-05-07 Thread Fabien Bodard
are you in a timer event ?? look at the doc about this problem it's explained : http://gambasdoc.org/help/lang/wait 2010/5/7 richard terry : > Hi LIst, > > I'm automatically parsing many many thousands of pages of documents, the > patients are in a listbox, and the documents in another. (with un

Re: [Gambas-user] Wait statements > stack overflow (gb3) (oops -typo)

2010-05-07 Thread Doriano Blengino
richard terry ha scritto: > On Friday 07 May 2010 14:29:55 richard terry wrote: > sorry, misleading code the second Wait was a typo, it should read this: > > > >> Hi LIst, >> >> I'm automatically parsing many many thousands of pages of documents, the >> patients are in a listbox, and the docume

Re: [Gambas-user] Wait statements > stack overflow (gb3) (oops -typo)

2010-05-06 Thread richard terry
On Friday 07 May 2010 14:29:55 richard terry wrote: sorry, misleading code the second Wait was a typo, it should read this: > Hi LIst, > > I'm automatically parsing many many thousands of pages of documents, the > patients are in a listbox, and the documents in another. (with underlying > collec

[Gambas-user] Wait statements > stack overflow (gb3)

2010-05-06 Thread richard terry
Hi LIst, I'm automatically parsing many many thousands of pages of documents, the patients are in a listbox, and the documents in another. (with underlying collections of course). The basic code looks like this: If cvwInboxDocuments.count = 0 Then ' do a whole lot of stuf