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 accid

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 wrote: > Try this: http://www.apptree.net/images/colourpanel.

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 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 wrote: > >> >> >> A user is reporting this strange state of the Color Panel: >> >> http://ftp.apptree.net/images/colourpanel.png >> > > I get a 40

Re: Color Panel oddity

2012-06-08 Thread Kyle Sluder
On Jun 8, 2012, at 5:55 PM, Graham Cox 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 mailing list (Coc

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 post

Re: NSSavePanel runModal isn't working in sandbox?

2012-06-08 Thread Corbin Dunn
On Jun 8, 2012, at 11:20 AM, Samuel Williams wrote: >> >> >> I've had no problems at all with NSSavePanel under the sandbox (the >> inherited methods limitation that Graham mentioned excepted). >> >> My usage looks almost exactly like the code above except that I call >> -beginSheetModalForW

Re: NSSavePanel runModal isn't working in sandbox?

2012-06-08 Thread Samuel Williams
> > > I've had no problems at all with NSSavePanel under the sandbox (the > inherited methods limitation that Graham mentioned excepted). > > My usage looks almost exactly like the code above except that I call > -beginSheetModalForWindow:completionHandler: instead of -runModal. > > BUT. You need t

Re: Desktop geometry problem

2012-06-08 Thread Lee Ann Rucker
Searching "bezier path simplify" turned up some interesting results, like this from cocoadev: http://cocoadev.com/wiki/NSBezierPathcombinatorics Since you have no curves this may be overkill, but I'm sure there's an algorithm out there somewhere for non-intersecting rectangles. - Original M

Re: Desktop geometry problem

2012-06-08 Thread Kyle Sluder
On Jun 8, 2012, at 4:01 AM, Gregory Weston wrote: > > Strictly what I need is the set of individual line segments that define the > perimeter, but I figured that it anyone had a solution to the problem in > already it was likely to be giving back a path instead of just a list of > points and

Re: Tool for creating application icon

2012-06-08 Thread Preston Sumner
On Jun 7, 2012, at 2:56 PM, Luc Van Bogaert wrote: > Hoping this is not too off topic on this list, I would like to know what > tools developers here have used to create their application icons. I've found > a few candidates on the App Store, but before spending my money on one of > them, I th

Re: Desktop geometry problem

2012-06-08 Thread Gregory Weston
On Jun 8, 2012, at 02:20, Kyle Sluder wrote: > On Jun 7, 2012, at 7:30 PM, gweston wrote: > >> On Jun 07, 2012, at 10:22 PM, Graham Cox wrote: >> >> >> On 07/06/2012, at 9:23 PM, Gregory Weston wrote: >> >>> Does anyone know of existing code or a trivial technique to get a CGPath or >>> NS