does NSMenuItem setMixedStateImage or setOnStateImage work?
does NSMenuItem setMixedStateImage or setOnStateImage work?
- Subject: does NSMenuItem setMixedStateImage or setOnStateImage work?
- From: Ken Victor <email@hidden>
- Date: Tue, 13 Sep 2005 13:06:47 -0700
does NSMenuItem setMixedStateImage or setOnStateImage work? i know i
have a valid NSImage that i pass to these commans as the same image
works fine if passed to NSMenuItem setImage (which is how i've worked
around this for the time being). however, if i set the on or mixed
state image and then set the state, i still get the check mark or the
dash instead of my image.
i'm simply doing:
[myMenuItem setMixedStateImage: myImage];
[myMenuItem setState: NSMixedState];
am i doing something wrong? or is this a known bug?
thanx,
ken
_______________________________________________
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