Re: Return dialog items
Re: Return dialog items
- Subject: Re: Return dialog items
- From: JJ <email@hidden>
- Date: Thu, 17 Jan 2002 20:25:24 +0100
>
Folks,
>
>
Has anyone scripted or found a script / scripting addition to return the
>
controls of a UI?
>
Akua's command "the controls of window"
tell application "Microsoft Entourage"
the controls of window "Re: Return dialog items"
end tell
Also, it should work "Prefab Player" extension.
tell application "Microsoft Entourage"
tell application "PreFab Player"
activate
get info window "Re: Return dialog items"
end tell
end tell
JJ