RE: Getting the rect of a character in an NSTextView
RE: Getting the rect of a character in an NSTextView
- Subject: RE: Getting the rect of a character in an NSTextView
- From: Douglas Davidson <email@hidden>
- Date: Mon, 24 Jan 2005 18:43:32 -0800
On 2005-01-24 12:07:00 -0800 Keith Blount <email@hidden>
wrote:
Here is a snippet of my backtrace - the backtrace is
long, but it is basically a repeat of what is below
for every margin card that has raised an error. It
seems to be an EXC_BAD_ACCESS error. I don't know if
this helps.
This is an infinite recursion--you are changing the view size in
response to a change in view size, and so on ad infinitum. You need
to figure out how not to do that.
Douglas Davidson
_______________________________________________
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