Re: [flexcoders] Zombie in flex

2011-12-23 Thread The Real Napster
Hello Michal, Thank you so much Michal. This will do for me. You saved my time. And I am curious to know are there any other ways to implement this? A Native NativeWindow... Best Regards, Mahesh On Thu, Dec 22, 2011 at 9:19 PM, Michal Szczepanski vanel...@gmail.comwrote: ** As

[flexcoders] Zombie in flex

2011-12-22 Thread Myadi H
I want to run one process(window, popup) even when the main application closes. In other words if a child process is created, even after parent process die the child process keeps on running(we have this in linux and other OSs). Is it possible in flex? Any experts suggestion on how to

Re: [flexcoders] Zombie in flex

2011-12-22 Thread Michal Szczepanski
As far as I know, you can make native window with folowing parameters Transparent true, Type utility, Systemchrome none Restore it and close application window, on windows your process should not be closed, didn't test on other platforms Look:http://pastebin.com/vDALBXhX Good luck MSz --