Re: CFBundleSupportedPlatforms issue

2015-10-06 Thread Matthias Schmidt
ou need to upgrade ;-) cheers Matthias > > > >> On 6 Oct 2015, at 5:17 PM, Matthias Schmidt <b...@admilon.net> wrote: >> >> >>> Am 05.10.2015 um 16:40 schrieb Rick C. <rickcort...@gmail.com>: >>> >>> On existing project that always buil

Re: NSColorPanel and close box

2015-10-03 Thread Matthias Schmidt
> Am 01.10.2015 um 18:30 schrieb Matthias Schmidt <b...@admilon.net>: > > >> Am 30.09.2015 um 17:09 schrieb Matthias Schmidt <b...@admilon.net>: >> >> >>> Am 30.09.2015 um 16:11 schrieb Jens Alfke <j...@mooseyard.com>: >>> &

Re: NSColorPanel and close box

2015-10-01 Thread Matthias Schmidt
> Am 30.09.2015 um 17:09 schrieb Matthias Schmidt <b...@admilon.net>: > > >> Am 30.09.2015 um 16:11 schrieb Jens Alfke <j...@mooseyard.com>: >> >> >> >>> On Sep 30, 2015, at 12:04 AM, Matthias Schmidt <b...@admilon.net>

Re: NSColorPanel and close box

2015-09-30 Thread Matthias Schmidt
> Am 30.09.2015 um 15:43 schrieb Jens Alfke <j...@mooseyard.com>: > > >> On Sep 29, 2015, at 11:31 PM, Matthias Schmidt <b...@admilon.net> wrote: >> >> the host app is 4D, which is about moving to 64bit. > > Oh my god, the database 4D? I had no ide

Re: NSColorPanel and close box

2015-09-30 Thread Matthias Schmidt
> Am 30.09.2015 um 16:11 schrieb Jens Alfke <j...@mooseyard.com>: > > > >> On Sep 30, 2015, at 12:04 AM, Matthias Schmidt <b...@admilon.net> wrote: >> >> while ([NSColorPanel sharedColorPanelExists]) { >> PA_Yield(); >> }

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

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 {

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