On 10 Jun 2008, at 18:19, Ken Ray wrote:


Also the AppleScript below, wouldn't the following do the same:

put "activate me" & cr into myScript
do myScript as applescript

Yes, and even simpler (which works as well for OS X):

do "activate me" as AppleScript

Thanks, I've done this for Mac but for Windows I don't really have a workable solution, I can do it as a JavaScript or a VisualBasicScript but this involves writing a file to the disk which slows things down too much.

Anyone have a good way of giving my application control and bringing the window to the front?

All the Best
Dave
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to