|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Combo not writable, in ieHi Cyril,
I try to put a combo widget in a "not writable" state, but it seem to not working in ie while it's ok on FF. Here is my code. var champs0 = new rialto.widget.Combo( [["et", "et"], ["ou", "ou"]], "comboCrit0_"+position, 10, 50, 40, myFrame, { position : "absolute", suggest : false, enable : true, writable : false } ); Thanks man, Kapo |
|
|
Re: Combo not writable, in iePhilippe,
I try with FF3 and IE8 and it's works. Which version of ie did you try? Cyril --- In rialto-dev@..., Kapo <philippedarnal@...> wrote: > > > Hi Cyril, > > I try to put a combo widget in a "not writable" state, but it seem to not > working in ie while it's ok on FF. > > Here is my code. > > var champs0 = new rialto.widget.Combo( > [["et", "et"], > ["ou", "ou"]], > "comboCrit0_"+position, > 10, > 50, > 40, > myFrame, > { > position : "absolute", > suggest : false, > enable : true, > writable : false > } > ); > > Thanks man, > > Kapo > -- > View this message in context: http://www.nabble.com/Combo-not-writable%2C-in-ie-tp25802192p25802192.html > Sent from the Rialto-Development mailing list archive at Nabble.com. > |
|
|
Re: Combo not writable, in ieI tried with the well (buggy) known IE6.
Philippe, --- In rialto-dev@..., "cyril_balit" <cbalit@...> wrote: > > Philippe, > > I try with FF3 and IE8 and it's works. Which version of ie did you try? > > Cyril > > > > --- In rialto-dev@..., Kapo <philippedarnal@> wrote: > > > > > > Hi Cyril, > > > > I try to put a combo widget in a "not writable" state, but it seem to not > > working in ie while it's ok on FF. > > > > Here is my code. > > > > var champs0 = new rialto.widget.Combo( > > [["et", "et"], > > ["ou", "ou"]], > > "comboCrit0_"+position, > > 10, > > 50, > > 40, > > myFrame, > > { > > position : "absolute", > > suggest : false, > > enable : true, > > writable : false > > } > > ); > > > > Thanks man, > > > > Kapo > > -- > > View this message in context: http://www.nabble.com/Combo-not-writable%2C-in-ie-tp25802192p25802192.html > > Sent from the Rialto-Development mailing list archive at Nabble.com. > > > |
|
|
Re: Combo not writable, in ieI found out the problem : 2 events were raised when i pressed a key.
On key press, The combo returned false, while the form returned true (because the key pressed was not Enter). I have to find a way to raise only one event on key press, in this case. Any suggests? Kapo
|
| Free embeddable forum powered by Nabble | Forum Help |