NSColorWell deactivate
NSColorWell deactivate
- Subject: NSColorWell deactivate
- From: Scot Gellock <email@hidden>
- Date: Wed, 01 Jan 2003 08:47:47 -0800
I have a NSColorWell on a preference panel. If I cause the NSColorWell to
display a NSColorPanel and then cause the preference panel to close, the
NSColorPanel does not close, but remains visible.
N the code that I have to close the reference panel, I'm issuing a:
[_colorWell deactivate];
I thought issuing a deactivate would cause the color panel to be dismissed,
but it does not.
What is the proper manner in which to ensure the color panel gets closed?
Scot
_______________________________________________
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.