<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">OakTextView does implement the majority of NSResponder mehtods.<br>However, they are virtual in the sense that you need to use
<br>performSelector:withObject: or something like NSApplication's<br>sendAction:to:from:.</blockquote><div><br>If this is true than how come Todd and Rob's suggestions for sendAction do not work?<br><br>[[NSApplication sharedApplication] sendAction: @selector(moveLeft:) to: nil from: self];
<br>-- or --<br>[[[NSApplication sharedApplication] mainWindow] moveLeft:self]<br></div><br><br>thanks,<br>kirt<br><br></div>