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, slasktrattena...@gmail.com
<slasktrattena...@gmail.com> 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, slasktrattena...@gmail.com
> <slasktrattena...@gmail.com> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to