RE: interact with users in a background app

2008-12-08 Thread BirdSong
e: Mon, 8 Dec 2008 02:56:59 -0500> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Subject: Re: interact with users in a background app> CC: cocoa-dev@lists.apple.com> > On Mon, Dec 8, 2008 at 2:14 AM, BirdSong <[EMAIL PROTECTED]> wrote:>> Hi all,I want to add a win

RE: interact with users in a background app

2008-12-08 Thread BirdSong
yep> Date: Mon, 8 Dec 2008 02:56:59 -0500> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Subject: Re: interact with users in a background app> CC: cocoa-dev@lists.apple.com> > On Mon, Dec 8, 2008 at 2:14 AM, BirdSong <[EMAIL PROTECTED]> wrote:>> Hi all,I wan

Re: interact with users in a background app

2008-12-07 Thread Kyle Sluder
On Mon, Dec 8, 2008 at 2:14 AM, BirdSong <[EMAIL PROTECTED]> wrote: > Hi all,I want to add a window to a background application in order to > interact with users sometimes. However, I found the window I added is not a > keywindow or so because I can not type in the textField which located in the

Re: interact with users in a background app

2008-12-07 Thread Benjamin Dobson
On 8 Dec 2008, at 07:28:29, BirdSong wrote: Thank you for your answer... But seems it doesn't work, the window still can not accept the key events... Have you told it to makeKeyAndOrderFront:? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

RE: interact with users in a background app

2008-12-07 Thread BirdSong
Thank you for your answer... But seems it doesn't work, the window still can not accept the key events...> Date: Mon, 8 Dec 2008 02:21:25 -0500> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Subject: Re: interact with users in a background app> CC: cocoa-dev@lists

Re: interact with users in a background app

2008-12-07 Thread Chunk 1978
[NSApp activateIgnoringOtherApps:YES]; On Mon, Dec 8, 2008 at 2:14 AM, BirdSong <[EMAIL PROTECTED]> wrote: > > Hi all,I want to add a window to a background application in order to > interact with users sometimes. However, I found the window I added is not a > keywindow or so because I can not t

interact with users in a background app

2008-12-07 Thread BirdSong
Hi all,I want to add a window to a background application in order to interact with users sometimes. However, I found the window I added is not a keywindow or so because I can not type in the textField which located in the window... Does any one know how to solve this problem, I mean edit in th