tparker24 Posted December 3, 2004 Report Share Posted December 3, 2004 I'm looking for a way to do a hybrid menu - something between a floating and a popup menu. Basically what I want to do is to use a floating menu, but ONLY when I'm running a specific program. A regular floating menu stays up on the desktop -- if a floating menu could have a scope, that would work. A popup menu is a bit inconvenient, because it closes after a selection is made -- if a popup menu had an option to not close, that would work too. Is there a way to do a hybrid menu? Thanks, Tom Quote Link to comment Share on other sites More sharing options...
jason Posted December 3, 2004 Report Share Posted December 3, 2004 There is no way to set up a pop-up or floating menu to run only when a specific window is running. There are two options to work around this. The first is to set the macro's scope to run in only that window. You would then have to launch the macro manually. You would then have to close the menu when you were done with the macro. The second option is to create a macro that will activate on the Window Title. The macro would need to use the Macro Run command. You would then need to close the menu when you were done. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.