Hi,
I'm having a blocker active but I'm still able to tab through the fields
and type content and press <Enter> there. Mouse clicking and focus is
disabled as expected. Does the blocker only support blocking mouse events?
I'm using trunk 20477 and the sample code is as follows:
> main : function() {
> // Call super class
> this.base(arguments);
>
> // Enable logging in debug variant
> if (qx.core.Variant.isSet("qx.debug", "on")) {
> // support native logging capabilities, e.g. Firebug for
> Firefox
> qx.log.appender.Native;
> // support additional cross-browser console. Press F7 to
> toggle visibility
> qx.log.appender.Console;
> }
>
> APP = this;
> APPROOT = this.getRoot();
>
> this.field1 = new qx.ui.form.TextField();
> this.field1.focus();
> this.field2 = new qx.ui.form.TextField();
> this.btn = new qx.ui.form.Button("Block me");
> this.btn.addListener("execute", function(e){
> this.b = new qx.ui.core.Blocker(APPROOT);
> this.b.block();
> APPROOT.setCursor("wait");
> },this);
> APPROOT.add(this.field1, {top: 20, left: 20});
> APPROOT.add(this.field2, {top: 120, left: 20});
> APPROOT.add(this.btn, {top: 220, left: 20});
> },
cheers,
skar.
--
--
The life so short, the craft so long to learn.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel