Re: NSWindowCollectionBehaviorMoveToActiveSpace doesn't work
Re: NSWindowCollectionBehaviorMoveToActiveSpace doesn't work
- Subject: Re: NSWindowCollectionBehaviorMoveToActiveSpace doesn't work
- From: "email@hidden" <email@hidden>
- Date: Fri, 20 Nov 2009 20:25:09 +0100
Hum, no. I was wrong. [self setCollectionBehavior:1] means "can join
all spaces". Any ideas how to get
NSWindowCollectionBehaviorMoveToActiveSpace to work?
Again, test app here demonstrates the problem:
http://lists.apple.com/archives/cocoa-dev/2009/Oct/msg00647.html
On Sun, Nov 15, 2009 at 8:12 PM, email@hidden
<email@hidden> wrote:
> 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