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/archive%40mail-archive.com This email sent to [email protected]
