Window.open() dont show window
hello!
i created simple application showing wnidow ontop event server.
when main application in not active ( no focus ) window not appeared ( creationcomplete event not handles ).
can me , advise?
create window method simple:
wot = new usersviewontopwindow();
wot.open(false);
wot.activate();
usersviewontopwindow is
<s:window xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
alwaysinfront="true"
showstatusbar="false"
maximizable="false"
minimizable="false"
resizable="false"
systemchrome="standard"
type="{nativewindowtype.utility}"
focusenabled="false"
visible="true"
did verify handler getting called?
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment