Re: how to show other application in front of others?
Re: how to show other application in front of others?
- Subject: Re: how to show other application in front of others?
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 14 Mar 2005 07:09:32 -0700
On Mar 14, 2005, at 1:11 AM, Tim.xgxu wrote:
how can I use "AppleScript command using NSAppleScript"
NSAppleScript *activate = [[[NSAppleScript alloc] initWithSource:@"tell
application \"Some App\" to activate"] autorelease];
[activate executeAndReturnError:nil];
Replace "Some App" with the application name.
Yes I use AEWP() to launch a tool, but the tool is not shown at the
front
By "tool" I meant a program that does not have a GUI.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden