[qooxdoo-devel] Default widget/button (capture "enter" events on a form)?

2007-11-16 Thread Gaetan de Menten
Hi people, Does anybody know if there is an easy way to implement a default widget with Qooxdoo. I mean a widget (usually a button) which catch "enter" events in other fields. This is meant to speed up some forms, for example login forms: you enter your login, password and then immediately press e

Re: [qooxdoo-devel] Default widget/button (capture "enter" events on a form)?

2007-11-16 Thread Raul Gutierrez S.
On Fri, 2007-11-16 at 17:56 +0100, Gaetan de Menten wrote: > Hi people, > > Does anybody know if there is an easy way to implement a default > widget with Qooxdoo. I mean a widget (usually a button) which catch > "enter" events in other fields. > This is meant to speed up some forms, for example l

Re: [qooxdoo-devel] Default widget/button (capture "enter" events on a form)?

2007-11-16 Thread Gaetan de Menten
Replying to myself, as I've found a simple solution. On Nov 16, 2007 5:56 PM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > Hi people, > > Does anybody know if there is an easy way to implement a default > widget with Qooxdoo. I mean a widget (usually a button) which catch > "enter" events in othe

Re: [qooxdoo-devel] How to increase the height of a particular row

2007-11-16 Thread Fabian Jakobs
deepakraj schrieb: > Hi friends, > > If I use the setRowHeight() method, all the rows in the table > should be set as same height . But I need to increase the height of the > particular row... How to do that... If any possibilities to it > > > regards, > Deepak raj > Hi, this

Re: [qooxdoo-devel] Text Fields and Areas in pop-up windows don't show blinking text cursor

2007-11-16 Thread Dioc
Hello Steven, It seems that it is an old bug of Firefox. Try to make search by word “cursor” in archive or for example see http://www.nabble.com/Missing-the-caret-in-FF-tf4199587.html#a11978589 Best regards, Denis Steven M. Cherry wrote: > > Follow-up: I have found that the blinking cursor

Re: [qooxdoo-devel] Text Fields and Areas in pop-up windows don't show blinking text cursor

2007-11-16 Thread Dietrich Streifert
The cursor is sometimes also named caret. So search for both "cursor" and "caret". There is a workaround for the problem documented in the qooxdoo wiki: http://qooxdoo.org/documentation/0.7/snippets/show_caret_in_dialogs_in_ff Hope this helps. Dioc schrieb: Hello Steven, It seems that it i