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
> 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
> 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])
> 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
> 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
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
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
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