Tell When Open/Save Dialog or Go to the Folder Is Available

Is there a way to tell when the:

  1. Open/Save Dialog window is available?
  2. The Go To the Folder window is available?

I don't need to discern between the two, but would like the system to know when they are fully up and available.

I have a macro that runs on a powerful new iMac, and also need to run on a 'not so powerful' older laptop.

I know I can put timed delays in between and make it work for both. But it's wasting time on the iMac.

I also know I could take the time to 'branch' out and put timed delays based on which cpu I"m running the macro on. - both valid, but OCD prevails here...

Is there some native KM programming that will 'know' when those windows are fully up?

Hey Troy,

You can check for button-exists/enabled – [Open], [Save], [Go].

-Chris

1 Like

uh, duh… LOL, it’s incredible for how smart I think I am, how I can miss the stuff right in front of me. Thank you Chris =)

Hey Troy,

I get bitten by snakes now and then me’self.  :smile:

-Chris

1 Like