Re: CFBundleSupportedPlatforms issue

2015-10-06 Thread Matthias Schmidt
ers Matthias > > > >> On 6 Oct 2015, at 5:17 PM, Matthias Schmidt wrote: >> >> >>> Am 05.10.2015 um 16:40 schrieb Rick C. : >>> >>> On existing project that always built without issue on 10.10/Xcode 6 I am >>> now getting this err

Re: NSColorPanel and close box

2015-10-02 Thread Matthias Schmidt
> Am 01.10.2015 um 18:30 schrieb Matthias Schmidt : > > >> Am 30.09.2015 um 17:09 schrieb Matthias Schmidt : >> >> >>> Am 30.09.2015 um 16:11 schrieb Jens Alfke : >>> >>> >>> >>>> On Sep 30, 2015, at 12:04 AM, Matt

Re: NSColorPanel and close box

2015-10-01 Thread Matthias Schmidt
> Am 30.09.2015 um 17:09 schrieb Matthias Schmidt : > > >> Am 30.09.2015 um 16:11 schrieb Jens Alfke : >> >> >> >>> On Sep 30, 2015, at 12:04 AM, Matthias Schmidt wrote: >>> >>> while ([NSColorPanel sharedColorPanelExists])

Re: NSColorPanel and close box

2015-09-30 Thread Matthias Schmidt
> Am 30.09.2015 um 16:11 schrieb Jens Alfke : > > > >> On Sep 30, 2015, at 12:04 AM, Matthias Schmidt wrote: >> >> while ([NSColorPanel sharedColorPanelExists]) { >> PA_Yield(); >> } > > Yikes! That looks very suspicious. You should

Re: NSColorPanel and close box

2015-09-30 Thread Matthias Schmidt
> Am 30.09.2015 um 15:43 schrieb Jens Alfke : > > >> On Sep 29, 2015, at 11:31 PM, Matthias Schmidt wrote: >> >> the host app is 4D, which is about moving to 64bit. > > Oh my god, the database 4D? I had no idea that still existed. The company I > worked

NSColorPanel and close box

2015-09-29 Thread Matthias Schmidt
Hello, it’s been a while :-) I started to rewrite a Plugin from Carbon to Cocoa and I have some trouble with the NSColorPane. The colorPane opens, I can choose any color, change the mode etc, but I can close it only with the ESC key. None of the boxes in the title bar react on a click. Neither t

NSColorPanel question

2010-01-18 Thread Matthias Schmidt
Hello, I'm a bit stuck with NSColorPanel, while trying to write a plugin for another app, which should open the color picker, select a color, close it and return the color. I use this code here, but as soon as I click in the panel it is crashing: -(void)setPicker:(id)sender { panel

Converting colors to CGFloat

2009-07-31 Thread Matthias Schmidt
Hello, how do I convert color values from longint or UInt16 as they were used with the carbon API to CGFloat used with NSColor? thanks Matthias ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator c