Re: Problem editing columns in TableView
Re: Problem editing columns in TableView
- Subject: Re: Problem editing columns in TableView
- From: Roarke Lynch <email@hidden>
- Date: Tue, 4 Feb 2003 22:56:16 -0500
Have you looked into NSText's replaceCharactersInRange:withString: or
setSelectedRange: methods?
On Tuesday, February 4, 2003, at 10:30 AM, Vidya Nair wrote:
Here the aNotification object i get is NSTextView.
But the problem I am facing is if the user edits a cell and writes some
text in between then the cursor is automatically placed at the end of
the
text. This behaviour is unwanted.
What i have gathered is that setString method is causing this. Is
there any
way in which I can implement the two features i.e. Checking of length
and
converting the text entered into uppercase without the above mentioned
problems.
Any help or suggestion will be highly appreciated.
Hoping to get some help.
Thanks and Regards
Vidya
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
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.