Re: [Gambas-user] [ASK] How to sort Gridview?

2010-10-13 Thread charlesg
Use columnclick event, clear gridview, sort data, redisplay. Use data event if you have thousands of data. > PUBLIC SUB Form_Open() > GridView1.columns.count = 2 > END > > PUBLIC SUB GridView1_ColumnClick(colm AS Integer) > PRINT Colm > END > rportnoy wrote: > > Hey bro, how could I or

Re: [Gambas-user] someshort="xy" returns "Wanted short, got string instead"

2010-10-13 Thread Kevin Fishburne
On 10/12/2010 06:48 PM, Benoît Minisini wrote: >> Second : on a mailing-list, you never answer a thread with a mail that has >> no relation with it. So please post a new thread each time you start to >> talk about a new subject. > Less rudely, I mean that 'someshort="xy"...' was not a good title,

Re: [Gambas-user] compiling Gambas3 on slack 12.2

2010-10-13 Thread Benoît Minisini
> Yes, I know. I should upgrade, but I'm lazy but > my old slack 12.2 is perfect. > > Now I want to try Gambas3. So I downloades the svn version and > ./reconf-all. I had this problems: > > stef...@macondo:~/trunk$ ./reconf-all > libtoolize: unrecognized option `--nonrecursive' > Try `libtoolize

[Gambas-user] compiling Gambas3 on slack 12.2

2010-10-13 Thread Stefano Palmeri
Yes, I know. I should upgrade, but I'm lazy but my old slack 12.2 is perfect. Now I want to try Gambas3. So I downloades the svn version and ./reconf-all. I had this problems: stef...@macondo:~/trunk$ ./reconf-all libtoolize: unrecognized option `--nonrecursive' Try `libtoolize --help' for more i