Norm,
I'm not getting anything out of an RB app either.
Here's a script you can try with any (RB) app:
tell application "System Events"
tell process "My Application.debug"
set x to count of UI elements of front window
set i to 1
repeat
--if (title of UI element i of front window)
is "PushMe!" then exit repeat
log (name & title of UI element i of front window)
if i = x then return i
set i to i + 1
end repeat
--click button "PushMe!" of UI element i of front
window --"Print" of window "untitled" -- ellipsis after "PDF"
end tell
end tell
Cheers,
Marc
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>