NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
- Subject: NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
- From: aashish tiwari <email@hidden>
- Date: Tue, 23 Jan 2007 12:48:23 +0000 (GMT)
I see
NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
in following code
NSRange range = NSMakeRange([[m_loggingTextView textStorage] length],0); [m_loggingTextView replaceCharactersInRange:range withString:m_text]; [m_loggingTextView scrollRangeToVisible:range]; [m_loggingTextView display]; I have no idea what is happening...
Please help me...
in my app two threads are running ...main and a worker...inside above code is inside worker thread
---------------------------------
Yahoo! Photos NEW, now offering a quality print service from just 7p a photo.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden