Re: [Gambas-user] ComboBox UserContol, with pictures.

2014-11-19 Thread Fabien Bodard
And why reparent... The listview must be in a popup type window.. and then just move it at textbox screenx and .screeny Le 17 nov. 2014 22:31, "Jørn Erik Mørne" a écrit : > > Den 17. nov. 2014 21:36, skrev Charlie Reinl: > > Am Sonntag, den 16.11.2014, 17:57 + schrieb Sam Dadds: > >> Hi All,

Re: [Gambas-user] ComboBox UserContol, with pictures.

2014-11-17 Thread Jørn Erik Mørne
Den 17. nov. 2014 21: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, picture for selected item and pic

Re: [Gambas-user] ComboBox UserContol, with pictures.

2014-11-17 Thread 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, picture for selected item and picture for dropdown > button). > > The actual drop d

[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