MadamZuZu
08-02-2007, 06:48 PM
Hello,
i'm having a litle problem understand how this works...
i have a pop up window.
it will come up, when you click on one of two buttons.
in that pop up window, i have a ViewStack, with 2 different Canvases.
I call it like so:
private function showLogin():void
{
// Create a non-modal TitleWindow container.
var helpWindow:IFlexDisplayObject =
PopUpManager.createPopUp(this, MyHelpWindow, false);
}
what can i do, to determine which buttons has been pressed, and show the accordin canvas?
.... is there a way to pass in which button i clicked?
Thanks!
i'm having a litle problem understand how this works...
i have a pop up window.
it will come up, when you click on one of two buttons.
in that pop up window, i have a ViewStack, with 2 different Canvases.
I call it like so:
private function showLogin():void
{
// Create a non-modal TitleWindow container.
var helpWindow:IFlexDisplayObject =
PopUpManager.createPopUp(this, MyHelpWindow, false);
}
what can i do, to determine which buttons has been pressed, and show the accordin canvas?
.... is there a way to pass in which button i clicked?
Thanks!