Inactive Tool Tips within NSBox
Inactive Tool Tips within NSBox
- Subject: Inactive Tool Tips within NSBox
- From: MC <email@hidden>
- Date: Thu, 24 Jun 2004 12:46:45 -0400
I have an application where several objects (buttons, labels and text
fields) have been group together in a NSBox using Interface Builder so
as to facilitate the control of hiding or unhiding them all at once.
Each of these items has their own Tool Tip message. The NSBox is set
to "hidden" from the start and unhidden programmatically as the
application runs with [step1Box setHidden:FALSE];. So, this
hiding/unhiding works fine except that when the group is un-hidden, the
Tool Tips for each of the objects is no longer active/visible but only
the Tool Tip of the NSBox works. Is there a know bug with this
approach or can anyone suggest a work around they use?
Thanks.
Marc.
_______________________________________________
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.