RobinReumers Posted March 21, 2007 Posted March 21, 2007 Hi, I was wondering if it's possible to check if a window is already opened (by name)? I couldn't find a function for this.. Thanks Robin
mr_vodka Posted March 21, 2007 Posted March 21, 2007 http://www.fmforums.com/forum/showtopic.php?tid/134640 http://www.fmforums.com/forum/showtopic.php?tid/174030 You can also use PatternCount ( WindowNames ( Get ( FileName ) ); "YourWindowName" ) You can use a script parameter to pass the name of the window name to check as well as opening a new window with that same name if one is not already open. (If the window is not from the same file, then use the file name instead of Get ( FileName ).
RobinReumers Posted March 22, 2007 Author Posted March 22, 2007 Thank you very much, that worked.. Robin
Recommended Posts
This topic is 6458 days old. Please don't post here. Open a new topic instead.
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