Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Christof Thalhofer
Hi, Am 09.10.2014 um 11:15 schrieb Jack: > you need to use key.delete instead of key.del Ok, thanks :-) Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature --

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Jack
Le 09/10/2014 11:02, Christof Thalhofer a écrit : > Hi > > I saw, there was an error in my code (F4 did not work), here it is fixed. > you need to use key.delete instead of key.del -- Cordialement Jacky Tripoteau -- M

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Christof Thalhofer
Hi I saw, there was an error in my code (F4 did not work), here it is fixed. Alles Gute Christof Thalhofer -- Dies ist keine Signatur DegComboBox-0.0.1-2.tar.gz Description: application/gzip signature.asc Description: OpenPGP digital signature -

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Fabien Bodard
2014-10-07 14:47 GMT+02:00 Charlie : > I had a look at this and came up with a possible solution. I have attached > NewComboBox code that was created in Gambas 3.5.4. > > It is not a simple as I would like but may give you some ideas. > > Charlie Well Charlie ... how to say that ... :-/ ... why a

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Christof Thalhofer
Hi, Am 07.10.2014 um 13:39 schrieb Benoît Minisini: > The ComboBox look and behaviour is entirely managed by the GUI toolkit > and theme. Most of GTK+ theme has this weird behaviour with ComboBox. > Qt4 don't, unless you use the QGtk widget theme that encapsulates a GTK+ > theme inside a QT on

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Charlie
I had a look at this and came up with a possible solution. I have attached NewComboBox code that was created in Gambas 3.5.4. It is not a simple as I would like but may give you some ideas. Charlie NewComboBox.gz -- View this mes

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 13:39 +0200, Benoît Minisini wrote: > Le 07/10/2014 12:13, Willy Raets a écrit : > > On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: > >> When using a combobox, with a lot of elements in there you get a screen > >> full. To me this is NOT very user friendly. > >> > >> > >>

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Benoît Minisini
Le 07/10/2014 12:13, Willy Raets a écrit : > On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: >> When using a combobox, with a lot of elements in there you get a screen >> full. To me this is NOT very user friendly. >> >> >> >> I was wondering why it is not allowed to set the MaxLength property

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: > When using a combobox, with a lot of elements in there you get a screen > full. To me this is NOT very user friendly. > > > > I was wondering why it is not allowed to set the MaxLength property for > a list that is Read Only? > Is there a sp

[Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
When using a combobox, with a lot of elements in there you get a screen full. To me this is NOT very user friendly. I was wondering why it is not allowed to set the MaxLength property for a list that is Read Only? Is there a specific reason, or can it be implemented into Gambas for Read Only li