Re: [qooxdoo-devel] My textfield keydown doesn't work in Opera

2008-08-01 Thread Alexander Back
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

Re: [qooxdoo-devel] My textfield keydown doesn't work in Opera

2008-07-31 Thread Jonathan Rass
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

Re: [qooxdoo-devel] My textfield keydown doesn't work in Opera

2008-07-31 Thread Alexander Back
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

[qooxdoo-devel] My textfield keydown doesn't work in Opera

2008-07-30 Thread jhonny thio
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