Combo not writable, in ie

View: New views
4 Messages — Rating Filter:   Alert me  

Combo not writable, in ie

by Kapo () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Combo not writable, in ie

by Cyril Balit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ie

by Kapo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I 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 ie

by Kapo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I 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

Kapo wrote:
I tried with the well (buggy) known IE6.

Kapo,

--- In rialto-dev@yahoogroups.com, "cyril_balit" <cbalit@...> wrote:
>
> Kapo,
>
> I try with FF3 and IE8 and it's works. Which version of ie did you try?
>
> Cyril
>
>
>
> --- In rialto-dev@yahoogroups.com, 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.
> >
>