Re: [Gambas-user] Gambas-user Digest, Vol 102, Issue 40

2014-11-19 Thread Sam Dadds
ction without a return value, one that would be of type "void" under C.) > > > > > Regards > Rolf > > > -- > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from A

Re: [Gambas-user] Gambas-user Digest, Vol 102, Issue 34

2014-11-17 Thread Sam Dadds
1:36, skrev Charlie Reinl: > Am Sonntag, den 16.11.2014, 17:57 + schrieb Sam Dadds: >> Hi All, >> >> Need help with a custom ComboBox. >> >>    I've created a UserControl (extends UserControl) with the normal stuff >> (TextBox for selection, pictu

[Gambas-user] ComboBox UserContol, with pictures.

2014-11-16 Thread Sam Dadds
Hi All, Need help with a custom ComboBox.   I've created a UserControl (extends UserControl) with the normal stuff (TextBox for selection, picture for selected item and picture for dropdown button).   The actual drop down list is a ListView instead of a ListBox for item pictures. This all work