flexfdggdf
11-22-2009, 04:45 AM
Hi all,
This is probably the simplest question one can ask about flex.
I am writing an air desktop application which is running locally only. So there is absolutely no web browser or web server or anything of that nature involved.
In this application I have 3 WindowedApplication (.MXML) files let’s call them A, B, and C. All of them are completely static as in all controls are placed using the design view.
The first page (A) opens when the program runs and contains only two buttons let’s call them b1 and b2.
I want it to open page B if b1 is click or open page C if b2 is clicked.
How can I do this?
This is probably the simplest question one can ask about flex.
I am writing an air desktop application which is running locally only. So there is absolutely no web browser or web server or anything of that nature involved.
In this application I have 3 WindowedApplication (.MXML) files let’s call them A, B, and C. All of them are completely static as in all controls are placed using the design view.
The first page (A) opens when the program runs and contains only two buttons let’s call them b1 and b2.
I want it to open page B if b1 is click or open page C if b2 is clicked.
How can I do this?