|
-
Hi again,
I created the windows as this code bellow - NOTHING else: And the only way it worked for me in the windows etc. itself.
<mx:Script>
<![CDATA[
import mx.core.Window;
import mx.events.FlexEvent;
private function openWindows(evt:Event):void {
new MyWinOne().open();
new MyWinTwo().open();
onStartTimer();
}
]]>
</mx:Script>
I only have problems now that I can;t find a right way that I can close them ??? as in your code above - new MyWinOne().close(); - this does not work at all and I can't find it NOT for the App. nor the windows itself. This is really all the code which has to do with the windows what I REALLY ONLY NEED IS TO CLOSE THESE BUGGERS ??? regards aktell
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|