Re: UIElement app doesn't come to front

2008-09-19 Thread Memo Akten
thanks, that did it... On 19 Sep 2008, at 15:18, Fabian wrote: Try [NSApp activateIgnoringOtherApps:YES]; HTH. On Fri, Sep 19, 2008 at 12:28 PM, Memo Akten <[EMAIL PROTECTED]> wrote: I want to create a very simple little app that launches a window at startup, and then runs in the backgrou

Re: UIElement app doesn't come to front

2008-09-19 Thread Fabian
Try [NSApp activateIgnoringOtherApps:YES]; HTH. On Fri, Sep 19, 2008 at 12:28 PM, Memo Akten <[EMAIL PROTECTED]> wrote: > I want to create a very simple little app that launches a window at startup, > and then runs in the background with no dock and menu. > > I've created the app as a standard co

UIElement app doesn't come to front

2008-09-19 Thread Memo Akten
I want to create a very simple little app that launches a window at startup, and then runs in the background with no dock and menu. I've created the app as a standard cocoa app, extending NSApplication overriding init (set delegate to self) and applicationDidFinishLaunching to setup a time