Re: Superscript causing crash
Re: Superscript causing crash
- Subject: Re: Superscript causing crash
- From: Cameron Hayne <email@hidden>
- Date: Wed, 24 Aug 2005 11:13:43 -0400
On 24-Aug-05, at 5:42 AM, Philip Dow wrote:
The app *is* threaded, and I *do* make programmatic additions to
the custom text view, but in this situation, no thread is acting on
the text view and the user is using only standard text
technologies, ie the font and color panels, the format and text
menus, etc. In other words, my app isn't acting on the custom text
view, only the cocoa text system.
In general, you should only do things that affect the GUI on the main
thread - e.g. via performSelectorOnMainThread.
--
Cameron Hayne
email@hidden
_______________________________________________
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