Re: Drag Tabs, Custom Colors

2008-11-12 Thread Rainer Brockerhoff
At 17:21 -0800 11/11/08, [EMAIL PROTECTED] wrote: From: Kyle Sluder [EMAIL PROTECTED] References: [EMAIL PROTECTED] In-Reply-To: [EMAIL PROTECTED] Date: Tue, 11 Nov 2008 19:23:58 -0500 Message-ID: [EMAIL PROTECTED] 2. Is there any easy way to customize the colors used by Cocoa's controls to use

Drag Tabs, Custom Colors

2008-11-11 Thread Frank D. Engel, Jr.
Two questions: 1. What is the most likely approach for allowing tabs from NSTabViews to be dragged between tab views, possibly on different windows? Ideally, I'd have subclasses like a DraggableTabItem and a DraggableToTabView or whatever which would enable this... I'd like to be able

Re: Drag Tabs, Custom Colors

2008-11-11 Thread Kyle Sluder
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.

Re: Drag Tabs, Custom Colors

2008-11-11 Thread John Pannell
Hi Frank- 1. What is the most likely approach for allowing tabs from NSTabViews to be dragged between tab views, possibly on different windows? You could look at PSMTabBarControl... the most up-to-date work on it is in the maccode repository at Google Code: