Skip navigation.
 
mlRe: Selected range in bound text view
FROM : Matt Neuburg
DATE : Sun Jul 02 09:46:04 2006

On Sat, 01 Jul 2006 10:43:00 -0700, "D.K. Johnston" <<email_removed>> said:
>I'm trying to setSelectedRange in a text view that is bound to a
>window controller (via attributedString). I can see no relevant
>binding in the text view. I've got an IBOutlet connected to the text
>view, but sending a setSelectedRange message to it has no effect.


The binding is a red herring. It should work fine. I'm betting that your
IBOutlet is nil, or some such slip-up. m.

--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>

Related mailsAuthorDate
mlSelected range in bound text view D.K. Johnston Jul 1, 19:43
mlRe: Selected range in bound text view Matt Neuburg Jul 2, 09:46
mlRe: Selected range in bound text view D.K. Johnston Jul 2, 16:12