Re: menu outlet in IB doesn't work for some views/controls?
Re: menu outlet in IB doesn't work for some views/controls?
- Subject: Re: menu outlet in IB doesn't work for some views/controls?
- From: Amul Goswamy <email@hidden>
- Date: Fri, 31 Jan 2003 15:51:05 -0800
To trigger the contextual menu on an NSBox, you need to control-click
the visible border or the title. For NSTableViews, NSTextViews,
NSBrowserViews and NSOutlineViews you also need to control click the
outer edge of the view because other areas of the view (scrollbars
etc.) will steal the click.
What other widgets are you having trouble with?
Amul Goswamy
Interface Builder QA
Apple
On Friday, January 31, 2003, at 07:13 AM, Jim Correia wrote:
How is the menu outlet in IB supposed to work?
I find that if I connect it to a menu for a custom view, the menu
works at runtime without intervention. Same for NSMatrix.
However, if I attach it to an NSBox (or other controls) it doesn't do
anything at runtime.
How is this supposed to work? Where can I read more about it?
Thanks,
Jim
_______________________________________________
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.
_______________________________________________
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.