Re: Glyph Generator & hiding glyphs -> _NSBlockNumberForIndex() errors

2008-03-15 Thread Keith Blount
help anyway. Many thanks and all the best, Keith - Original Message From: Aki Inoue <[EMAIL PROTECTED]> To: Keith Blount <[EMAIL PROTECTED]> Cc: cocoa-dev@lists.apple.com Sent: Monday, March 10, 2008 11:32:23 PM Subject: Re: Glyph Generator & hiding glyphs -> _NSBlockNu

Re: Glyph Generator & hiding glyphs -> _NSBlockNumberForIndex() errors

2008-03-10 Thread Aki Inoue
sage From: Aki Inoue <[EMAIL PROTECTED]> To: Keith Blount <[EMAIL PROTECTED]> Cc: cocoa-dev@lists.apple.com Sent: Monday, March 10, 2008 6:14:05 PM Subject: Re: Glyph Generator & hiding glyphs -> _NSBlockNumberForIndex() errors Keith, I was consulted about the sample from DTS

Re: Glyph Generator & hiding glyphs -> _NSBlockNumberForIndex() errors

2008-03-10 Thread Keith Blount
o have background layout enabled. Many thanks for taking an interest in this. All the best, Keith - Original Message From: Aki Inoue <[EMAIL PROTECTED]> To: Keith Blount <[EMAIL PROTECTED]> Cc: cocoa-dev@lists.apple.com Sent: Monday, March 10, 2008 6:14:05 PM Subject

Re: Glyph Generator & hiding glyphs -> _NSBlockNumberForIndex() errors

2008-03-10 Thread Aki Inoue
Keith, I was consulted about the sample from DTS and didn't find any obvious problem with it. It would be great if you could provide further detail (for example, bt of the exception raise). Thanks, Aki On 2008/03/08, at 10:41, Keith Blount wrote: Just to add a little info to my previou

RE: Glyph Generator & hiding glyphs -> _NSBlockNumberForIndex() errors

2008-03-08 Thread Keith Blount
Just to add a little info to my previous message, which was a little misleading:a My custom glyph generator replaces each glyph that is supposed to be hidden with NSNullGlyph (it doesn't just insert one NSNullGlyph for the lot of them), so I would expect the one-to-one mapping on this first pas

Glyph Generator & hiding glyphs -> _NSBlockNumberForIndex() errors

2008-03-08 Thread Keith Blount
Hi, I have a custom glyph generator (NSGlyphGenerator subclass) that is used to hide glyphs for text with certain attributes. It does this by inserting a single NSNullGlyph for a range of glyphs representing text with these hidden attributes. (This is basically a hidden text toggle.) This all w