Re: Apple's Code Level Support
Re: Apple's Code Level Support
- Subject: Re: Apple's Code Level Support
- From: Max Seelemann <email@hidden>
- Date: Fri, 1 Apr 2005 14:59:41 +0200
Hi Keith,
Yes I did so. The demo application I sent to Apple was just equipped
with one textview and all the stuff around. One of the movies showed
this application. I think it's this one:
<http://www.blue-tec.com/private/stuff/snapshot2.mov>. So after few
further optimizations I found out something very interesting: I'm
unable to reproduce the effects from the movie in the same application.
Somehow after implementing these optimizations in the splitview with
two textviews the old behaviour is back. So I can second this behaviour
more or less.
Rewriting is - for now - out of my range. I spent very much time on
this thing and to get it work as it should was quite a bit of work. I'm
still optimizing here and there and find new ways to make it faster but
the problem stays.
Your thought that two textviews using the same storage may cause
problems is very interesting to me. I'm thinking about doing some kind
of "forwarded" textstorage that consists of a central store but every
textview has its own textstorage that gets its content from the central
one. This might solve the problems. Sometimes I also need to connect a
third textstorage and this would make it much easier I think...
Thank you for your thoughts they're very appreciated.
Max
_______________________________________________
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