Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-15 Thread Nick Glencross
On 13/02/07, Dietrich Streifert <[EMAIL PROTECTED]> wrote: > > The excerpt from this is that in the keydown listener first set the focus > to the button (by calling setFocused(true)) and then reuse the event by > calling dispatchEvent(event). > The call to setFocused should move the focus away fr

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-15 Thread Nick Glencross
On 13/02/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Hi Nick, > We have turned IS_SOURCE into the setting "qx.isSource" to make it more > consistent. You can use > > if (qx.core.Setting.get("qx.isSource")) {... } > > One other alternative os using the "qx.debug" variant > (http://qooxdoo.org/do

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-13 Thread Fabian Jakobs
Hi Nick, > > One other thing that I forgot to check. I have a button that appears > when using a source build, and since IS_SOURCE seems to have been > removed, is the the following a reasonable alternative? > > qx.core.Setting.get("qx.minLogLevel") < 300 We have turned IS_SOURCE into the set

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Dietrich Streifert
Hi Nick, Nick Glencross schrieb: [EMAIL PROTECTED] wrote: "Nick Glencross" <[EMAIL PROTECTED]> writes: * I haven't successfully worked out how to make Enter in a form submit it. There's a previous posting which shows how to do it by sending the keypress event onto the submit button,

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Derrell . Lipman
Nick Glencross <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: >> "Nick Glencross" <[EMAIL PROTECTED]> writes: >>> * I haven't successfully worked out how to make Enter in a form >>> submit it. There's a previous posting which shows how to do it by >>> sending the keypress event onto the

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Nick Glencross
[EMAIL PROTECTED] wrote: > "Nick Glencross" <[EMAIL PROTECTED]> writes: >> * I haven't successfully worked out how to make Enter in a form >> submit it. There's a previous posting which shows how to do it by >> sending the keypress event onto the submit button, but things must >> have changed bec

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Derrell . Lipman
"Nick Glencross" <[EMAIL PROTECTED]> writes: > Hi! > > We've got quite a lot of qooxdoo code now, and it's working great! > However, I've still got a couple of unresolved niggles which I haven't > been able to find workarounds for. Any hints would be great: > > * I haven't successfully worked ou

[qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Nick Glencross
Hi! We've got quite a lot of qooxdoo code now, and it's working great! However, I've still got a couple of unresolved niggles which I haven't been able to find workarounds for. Any hints would be great: * I haven't successfully worked out how to make Enter in a form submit it. There's a previou