NSImageView + Text
NSImageView + Text
- Subject: NSImageView + Text
- From: Mijobee <email@hidden>
- Date: Tue, 29 Nov 2005 18:20:34 -0500
I'm writing a hot key view that allows users to click on the cell and
then press a key combination which is then displayed in the view.
I've considered a few different design approaches but am not sure the
best way to implement it. Do I just need to subclass NSImageCell,
implement my keyDown and text drawing logic and write a simple
NSControl subclass or do I also need to subclass NSImageView for my
control? I'm trying to avoid piling controls on top of each other
but if that's really the best way then I'm open to it. I know how to
do the key translation, glyph lookup, etc. Thanks in advance.
-
Mijobee
_______________________________________________
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