Hey Mark,
Script Debugger 7.0.3 fails to see open Preferences window.
tell application id "com.latenightsw.ScriptDebugger7"
name of windows
end tell
Is this a bug or by design?
-Chris
Hey Mark,
Script Debugger 7.0.3 fails to see open Preferences window.
tell application id "com.latenightsw.ScriptDebugger7"
name of windows
end tell
Is this a bug or by design?
-Chris
This is a deliberate change in 7.0.3. We had problems with Cocoa Scripting revealing otherwise unscriptable windows and decided to filter the windows
collection to return only windows with a corresponding object in Script Debugger’s scripting interface.