Re: What is an example of the use of Application.UnprocessedKeyHandler in Apache Pivot?

2013-07-17 Thread Roger Whitcomb
Ah. Good. You're very welcome. Thanks for using Pivot. ~Roger Whitcomb On Jul 17, 2013, at 5:55 PM, Erik Innocent wrote: > Oh, so I need to add the interface UnprocessedKeyHandler to my class that > implements Application, and then of course implement the interface's methods. > So simp

Re: What is an example of the use of Application.UnprocessedKeyHandler in Apache Pivot?

2013-07-17 Thread Erik Innocent
Oh, so I need to add the interface UnprocessedKeyHandler to my class that implements Application, and then of course implement the interface's methods. So simple... I don't know why that didn't click for me from the Javadoc. Your answer -- '“Application” object that implements this interface' -

RE: What is an example of the use of Application.UnprocessedKeyHandler in Apache Pivot?

2013-07-17 Thread Roger L. Whitcomb
So, according to the Javadoc for the Application. UnprocessedKeyHandler interface: Optional interface that allows an application to handle unprocessed key events (keystrokes that are processed when no component has the input focus). This would be the case (for instance), if you have an em

What is an example of the use of Application.UnprocessedKeyHandler in Apache Pivot?

2013-07-17 Thread Erik Innocent
What is an example of the use of `Application.UnprocessedKeyHandler` in Apache Pivot? I've checked Google and the Pivot docs and see no examples, and the Javadoc isn't enlightening. There's a tease of sample code in the mailing list archives at: http://apache-pivot-users.399431.n3.nabble.com/KeyLi