Re: [Gambas-user] custom controls tutorial or guide

2009-11-09 Thread BenoƮt Minisini
> Hi guys, > > Is there a guideline of some sort for howto create custom controls? > > I was thinking I might cut my teeth on a context sensitive combobox that > changes background color depending on the selected value. > > But I just don't know where to start. :-(( > > regards > bruce > You

Re: [Gambas-user] custom controls tutorial or guide

2009-11-08 Thread Fabien Bodard
I think for the begginnig you must to do an encapsulating classe. It's a class that take a control as parameter. And give to it new function or feature. so: = CLASS CColourCombo Private $hComboBox Private $hObs as new Observer Public

[Gambas-user] custom controls tutorial or guide

2009-11-07 Thread bbb888
Hi guys, Is there a guideline of some sort for howto create custom controls? I was thinking I might cut my teeth on a context sensitive combobox that changes background color depending on the selected value. But I just don't know where to start. :-(( regards bruce -- View this message in cont