Re: Slowwwwww releasing of text views
Re: Slowwwwww releasing of text views
- Subject: Re: Slowwwwww releasing of text views
- From: Izidor Jerebic <email@hidden>
- Date: Mon, 6 Dec 2004 21:36:25 +0100
On Dec 6, 2004, at 9:24 PM, M. Uli Kusterer wrote:
At 19:31 Uhr +0100 06.12.2004, Izidor Jerebic wrote:
Does anybody have any idea how I could make this window close
operation faster or at least perform in background and not interfere
with event processing?
Do like NSTextField and use one shared NSTextView for all your views.
After all, only one can be open for editing at a time. You should even
be able to use the window's standard field editor.
Well, I did try that approach initially, but there were problems with
displaying text (inside images the text is blurred) and other problems,
also speed. So I changed my approach and started to use text views and
except for this release speed problem I have no complaints whatsoever -
it works very well. Compared with the original approach this is
definitely much better for my application...
izidor
_______________________________________________
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