[flexcoders] Re: How do we implement pop-up input in Flex?

2008-08-01 Thread kalsi374
Lets say you have two files; base.mxml, and popup.mxml. You can achieve this using Events. basically you write a function in your base.mxml, which is then called when you want to divert attention to base.mxml file from popup.xml In your popup.mxml, you do the following: 1) Register the Event lik

[flexcoders] Re: Integrate flex and Java

2008-08-01 Thread kalsi374
If you are interested in triggering a java application from Flex Client side, one way I can think of is making a mini Java project, whose only purpose is to trigger a Runtime.exec, from where you can initiate whatever java app you want to start via a batch file/shell script. Obviously, it depen

[flexcoders] Re: Integrate flex and Java

2008-07-31 Thread kalsi374
Venkat, You need to be looking at the middleware which sits between backend like Java and Flex Front End. Here are the few popular ones: http://opensource.adobe.com/wiki/display/blazeds/BlazeDS http://www.themidnightcoders.com/weborb/java/ Once you get an understanding of these, you will know bet