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

2011-02-22 Thread Rolf-Werner Eilert
Am 22.02.2011 17:51, schrieb 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 ho

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

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

2011-02-22 Thread Rolf-Werner Eilert
Hi, Never used a ColumnView before. Now it could be useful. But I'm stuck at the point 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, ju