FROM : j o a r
DATE : Tue Jun 24 18:32:47 2008
On Jun 24, 2008, at 9:28 AM, Greg wrote:
> Hi, I'm making little notification windows that contain some
> NSControls in them, one particular one is the NSProgressIndicator
> (as a bar). These windows are similar to the default growl windows,
> and so appear above all other windows and appear "active" while
> actually being hosted by a background application. As such, the
> progress indicator in one of them is grayed out, how do I prevent it
> from doing that?
Create a custom NSWindow / NSPanel subclass that overrides "-
isKeyWindow" to always return YES.
j o a r
DATE : Tue Jun 24 18:32:47 2008
On Jun 24, 2008, at 9:28 AM, Greg wrote:
> Hi, I'm making little notification windows that contain some
> NSControls in them, one particular one is the NSProgressIndicator
> (as a bar). These windows are similar to the default growl windows,
> and so appear above all other windows and appear "active" while
> actually being hosted by a background application. As such, the
> progress indicator in one of them is grayed out, how do I prevent it
> from doing that?
Create a custom NSWindow / NSPanel subclass that overrides "-
isKeyWindow" to always return YES.
j o a r
| Related mails | Author | Date |
|---|---|---|
| Greg | Jun 24, 18:28 | |
| j o a r | Jun 24, 18:32 | |
| Greg | Jun 24, 19:16 |






Cocoa mail archive

