Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
I applied the "File.Execute" to a button which starts another program called FlipAlbum. The FlipAlbum program stays in the back and doesn't come to the front.
Any ideas?
I hope you're not insinuating we kidnap the creators of FlipAlbum and throw them in the lake with nothing but socks on... Or drive them out of town with pointy sticks... Are you??? Because if you are, muhaha! I'll bring the banjo music...
Try issuing a window.minimize command in your action list before you issue the file.execute command:
----------------------------------
<IR_ACTIONS_LIST>
<Action name="Minimize">
<Type>3</Type>
<Function>0</Function>
<DTIndentLevel>0</DTIndentLevel>
<Enabled>1</Enabled>
<ErrorHandling>
<UserNotificationMode>2</UserNotificationMode>
<CustomErrorMessage />
<OnErrorAction>0</OnErrorAction>
<JumpToLabel />
</ErrorHandling>
<HWnd>%MenuHWnd%</HWnd>
</Action>
</IR_ACTIONS_LIST>
------------------------------
'course if you wanted to be really slick, here's whatcha do.
1) Do like I said above first
2) Make sure your "Wait for program to finish..." box is checked in the file.execute command
3) Add a window.restore command last in line to bring your app back from minimized state
I tried your idea and have a problem. AMS drops down, then wants to come back before the this garbage software can even start. Worm- How can I get AMS to come back from the tray?
If you use the traywait.exe that I have, simply right click it and choose restore. If you execute the FlipAlbum EXE, using the same method, once you close Flip Album, the AMS app should become visible again.
Comment