Not able to place the cursor at required character index in mytextview(subclass of NSTextView).
Not able to place the cursor at required character index in mytextview(subclass of NSTextView).
- Subject: Not able to place the cursor at required character index in mytextview(subclass of NSTextView).
- From: ayyapu <email@hidden>
- Date: Fri, 23 Apr 2004 18:58:16 +0530
Hi,
I am not able to place the cursor at required character index in
mytextview(subclass of NSTextView).
Actually i am overriding the mouseDown:, mouseDragged: and mouseUp:
methods. If I send the mouseDown: event to super, i am able to do that,
but subsequent mouseDragged: and mouseUp: methods are not getting
called.
Is there any way to get those subsequent mouseDragged: and mouseUp:
methods or place the cursor at desired location?
Thanks
-Ayyapu.
_______________________________________________
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.