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

Re: [Gambas-user] WHILE and AND: please explain me....

2010-05-06 Thread Fabián Flores Vadell
2010/5/4, Leonardo Miliani : > I'm working with this little piece of code, it's the Insertion Sort: > > PUBLIC SUB InsertionSort(matrix AS String[]) > DIM i, j AS Integer > DIM x AS String > > FOR i = 1 TO (matrix.Count - 1) > x = matrix[i] > j = i - 1 > WHILE j >= 0 AND matrix[j] > x

[Gambas-user] Installer in KDE

2010-05-06 Thread craf
Hi Benoit. I am now testing an installation of a project in Gambas KDE Desktop. For this I have tested it on Kubuntu, 8.04 - 8.10 - 9.04 - 9.10 versions (on 10.4 that I failed to recognize the usb virtualbox). The project is a simple form, which I believe a version of Gambas 2.20 on Kubuntu 8.04