*Editable* rotated text
*Editable* rotated text
- Subject: *Editable* rotated text
- From: Robert Clair <email@hidden>
- Date: Fri, 12 Nov 2004 13:12:25 -0500
I'm trying to do rotated text - I've read the CircleView code and the
archives,
but what I'm trying to do is a bit more complicated: I want the text to
editable
(without using an auxiliary text field as CircleView does). I think I
know
how to do most of it except there is one minor nag.
The blinking insertion cursor is draw by
[NSTextView drawInsertionPointInRect:color:turnedOn:]
except... The first time it is drawn after a mouseDown: or
a key event (entering a letter) it seems to be drawn by another
piece of code, after which it returns to the regular way of drawing it.
Does anybody know where this happens or how to grab it
to override it ? (One could turn of the cursor for the duration
of the events and then turn it back on again but that's ugly.)
Thanks,
Bob Clair
_______________________________________________
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