Bring window to front?
Bring window to front?
- Subject: Bring window to front?
- From: Wade Williams <email@hidden>
- Date: Thu, 16 Jan 2003 00:39:01 -0600
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?
I've tried something like:
tell application "CodeWarrior IDE"
activate window named "Project.mcp"
Set Current Target "Build All"
end tell
and also
tell application "CodeWarrior IDE"
open file "Wade'sWorld:Users:wade:Project.mcp"
Set Current Target "Build All"
end tell
But neither worked.
Any thoughts?
Thanks,
Wade
_______________________________________________
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.