Window Groups in Cocoa
Window Groups in Cocoa
- Subject: Window Groups in Cocoa
- From: Eric Gorr <email@hidden>
- Date: Tue, 5 Jan 2010 16:30:47 -0500
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@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