Re: NSTableView - how to select text when editing a column?
Re: NSTableView - how to select text when editing a column?
- Subject: Re: NSTableView - how to select text when editing a column?
- From: "Roni Music" <email@hidden>
- Date: Fri, 7 Jul 2006 20:12:11 +0200
----- Original Message -----
From: "I. Savant" <email@hidden>
To: "Roni Music" <email@hidden>
Cc: "Cocoa Developers List" <email@hidden>
Sent: Friday, July 07, 2006 5:45 PM
Subject: Re: NSTableView - how to select text when editing a column?
How about right after sending [mMyTableView editColumn:0
row:theRow withEvent:nil select:YES]; ???
yes, how about that?
It actually works, I thought I tried that but it seems I did not
When doing that now it works, great
Thanks
Rolf
--
I.S.
On Jul 7, 2006, at 11:16 AM, Roni Music wrote:
[textView setSelectedRange:aRange];
But when and from were should I call this?
_______________________________________________
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