Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-11 Thread Jussi Lahtinen
Maybe it is issue only at 4bit systems..? Jussi On Thu, Jun 11, 2009 at 09:41, Rolf-Werner Eilert wrote: > Benoît Minisini schrieb: >>> Screenshot is difficult, as I don't know if it shows the tooltips. But >>> it's easy: >>> >>> Create a new ComboBox on the form. If it's the first one, it's ca

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-11 Thread Jussi Lahtinen
64bit. Argh... funny typo, would be other problems too... Jussi On Thu, Jun 11, 2009 at 16:31, Jussi Lahtinen wrote: > Maybe it is issue only at 4bit systems..? > > > Jussi > > > On Thu, Jun 11, 2009 at 09:41, Rolf-Werner > Eilert wrote: >> Benoît Minisini schrieb: Screenshot is difficult,

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-10 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Screenshot is difficult, as I don't know if it shows the tooltips. But >> it's easy: >> >> Create a new ComboBox on the form. If it's the first one, it's called >> ComboBox1. >> >> In the class, type Com and you will get a proposal for ComboBox, not >> ComboBox1. > > I

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-10 Thread Benoît Minisini
> > Screenshot is difficult, as I don't know if it shows the tooltips. But > it's easy: > > Create a new ComboBox on the form. If it's the first one, it's called > ComboBox1. > > In the class, type Com and you will get a proposal for ComboBox, not > ComboBox1. I did as you wrote, but I have the Co

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-08 Thread Charlie Reinl
Am Montag, den 08.06.2009, 08:41 +0200 schrieb Rolf-Werner Eilert: > Benoît Minisini schrieb: > >> Just had this again: > >> > >> - an existing form with some gadgets on it > >> > >> - one of the drop-down lists wasn't used yet in code > >> > >> - the first time I type the name of this drop-down li

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-08 Thread Rolf-Werner Eilert
Sorry, just sent an empty answer... Here's the real one: > If you add label etc. and use it first time, like this way; > lblTest.Caption = "Test", you must > write whole "lblTest", autocompletion doesn't provide it. > But next time autocompletion works (screenshot2.png), notice that it > is at low

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-08 Thread Rolf-Werner Eilert
Jussi Lahtinen schrieb: > I have noticed same thing, but only randomly. I tried to demonstrate > it quickly with Gambas 2.10, and I couldn't. > But with Gambas3 (revision 1995 @Ubuntu 9.04 64bit), I can. > > Screenshot from my trash/bug testing project. > Autocompletion provides only Button27_Clic

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-07 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Just had this again: >> >> - an existing form with some gadgets on it >> >> - one of the drop-down lists wasn't used yet in code >> >> - the first time I type the name of this drop-down list (in this case it >> was just "Names"), the name is not offered in auto-completio

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-07 Thread Jussi Lahtinen
I have noticed same thing, but only randomly. I tried to demonstrate it quickly with Gambas 2.10, and I couldn't. But with Gambas3 (revision 1995 @Ubuntu 9.04 64bit), I can. Screenshot from my trash/bug testing project. Autocompletion provides only Button27_Click(), because it is already on code.

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-07 Thread Benoît Minisini
> Just had this again: > > - an existing form with some gadgets on it > > - one of the drop-down lists wasn't used yet in code > > - the first time I type the name of this drop-down list (in this case it > was just "Names"), the name is not offered in auto-completion. Only when > I write it complet

[Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-05 Thread Rolf-Werner Eilert
Just had this again: - an existing form with some gadgets on it - one of the drop-down lists wasn't used yet in code - the first time I type the name of this drop-down list (in this case it was just "Names"), the name is not offered in auto-completion. Only when I write it completely AND a ful