If you are linking against OSAKit, then something like the following (from
) may be a starting point:
ComponentInstance compInstance = [[OSALanguage defaultLanguage]
componentInstance];
-Ken
> On Feb 25, 2017, at 1:02 PM, sumit bansal
> wrote:
>
> I am using it to implement scripting in my
NSRunningApplication.activationPolicy might do the trick for you.
-Ken
> On Nov 26, 2015, at 11:58 PM, Jerry Krinock wrote:
>
> Several years ago I succumbed to a few users who wanted the ability to switch
> my OS X apps between foreground (regular app) and background (LSUIElement) on
> the
This is how I do it in the application delegate's
applicationDidFinishLaunching: implementation...
UInt32 modifiers = GetCurrentKeyModifiers();
if ( modifiers & shiftKey ) {
// handle shift key...
}
-Ken
On Jun 24, 2011, at 12:19 AM, Bernard Desgraupes wrote:
> Hi,
>
> I need to de
On Feb 13, 2009, at 8:23 AM, Kyle Sluder wrote:
On Fri, Feb 13, 2009 at 8:55 AM, Alex Curylo
wrote:
Because all -start does is initiate an NSURLConnection. If it's
failing to
connect or whatever, I want the operation to stop when the user
says so, not
whenever -didFailWithError gets arou