Re: [Gambas-user] A random sort of listview

2009-04-11 Thread jbskaggs
Hi yourself! Here is the problem in the code: FOR i = 0 TO ListView1.Count - 1 ' write items in listview2 TRY PRINT myArray[i] listview1.MoveTo(myArray[i]) TRY c = listview1.Item.Key TRY PRINT myArray[i], "listview1.item.key ", c, " counter i: ", i, " total count: ", listview1.Count TRY listview

Re: [Gambas-user] A random sort of listview

2009-04-11 Thread Simonart Dominique
Hi, jbskaggs a écrit : > Okay I thought this was worked out but its still not working- I always end up > losing the last two list items. > > Here is the console output from my print statements: > This first list is printing i, a from this command SWAP myArray[i], > myArray[a] > > 21 21 > 20

Re: [Gambas-user] Using a list container

2009-04-11 Thread Benoît Minisini
> Just noticed a control I've not used - the listcontainer but I cannot see a > method to add another control to it. > > I wonder if someone could point out how. > > thanks. > It's a container. Just use it as parent for other controls. Regards, -- Benoît ---

[Gambas-user] Using a list container

2009-04-11 Thread richard terry
Just noticed a control I've not used - the listcontainer but I cannot see a method to add another control to it. I wonder if someone could point out how. thanks. -- This SF.net email is sponsored by: High Quality Requ

Re: [Gambas-user] A random sort of listview

2009-04-11 Thread jbskaggs
Okay I thought this was worked out but its still not working- I always end up losing the last two list items. Here is the console output from my print statements: This first list is printing i, a from this command SWAP myArray[i], myArray[a] 21 21 20 13 19 0 18 13 17 11

Re: [Gambas-user] LinkedIn

2009-04-11 Thread Benoît Minisini
> Hey Benoit > I thought about setting up a group on LinkedIn for Gambas users. Could > help to spread the word. Are you ok with it or would you rather not? > I am ok. :-) -- Benoît -- This SF.net email is sponsored by:

Re: [Gambas-user] LinkedIn

2009-04-11 Thread Charlie Reinl
Am Samstag, den 11.04.2009, 21:41 +0200 schrieb Benoît Minisini: > > Hey Benoit > > I thought about setting up a group on LinkedIn for Gambas users. Could > > help to spread the word. Are you ok with it or would you rather not? > > > > LinkedIn? What's that? > try http://www.linkedin.com and s

Re: [Gambas-user] LinkedIn

2009-04-11 Thread Benoît Minisini
> Hey Benoit > I thought about setting up a group on LinkedIn for Gambas users. Could > help to spread the word. Are you ok with it or would you rather not? > LinkedIn? What's that? -- Benoît -- This SF.net email is spo

Re: [Gambas-user] Form refresh problem

2009-04-11 Thread Tomas Eroles i Forner
Grazie mille It seems it works I hope add more things and then publish the program for if anyone wants to add something Thanks Doriano El ds 11 de 04 del 2009 a les 09:53 +0200, en/na Doriano Blengino va escriure: > Tomas Eroles i Forner ha scritto: > > Hi all > > > > I'm writing a program to p

Re: [Gambas-user] Compiling Error

2009-04-11 Thread Jason Hackney
Thanks, Benoît. :-) -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com __

Re: [Gambas-user] Form refresh problem

2009-04-11 Thread Doriano Blengino
Tomas Eroles i Forner ha scritto: > Hi all > > I'm writing a program to present the results of the ping command in a > TableView. > The user can select the amount of times the program has to repeat the > process. > The program executes a While..Wend loop in which executes the ping > command, analyz

[Gambas-user] LinkedIn

2009-04-11 Thread Jeff
Hey Benoit I thought about setting up a group on LinkedIn for Gambas users. Could help to spread the word. Are you ok with it or would you rather not? -- This SF.net email is sponsored by: High Quality Requirements in a

Re: [Gambas-user] Compiling Error

2009-04-11 Thread Benoît Minisini
> reconf and configure work, but running make gives me this: > > make[4]: Entering directory `/home/hackney/trunk/gb.db.odbc/src' > make[4]: Leaving directory `/home/hackney/trunk/gb.db.odbc/src' > make[3]: Leaving directory `/home/hackney/trunk/gb.db.odbc' > make[2]: Leaving directory `/home/hackn