Doug Posted April 14, 2005 Share Posted April 14, 2005 I've written a script that uses the WinMenuSelectItem command, but it fails at intermittent points. That is, the script just sits there when it should be executing the command. If I perform the menu item selection manually while it's just sitting there, it will take notice and resume the script. The key here is that it doesn't always fail. I can run the script a dozen times and it might work flawlessly 10 times. Is there some way I can make the WinMenuSelectItem more reliable? I could replace this command with a combination of ALT keystrokes that do the same thing, except that I need to select a specific option on a drop-down menu and don't see any other way to do it. I suppose I could send tabs and arrows to navigate the drop down menu, but making sure I find the correct menu option is a bear. Thanks in advance for any help. --Doug Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now