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
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
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
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
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().