|
|||
|
Hello -
I am trying to launch a custom exe from my SWF exe. Things work fine when I use shell.run, but when I use shell.runAndWait, the exe is not visible. Every combination of show_flags works fine with run, but none of them make the exe visible with shell.runAndWait. Is there something that SWF does that might be causing this? Any suggestions on fixes or workarounds? Thanks, Sean. |
|
|||
|
Please try to minimize the main window.
Code:
getMainWnd().windowState = "minimized";
Shell.runAndWait("notepad.exe");
getMainWnd().windowState = "normal";
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|