The line of code is in my first post. It's just the one line of code.

this.From.addEventListener ('keyup', function(){this.setValue(
this.getComputedValue().toUpperCase()); });

Thanks,
Jim


On 9/7/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote:
>
> Hi Jim,
>
> > Fabian,
> >
> > I wish it did work as expected, but alas it does not. My code used to
> > upper case user input, now I just get the warning and nothing else
> > happens. Here is what is in the log:
> >
> > 098624 WARN: qx.event.type.KeyEvent[3776]: Deprecated: please use
> > getKeyIdentifier() instead.swep.js (line 3304)
> > appendLogEvent(Object logger=qx.log.Logger level=600 )swep.js (line
> 3308)
> > appendLogEvent( Object logger=qx.log.Logger level=600) swep.js (line
> 3321)
> > handleLogEvent(Object logger= qx.log.Logger level=600)swep.js (line
> 3107)
> > appendLogEvent(Object logger=qx.log.Logger level=600 )swep.js (line
> 3385)
> > appendLogEvent( Object logger=qx.log.Logger level=600) swep.js (line
> 3386)
> > appendLogEvent(Object logger= qx.log.Logger level=600)swep.js (line
> 3386)
> > appendLogEvent(Object logger=qx.log.Logger level=600 )swep.js (line
> 3386)
> > appendLogEvent( Object logger=qx.log.Logger level=600) swep.js (line
> 3386)
> > handleLogEvent(Object logger= qx.log.Logger level=600)swep.js (line
> 3383)
> > (no name)(600, "Deprecated: please use getKeyIdentifier() instead." ,
> > 3776, undefined, undefined)swep.js (line 3399)
> > warn("Deprecated: please use getKeyIdentifier() instead.", 3776 ,
> > undefined)swep.js (line 3420)
> > warn("Deprecated: please use getKeyIdentifier() instead.", undefined
> > )swep.js (line 1687)
> > getKeyCode() swep.js (line 8818)
> > (no name)(qx.event.type.KeyEvent _hashCode= 3776
> > _valueType=keypress)swep.js (line 32798)
> ^^^This is my suspect. Since this is a build version it is hard to tell,
> where this code comes from. I guess it is some inline event handler.
> Could you provide me a small code snipplet, which reproduces your problem?
> > _dispatchEvent(qx.event.type.KeyEvent _hashCode=3776 _valueType=
> > keypress)swep.js (line 2736)
> > _dispatchEvent( qx.event.type.KeyEvent _hashCode=3776
> > _valueType=keypress) swep.js (line 2738)
> > _dispatchEvent(qx.event.type.KeyEvent _hashCode= 3776
> > _valueType=keypress)swep.js (line 2738)
> > _dispatchEvent(qx.event.type.KeyEvent _hashCode=3776 _valueType=
> > keypress)swep.js (line 2738)
> > _dispatchEvent( qx.event.type.KeyEvent _hashCode=3776
> > _valueType=keypress) swep.js (line 2738)
> > _dispatchEvent(qx.event.type.KeyEvent _hashCode= 3776
> > _valueType=keypress)swep.js (line 2738)
> > _dispatchEvent(qx.event.type.KeyEvent _hashCode=3776 _valueType=
> > keypress)swep.js (line 2738)
> > dispatchEvent( qx.event.type.KeyEvent _hashCode=3776
> > _valueType=keypress, undefined)swep.js (line 2723)
> > (no name)( keypress charCode=100, keyCode=0, "keypress", 0 , 100, "D")
> > swep.js (line 8172)
> > (no name)(0, 100, "keypress", keypress charCode=100, keyCode=0
> > )swep.js (line 8616)
> > gecko( keypress charCode=100, keyCode=0)swep.js (line 8479)
> > wrap()
> >
> Best Fabian
>
> --
> Fabian Jakobs
> JavaScript Framework Developer
>
> 1&1 Internet AG
> Brauerstraße 48
> 76135 Karlsruhe
>
> Amtsgericht Montabaur HRB 6484
>
> Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas
> Gauger, Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss
> Aufsichtsratsvorsitzender: Michael Scheeren
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to