>
> 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 ComboBox1 proposal: which version of Gambas 
do you use?

>
> Now change its name (in the Properties dialog at the right) to anything
> else, testbox for instance. You may even press Return after typing.
> Nothing happens, the name doesn't refresh in the preview 

This is a normal for a read-write ComboBox. What you see is inside is the 
value of its Text property, which takes as default value the initial Name of 
the control. If you change the control name later, the Text property remains.

> - and if you
> type "testbox" somewhere within code, the list with proposals will only
> appear after you typed the "."

I see testbox too, as soon as I have typed "tes".

>
> Does this make it clearer?
>

Yes and no, as it works perfectly on my box!

-- 
Benoît

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to