Re: [Gambas-user] Change list element from ReadOnly ComboBox

2008-08-25 Thread werner 007
Not shure, but combox has not a value but a text property. try: combo2.index=combo2.find(combo1.text), that should do the job with text-values. Werner(007) -- View this message in context: http://www.nabble.com/Change-list-element-from-ReadOnly-ComboBox-tp19155677p19156036.html Sent from the

[Gambas-user] Change list element from ReadOnly ComboBox

2008-08-25 Thread Nx GT-R BOY
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 Combo