Make window active
Make window active
- Subject: Make window active
- From: Robert Poland <email@hidden>
- Date: Wed, 24 Apr 2002 07:37:26 -0400
Hi,
In OS 10,1,4, I have this startup script;
Part of...
Tell application "Finder"
...
if reminderrunning then
tell application "Finder"
select file "NameOfFile" of folder ...
open selection
close window 1 --close window opened to get above file
end tell
end if
end tell
As the script progresses it leaves the windows open where files
accessed are found. I have inserted several "close window 1" commands
to cure that. But, when every thing is done the file above is not the
active window.
Is there a cure?
Also where can one get the more recent version of AppleScript? I have 1.7.
--
Bob Poland - Sumter, SC
email@hidden
Check out my garage sale
http://www.ibrb.org/
_______________________________________________
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.