Does OakTextView support the setMark method from the NSResponder interface?&nbsp; Is there something that I can use in its place if setMark is not implemented?&nbsp; Here is the code I am using:<br><br>&nbsp;&nbsp;&nbsp; NSLog( @&quot;Trying to set the mark on the first responder&quot; );
<br>&nbsp;&nbsp;&nbsp; [responder performSelector: @selector(setMark:) withObject: window];<br>&nbsp;&nbsp;&nbsp; NSLog( @&quot;set the mark on the first responder&quot; );<br><br><br>And this is what I get in the log:<br><br>2007-04-08 19:55:01.838 TextMate[916] Trying to set the mark on the first responder
<br>2007-04-08 19:55:01.838 TextMate[916] *** -[OakTextView setMark:]: selector not recognized [self = 0xdec3850]<br>2007-04-08 19:55:01.838 TextMate[916] *** -[OakTextView setMark:]: selector not recognized [self = 0xdec3850]
<br><br><br>thanks<br>kirt<br>