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

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, analyzes the

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 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 present

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

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] 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] 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

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 13