Re: [Gambas-user] GridView adjust column length

2009-07-09 Thread Pino Zollo
Il venerdì 3 luglio 2009 13:19:57 Stephen Bungay ha scritto: HI Stephen, Is there some special setup ? I always get .Font.Width(.Current.Text) = 0 so no change is done. I am on Debian 5.0.1, Gambas 2.14, QT and Gnome It is the same using TableView instead GridView Best regards Pino > '*

Re: [Gambas-user] GridView adjust column length

2009-07-05 Thread Dan Sheffner
Wow thank you very much...this sub is great. On Fri, Jul 3, 2009 at 12:19 PM, Stephen Bungay wrote: > Try this (from my GridUtils Class.. can't believe that was written 3 > years ago now!) > > '*** > '* AdjustGridColumns > '* Au

Re: [Gambas-user] GridView adjust column length

2009-07-03 Thread Stephen Bungay
Try this (from my GridUtils Class.. can't believe that was written 3 years ago now!) '*** '* AdjustGridColumns '* Author: Stephen Bungay '* Date: July 26 2006 '* '* Parameters: '* GridView '* '* Calls: Nothing '* '* Adjusts t

[Gambas-user] GridView adjust column length

2009-07-02 Thread Dan Sheffner
I'm filling a very simple GridView with the below code but I cannot adjust the column length. I have resizable set to TRUE and I have also tried to do GridView1.resizable = TRUE after the grid is populated with the values. Am I missing something or using the wrong property? Also is there an auto

[Gambas-user] GridView adjust column length

2009-07-02 Thread Dan Sheffner
I'm filling a very simple GridView with the below code but I cannot adjust the column length. I have resizable set to TRUE and I have also tried to do GridView1.resizable = TRUE after the grid is populated with the values. Am I missing something or using the wrong property? Also is there an auto