Re: [Gambas-user] Gambas 3 RC 1 pre-release package updated

2011-03-21 Thread Anthony Tekatch
> http://sourceforge.net/projects/gambas/files/gambas3/gambas3-2.99.1.tar.bz2/download I hope this isn't too dumb :) After ./reconf-all and ./configure, I get this: || THESE COMPONENTS ARE DISABLED: || - gb.db.odbc || - gb.db.postgresql || - gb.db.sqlite2 || - gb.db.sqlite3 || - gb.desktop || -

Re: [Gambas-user] ColumnView: how to add text to columns (Gambas 2)

2011-02-22 Thread Anthony Tekatch
> ... how to insert text into other columns than column 0. > > ColumnView1.Add("key1", "Text1") only adds text to the leftmost column, > the one that can be shown like a treeview. (I don't need that treeview > feature, just several columns.) And how do I add text to column 1, 2 > etc.? Here is

Re: [Gambas-user] select columnview row

2011-02-01 Thread Anthony Tekatch
On Tue, 01 Feb 2011 19:28:02 +0100, Jack wrote: > > > 2011/2/1 Anthony Tekatch > > > > Is there a way to have the application set the current row of a > > ColumnView just like it was clicked by a user? > > > > When the ColumnView starts up, the defau

[Gambas-user] select columnview row

2011-02-01 Thread Anthony Tekatch
Is there a way to have the application set the current row of a ColumnView just like it was clicked by a user? When the ColumnView starts up, the default is unselected, I want my code to select the first row, but I cannot write to .Current.Key Thanks, Anthony -