Re: Insert text at end of Textview
Re: Insert text at end of Textview
- Subject: Re: Insert text at end of Textview
- From: Ondra Cada <email@hidden>
- Date: Fri, 4 Oct 2002 17:58:38 +0200
On Friday, October 4, 2002, at 04:59 , Dan Sugalski wrote:
[[myTextView textStorage] appendAttributedString: @"blahblah"];
Unfortunately, that doesn't work with a textview, at least not in my
hands.
That's odd. Nothing at all happens? Or does something happen, but not
what you want? (I do this myself in a number of places, and if it's not
reliable I'd like to track down where and why)
I don't really know, but my guess is that what really happens is the
blahblah is appended properly, but the view is not invalidated and thus
not redrawn.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.