Tag use
Tag use
- Subject: Tag use
- From: R T <email@hidden>
- Date: Wed, 20 Apr 2005 17:39:51 -0700 (PDT)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
On a view, in a drawer I have 16 subclassed
NSColorWells. Each is tagged and has 4 floats as
instance variables.
I want to moniter when the mouse is over any of them
and check for an optionKey down.
This...
- (void) mouseDown:(NSEvent *) theEvent;
...works, and...
- (void) mouseEnter:(NSEvent *) theEvent;
...does not!
If I use the mouseDown event and give up the
mouseEnter, optionKey combo then my only problem is
how do I know which of the 16 ColorWells has the event
occurred in.
I've tried all day with the "tags" to no
avail.................and I've reached vaporlock.
Help!
Thanks,
Rick T.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
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