On Tue, Nov 11, 2008 at 5:58 PM, Frank D. Engel, Jr. <[EMAIL PROTECTED]> wrote:
> 1. What is the most likely approach for allowing tabs from NSTabViews to be
> dragged between tab views, possibly on different windows?

Don't subclass NSTabView for this; it's not the expected UI and it
won't work.  Reparenting views inside a window is one thing, but
moving them to completely different windows is quite a different
proposition.  Your solution in this case is a UI element that doesn't
look like NSTabView and a controller sitting somewhere to reparent,
instantiate, and release views as they move around and between
windows.

> 2. Is there any "easy" way to customize the colors used by Cocoa's controls
> to use neutral grays, like Apple's pro apps?

No.

> can I poseAsClass:

Don't use +poseAsClass:; it is deprecated.

> Or do I really need to re-implement all of the controls in order to get
> this?

Yes, you must re-implement all of this to get the custom behavior.  Or
you could just use standard UI controls and be done with it.

--Kyle Sluder
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to