Re: [Gambas-user] BUG: A little error in Draw.FillStyle

2013-05-08 Thread Fabien Bodard
oups forget that... it come from a forgotten mysticicous part of my code that set fillstyle to cross... sorry 2013/5/8 Benoît Minisini > Le 08/05/2013 13:11, Fabien Bodard a écrit : > > oups i talk about draw.fillstyle > > > > It is initialized to zero, which is Fill.None. What value do you get

Re: [Gambas-user] BUG: A little error in Draw.FillStyle

2013-05-08 Thread Benoît Minisini
Le 08/05/2013 13:11, Fabien Bodard a écrit : > oups i talk about draw.fillstyle > It is initialized to zero, which is Fill.None. What value do you get? -- Benoît Minisini -- Learn Graph Databases - Download FREE O'Reill

Re: [Gambas-user] BUG: A little error in Draw.FillStyle

2013-05-08 Thread Fabien Bodard
oups i talk about draw.fillstyle 2013/5/8 Benoît Minisini > Le 07/05/2013 09:31, Fabien Bodard a écrit : > > Draw.Style isn't initialised to Style.None by Default. > > > > Draw.Style is a virtual class, and Style.None does not exist. What are > you talking about??? > > -- > Benoît Minisini > >

Re: [Gambas-user] BUG: A little error in Draw.FillStyle

2013-05-08 Thread Benoît Minisini
Le 07/05/2013 09:31, Fabien Bodard a écrit : > Draw.Style isn't initialised to Style.None by Default. > Draw.Style is a virtual class, and Style.None does not exist. What are you talking about??? -- Benoît Minisini --

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