how to explicite that some widgets never take the focus?
Hi Chris,
···
On Thu, Oct 15, 2009 at 9:30 AM, Chris christiandemolis@gmail.com wrote:
how to explicite that some widgets never take the focus?
Well, off the top of my addled head, I think you can do this in two ways:
- Disable the widget
- Catch the focus event and do something other than focusing on said widget.
Mike Driscoll
Calling the Navigate method will issue a navigation event which will be caught by whoever is handling the navigation (most likely the parent panel) which will move the focus to the next or prior item in the navigation order.
···
On 10/15/09 9:03 AM, Mike Driscoll wrote:
2) Catch the focus event and do something other than focusing on said
widget.
--
Robin Dunn
Software Craftsman