Hi. I guess it's possible to patch any class in qx. But I don't know if a 
private method can be patched. It will sure work in source version but not at 
build one, I guess.  So didn't you just set tab index property of form widgets 
to order tabs in your way?

May be its more comfortable to inherite focus handler but it should be more 
easier to use tabIndex property. 

Regards Sak

Von meinem iPhone gesendet

Am 03.02.2012 um 18:10 schrieb Germán Pablo Del Tedesco 
<[email protected]>:

> Hello!
> 
> I want to alter the way in that the tabbing order is computed. I think that 
> the trick is to modify the behaviour of the method "__compareTheTabOrder" in 
> the class "qx.ui.core.FocusHandler".
> 
> The question is: is possible to provide a custom implementation (of the 
> method, or the entire class) without editing the framework classes? Doing 
> this at runtime could be possible (for example, undefining and redefining the 
> class -- Horrible, i know... :-) --), but it would affect the management of 
> the focus roots.
> 
> I spent a couple of hours on this trouble, and I haven't more ideas... i need 
> some guidance here.
> 
> Greetings from Argentina!
> 
> -- 
> 
> Germán Pablo Del Tedesco
> 
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to