NSTextField question
NSTextField question
- Subject: NSTextField question
- From: Joseph Heck <email@hidden>
- Date: Wed, 4 Dec 2002 23:27:06 -0800
I'm using an NSTextField in a little app, and want to use a button to
slap in text at the cursor where I'm editing. NSTextField, however,
doesn't seem to have any handy little "insertText:" method. I could use
getStringValue and setStringValue, but I'd really like to be able to
drop in text at the cursor.
Am I missing something terribly obvious here? Should I be using
something other than a NSTextField?
-joe
_______________________________________________
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.