There is no 1 to 1 match between Cocoa and Carbon "window groups". In Cocoa you 
have child windows [NSWindow addChildWindow].
child windows move with their parents.
Note that Cocoa does not have a notion of shared activation.

Jesper

On Jan 5, 2010, at 1:30 PM, Eric Gorr wrote:

> Was the window group feature (CreateWindowGroup, etc.) in the Carbon UI 
> carried forward into Cocoa?
> 
> As near I can tell, it was not. 
> 
> The primary feature I need from the Carbon UI is kWindowGroupAttrMoveTogether.
> 
> So, assuming I haven't missed anything, and if you've needed this yourself, 
> how did you solve the problem?
> 
> One thought would be to use the windowWillMove: delegate method and tell the 
> other window to move. What I worry about here is the second window appearing 
> to lag behind (or ahead) of the move rather then move smoothly with the first 
> as it would in Carbon. Should I be worried?
> 
> I'll probably file a bug requesting this feature be brought to Cocoa if it is 
> indeed not there.
> 
> Thank you._______________________________________________
> 
> Cocoa-dev mailing list ([email protected])
> 
> 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/jsbache%40adobe.com
> 
> This email sent to [email protected]

_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to