Jump to content

Recommended Posts

Posted

Hello!I'm trying to write a script for a game.The thing is I need to use sysinternals' free desktops utility (available at http://technet.microsoft.com/en-us/sysinte...s/cc817881.aspx ) that creates 4 desktops.The problem I'm experiencing is that when I change the desktop that runs the script and the application that the script interferes with, the script autopauses to tray.

I'm not even sure if is overall possible to use such a feature, but in order to make sure I'd like to know why the script behaves like this and if there is any way to change its behavior.

Any help appreciated!

Posted

Try...

Opt("TrayMenuMode", 1)

or...

Opt("TrayAutoPause", 0)
Thank you! I already had Opt("TrayAutoPause", 0), but didn't seem to matter.I added Opt("TrayMenuMode", 1) to the code and now it does not pause.

Now it seems pretty obvious that the idea is meant to fail.Even the first WinWaitActive fails in the script.I think this is something that might as some point to be considered as a feature request, though the interaction with several desktops isn't probably a simple issue.

Anyway, thanks for the time.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...