Making Your Own App Come To the Foreground |
|
Here's a simple way to cause your own application to come to the foreground without having to go through that extra effort:
on mouseUp send "ActivateMe" to me in 10 seconds end mouseUp on ActivateMe do "tell current application to activate" as AppleScript end ActivateMe
Posted 9/21/2007 by Ken Ray