Re: Color Panel oddity

2012-06-09 Thread Michael Babin
On Jun 8, 2012, at 7:55 PM, Graham Cox wrote: A user is reporting this strange state of the Color Panel: http://ftp.apptree.net/images/colourpanel.png Anyone any idea how this can happen? I've never seen it. I can reproduce that state as a user by: 1. Showing the Colors panel 2.

Re: Color Panel oddity

2012-06-09 Thread Graham Cox
On 09/06/2012, at 9:40 PM, Michael Babin wrote: 3. Hide Toolbar Ah, it's a simple matter of selecting Show Toolbar, when the panel is active. The difficulty for the user (and me, in reproducing this) was that the panel is generally inactive since it floats and rarely needs to be truly

Color Panel oddity

2012-06-08 Thread Graham Cox
A user is reporting this strange state of the Color Panel: http://ftp.apptree.net/images/colourpanel.png Anyone any idea how this can happen? I've never seen it. --Graham ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Re: Color Panel oddity

2012-06-08 Thread Kyle Sluder
On Jun 8, 2012, at 5:55 PM, Graham Cox graham@bigpond.com wrote: A user is reporting this strange state of the Color Panel: http://ftp.apptree.net/images/colourpanel.png I get a 404 trying to view this link. --Kyle Sluder ___ Cocoa-dev

Re: Color Panel oddity

2012-06-08 Thread Dave DeLong
Try this: http://www.apptree.net/images/colourpanel.png On Jun 8, 2012, at 7:10 PM, Kyle Sluder wrote: On Jun 8, 2012, at 5:55 PM, Graham Cox graham@bigpond.com wrote: A user is reporting this strange state of the Color Panel: http://ftp.apptree.net/images/colourpanel.png I

Re: Color Panel oddity

2012-06-08 Thread Graham Cox
On 09/06/2012, at 12:12 PM, Dave DeLong wrote: Try this: http://www.apptree.net/images/colourpanel.png Thanks, I was in a rush and cut and paste the URL wrongly. --Graham ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Color Panel oddity

2012-06-08 Thread Gideon King
I believe that's what you get if you specify the NSColorPanelWheelModeMask for the picker mask. Since there is only one mode available it doesn't need to display the toolbar. Regards Gideon On 09/06/2012, at 12:12 PM, Dave DeLong davedel...@me.com wrote: Try this:

Re: Color Panel oddity

2012-06-08 Thread Graham Cox
On 09/06/2012, at 2:31 PM, Gideon King wrote: I believe that's what you get if you specify the NSColorPanelWheelModeMask for the picker mask. Since there is only one mode available it doesn't need to display the toolbar. OK, but I'm not doing that in my app, so how can it occur by