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
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
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
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)
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
[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
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