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
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
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
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,
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
[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
"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
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