e "setData"
instead of "setFormField" at the request object. The latter method uses
a form submit internally which is for sure not what you intend to use.
cheers,
Alex
>
> - Original Message
> From: Alexander Back <[EMAIL PROTECTED]>
> To: qooxdo
Hello Jhonny!
> But when I run it on Opera, it can't detect keydown...so when I pressed
> enter, the program doensn't send the message and nothing happen.
How to you "detect" keydown events? Do you use something like
myTextField.addListener("keydown", this._foobar, this); ?
Could you send some
Hi Jhonny,
jhonny thio wrote:
> hellooo...
>
> I have a chat application...
> It work well in IE and Modzila. I can send message to anyone..
> But when I run it on Opera, it can't detect keydown...so when I pressed
> enter, the program doensn't send the message and nothing happen.
I've just tes
hellooo...
I have a chat application...
It work well in IE and Modzila. I can send message to anyone..
But when I run it on Opera, it can't detect keydown...so when I pressed enter,
the program doensn't send the message and nothing happen.
The other is I have a join button. When I pressed it, t