Re: [qooxdoo-devel] Unknown warning

2007-09-07 Thread Jim Hunter
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 a

Re: [qooxdoo-devel] Unknown warning

2007-09-07 Thread Fabian Jakobs
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() inst

Re: [qooxdoo-devel] Unknown warning

2007-09-06 Thread Jim Hunter
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) ap

Re: [qooxdoo-devel] Unknown warning

2007-09-06 Thread Fabian Jakobs
Jim Hunter schrieb: > After upgrading from .6.x to .7.x I am getting a warning in the > following line of code that used to work. The code no longer works and > generates a warning (the message follows the code sample). Here is the > code: > > this.From.addEventListener ('keyup', > function(){t

[qooxdoo-devel] Unknown warning

2007-09-05 Thread Jim Hunter
After upgrading from .6.x to .7.x I am getting a warning in the following line of code that used to work. The code no longer works and generates a warning (the message follows the code sample). Here is the code: this.From.addEventListener('keyup', function(){this.setValue( this.getComputedValue().