Re: [Gambas-user] Chronic columnview Woes

2013-05-31 Thread Richard Terry
Fabien Bodard wrote: > What is the good size ? > > Do you want to have an autoresize horizontal ? > > Vertical ? > > with word wrap ? > just to do what a columnview should do ie the columnview's column sizes fit the contents so they can be read This works sort-of-erratically and used to work p

Re: [Gambas-user] Chronic columnview Woes

2013-05-31 Thread Fabien Bodard
What is the good size ? Do you want to have an autoresize horizontal ? Vertical ? with word wrap ? 2013/5/31 richard terry > Another columnview question if possible > > The columnviews used to resize their columns to match the contents, they > don't seem to do so any longer. I've tried set

Re: [Gambas-user] Chronic columnview Woes

2013-05-30 Thread richard terry
Another columnview question if possible The columnviews used to resize their columns to match the contents, they don't seem to do so any longer. I've tried setting every property there is, and in the end have had to write a sub to manually adjust the columns to a reasonable size. For what shou

Re: [Gambas-user] Chronic columnview Woes

2013-05-15 Thread Fabien Bodard
In fact I think I need a better explanation or an example... What do you really want ? To generate a kind of elementclick event? Normally you just have to do.: $sKey = cvw.Item.Key In the cvw_Click event And then use the value of $sKey in the cvw_menu event Or maybe I have missed something and s

Re: [Gambas-user] Chronic columnview Woes

2013-05-14 Thread Richard Terry
Fabien Bodard wrote: > Use a flag!!! > Le 15 mai 2013 03:46, "Richard Terry" a écrit : > Sorry Fabien, don't mean to be a pest but if this was a simple problem I've figure it myself. I don't understand why this code works erratically. Could you explain what you mean by use a flag with a coupl

Re: [Gambas-user] Chronic columnview Woes

2013-05-14 Thread Fabien Bodard
Use a flag!!! Le 15 mai 2013 03:46, "Richard Terry" a écrit : > Benoît Minisini wrote: > > Le 08/05/2013 02:03, Richard Terry a écrit : > > > >> Hi List, > >> > >> > > > ... > > > > > > >> However, lets say I want to popup a menu of the letters collection: > >> > >> If I right mouse click on th

Re: [Gambas-user] Chronic columnview Woes

2013-05-14 Thread Richard Terry
Benoît Minisini wrote: > Le 08/05/2013 02:03, Richard Terry a écrit : > >> Hi List, >> >> > > ... > > > >> However, lets say I want to popup a menu of the letters collection: >> >> If I right mouse click on the list to bring up the menu the >> cvwLetters_Menu event triggers, but if one

Re: [Gambas-user] Chronic columnview Woes

2013-05-08 Thread Benoît Minisini
Le 08/05/2013 02:03, Richard Terry a écrit : > Hi List, > > ... > > However, lets say I want to popup a menu of the letters collection: > > If I right mouse click on the list to bring up the menu the > cvwLetters_Menu event triggers, but if one inspects the cvwLetters > control itself in the IDE,

Re: [Gambas-user] Chronic columnview Woes

2013-05-08 Thread Tobias Boege
On Wed, 08 May 2013, Richard Terry wrote: > Hi List, > > Hoping someone, maybe Benoit can take the time to read this and comment. > > I've been programming in gambas now for a number of years, and as the > regulars on the list know Ian Haywood and I have been working on EasyGP, > a medical reco

[Gambas-user] Chronic columnview Woes

2013-05-07 Thread Richard Terry
Hi List, Hoping someone, maybe Benoit can take the time to read this and comment. I've been programming in gambas now for a number of years, and as the regulars on the list know Ian Haywood and I have been working on EasyGP, a medical records project. For historical reasons I've done much of t