Change list element from ReadOnly ComboBox

Hi, I cant change (I don't know how, I tried already) the value from a
ReadOnly ComboBox from another ComboBox.

Exactly what I want to do is control N ComboBox in my form from a ComboBox
with identical values, If I change the element of the primary ComboBox,
change the other N ComboBoxes to the same value.

I was thinking that the list was an array and tried to play with the index
value but nothing....

Something like:
'some here...
Ncombo[i].index =PrimaryCombo.index
'some here...

Thanks in advance
-- 
http://tallerhuertas.googlepages.com/
http://systemarpi.googlepages.com/
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to