Re: Bring window to front?
Re: Bring window to front?
- Subject: Re: Bring window to front?
- From: Steve Roy <email@hidden>
- Date: Thu, 16 Jan 2003 09:03:20 -0500
email@hidden (Wade Williams) wrote:
>
I'm trying to script CodeWarrior 8.3.
>
>
How can I tell it to bring a certain window to the front so the next
>
command will operate on it?
Use 'select'.
tell application "CodeWarrior"
select window 3
select window "MyWindow.cpp"
end tell
Steve
--
Steve Roy <email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.