176
Find And Run Robot / Re: Can FARR be used to switch between open windows?
« Last post by skajfes on August 28, 2009, 01:47 PM »I've modified the FARRAltTAb plugin (to be exact - I just took the part where open windows are enumerated) and intercepted the Trigger command, that was the easy part. The logic of switching to open windows is already there from the FarrAltTab plugin, and if a window is not open, just let the execution proceed as normal.
I am not sure what to use as comparison for determining if a window is open or not. Window caption seems a bit too unreliable (although i'd have to test that, maybe it will be reliable enough). The other thing that came to mind was to check the exe file, but the path i get from FARR is the shortcut (.lnk file), and not the exe.
I am not sure what to use as comparison for determining if a window is open or not. Window caption seems a bit too unreliable (although i'd have to test that, maybe it will be reliable enough). The other thing that came to mind was to check the exe file, but the path i get from FARR is the shortcut (.lnk file), and not the exe.