RE: Focus Management

2014-01-25 Thread Roger L. Whitcomb
Hi Jeffrey, Your email did post to the list, so you are subscribed now. Feel free to post your question again to user@pivot.apache.org. Thanks! ~Roger -Original Message- From: JeffreyLaw603 [mailto:jeffreylaw...@hotmail.com] Sent: Saturday, January 25, 2014 6:28 PM To: user@pi

Re: Focus Management

2014-01-25 Thread JeffreyLaw603
Dear Sandro, am I be able to post now? -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Focus-Management-tp4022837p4022845.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Re: How to Run Application without DesktopApplicationContext

2014-01-25 Thread Roger and Beth Whitcomb
Hi Mark, I have to apologize for confusing the issue. When I said "create an application class" I meant "write the code for an application class". Of course, the actual class object is created inside DesktopApplicationContext.main, so (right now) there is no way to create it first before

RE: How to Run Application without DesktopApplicationContext

2014-01-25 Thread Mark R. Chambers
Hi All, Thanks Sandros for your feedback I will take a look at the classes. Roger I don't understand how you think you can call DesktopApplicationContect.main after you create a class and still pass variables back and forwards, unless you are talking using super for the constructor, which has the