Re: [Gambas-user] Bizarre things with controls

2012-01-23 Thread John Rose
Caveat, Thanks for your comp_gambas script. I just ran the sudo apt-get command that you supplied. Everything OK except for 'Couldn't find package libgdk-pixbuf2.0-dev' I'm using Ubuntu Lucid. Can you point me tothis package? ---

Re: [Gambas-user] Bizarre things with controls

2012-01-23 Thread Caveat
Hi John, For compiling Gambas, I use a script which was originally inspired by Kevin Fishburne of this mailing list. I've hacked it around a bit and added stuff to it over time. The script is called comp_gambas and is attached herewith. The script contains all (?) the commands needed for compil

Re: [Gambas-user] Bizarre things with controls

2012-01-22 Thread Emil Lenngren
The howto is at http://gambasdoc.org/help/howto/svn?view 2012/1/22 John Rose > Benoit, > > I do not know how to install #4415. Can you refer me to a howto for it? > > -- > Try before you buy = See our experts in action!

Re: [Gambas-user] Bizarre things with controls

2012-01-22 Thread John Rose
Benoit, I do not know how to install #4415. Can you refer me to a howto for it? -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Vis

Re: [Gambas-user] Bizarre things with controls

2012-01-22 Thread Benoît Minisini
Le 20/01/2012 20:16, John Rose a écrit : > When ButtonSearch is clicked, even though the only previous event coding on > TextAreaDetails is to clear& refresh it, text appears in it: this is as > though ComboBoxTitle has been clicked. > > To display the Text in the TextBox part of a ComboBox (i.e.

[Gambas-user] Bizarre things with controls

2012-01-20 Thread John Rose
When ButtonSearch is clicked, even though the only previous event coding on TextAreaDetails is to clear & refresh it, text appears in it: this is as though ComboBoxTitle has been clicked. To display the Text in the TextBox part of a ComboBox (i.e. ComboBoxTitle, again in ButtonSearch_Click), it se