March 21, 200718 yr 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
March 21, 200718 yr 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 ).
Create an account or sign in to comment