Re: Apple's Code Level Support
Re: Apple's Code Level Support
- Subject: Re: Apple's Code Level Support
- From: Ryan Stevens <email@hidden>
- Date: Sun, 27 Mar 2005 12:38:50 -0800
On Mar 27, 2005, at 11:43 AM, Marcus Fehn wrote:
Am 27.03.2005 um 19:53 schrieb Kay Roepke:
But he really should've asked his original question, too. After six months there should've really been
enough opportunity to have developed a fine-edged question.
Actually, we asked a long time ago to no avail (and yes <sic>, we also asked folks in online forums). That's why we turned to Apple's CLS.
For the record:
<http://lists.apple.com/archives/cocoa-dev/2004/Oct/msg01148.html>
Also have a look at this:
<http://lists.apple.com/archives/cocoa-dev/2004/Nov/msg01369.html>
This makes it even more frustrating, but hey...
BTW: As a reply to my mail to this list, somebody at Apple contacted me and said that they'd try to investigate what happened. We'll see. Interestingly enough, our "contact" at CLS has not replied as of today, although I know he's also reading this list. ;)
>From the first link:
I've customized this textview and added a custom TextStorage and a custom LayoutManager. The TextStorage *should* work as a normal one, but in fact, it adds some counting functionality and does some customization to the attributesAtIndex: function of NSTextStorage. (But I don't think that this should be the problem). I call - (void)edited:(unsigned)editedMask range:(NSRange)range changeInLength:(int)delta; every time I do a change and everything works fine except of this drawing issue.
We can assume you're calling beginEditing and endEditing as well as (or in place of) edited:range:changeInLength:, right?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden