Setting NSTextView
Setting NSTextView
- Subject: Setting NSTextView
- From: email@hidden
- Date: Tue, 10 Oct 2006 13:39:14 EDT
How do you set the text of an NSTextField?
I just want to show the user the Dir path they chose from an open panel, so I
thougt I could do this..
[myFolderField setString: [openPanel filename]];
But it's not working. Looking through the documentation for NSTextView, do I
need to implement a delegate to do this??? textShouldBeginEditing?
_______________________________________________
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