Re: Converting colorspace of a CGColor—part 2

2015-04-04 Thread edward m taffel
Sent from my iPhone > On Apr 4, 2015, at 9:08 PM, Kyle Sluder wrote: > >> On Sat, Apr 4, 2015, at 03:13 AM, edward m taffel wrote: >> I meant the ColorSync api (what did you think I meant?) but was not aware >> iOS did not rely on ColorSync, > > The ColorSync A

Re: Converting colorspace of a CGColor

2015-04-04 Thread edward m taffel
Sent from my iPhone > On Apr 4, 2015, at 9:08 PM, Kyle Sluder wrote: > >> On Sat, Apr 4, 2015, at 03:13 AM, edward m taffel wrote: >> I meant the ColorSync api (what did you think I meant?) but was not aware >> iOS did not rely on ColorSync, > > The ColorSync A

Re: Converting colorspace of a CGColor

2015-04-04 Thread edward m taffel
Sent from my iPhone > On Apr 3, 2015, at 10:19 PM, Graham Cox wrote: > > >> On 4 Apr 2015, at 1:13 pm, Roland King wrote: >> >> That’s most definitely not what Graham is looking for. He’s looking for a >> way to convert colours programatically, and cross-platform iOS and OSX (no >> colors

Re: Converting colorspace of a CGColor

2015-04-03 Thread edward m taffel
use ColorSync. Sent from my iPhone > On Apr 3, 2015, at 8:35 PM, Graham Cox wrote: > > Is there a way to convert a CGColor to a different colorspace? It's trivial > with NSColor, but I want to do the same at the lower CG level to keep the > code as portable as possible between iOS and Mac. I'

showing load progress for autosaved documents

2014-04-23 Thread edward m taffel
i’m attempting to show load progress for complex documents. my document class defines readFromURL & this seems the natural place to do this; however, for autosaved documents the progress window does not show until the document window shows (in the same instant, after the load is complete). i exp

mouse tracking outside a window & dock tracking area

2014-04-22 Thread edward m taffel
during mouse tracking it is often convenient to register movement outside view bounds. unfortunately, if the cursor is set to other than arrow, movement outside the bottom of a window may enter the dock’s tracking area causing the cursor to change to arrow for the duration of the loop. it is pos

Re: unarchiving a font collection

2009-07-09 Thread edward m taffel
the problem lies elsewhere. thanks, edward m taffel On Jul 7, 2009, at 3:50 PM, edward m taffel wrote: hello list, as NSFontManager -fontDescriptorsInCollection is apparently unreliable, i would like to unarchive collections directly (it seems apple does not provide support for this): anyone

unarchiving a font collection

2009-07-07 Thread edward m taffel
hello list, as NSFontManager -fontDescriptorsInCollection is apparently unreliable, i would like to unarchive collections directly (it seems apple does not provide support for this): anyone had success with unarchiving a font collection? thanks to all in advance, edward m taffel