Re: NSWindowCollectionBehaviorMoveToActiveSpace doesn't work
Re: NSWindowCollectionBehaviorMoveToActiveSpace doesn't work
- Subject: Re: NSWindowCollectionBehaviorMoveToActiveSpace doesn't work
- From: "email@hidden" <email@hidden>
- Date: Sun, 15 Nov 2009 20:12:17 +0100
This appears to be a bug. I found that whereas calling
[self setCollectionBehavior:NSWindowCollectionBehaviorMoveToActiveSpace];
has no effect,
[self setCollectionBehavior:1];
produces the desired behavior. I'll file a radar.
/f
On Sun, Nov 15, 2009 at 7:31 PM, email@hidden
<email@hidden> wrote:
> Hi all,
>
> Setting the collection behavior of my (standard) NSWindow to
> NSWindowCollectionBehaviorMoveToActiveSpace has no effect whatsoever.
> Someone else posted a simple test project a while back demonstrating
> the problem:
>
> http://lists.apple.com/archives/cocoa-dev/2009/Oct/msg00647.html
>
> Any ideas? Thanks.
>
> /f
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden