Re: Focus Traversal Engine

2014-11-25 Thread Martin Sladecek
Hi Alex, unfortunately, there's none. The simplest way would be to use ParentTraversalEngine with the risk that you will have to update the code once (and if) the traversal engine goes public. You can never get the 100% correct traversal with event filters as the first node that will be trave

Focus Traversal Engine

2014-11-24 Thread Casall, Alexander
Hi, is there an elegant way to change the focus traversal order without using Private APIs (TraversalEngine) or creating an own mechanism using EventFilters? Cheers Alex