Re: First item disappears in toolbarItem menu
Re: First item disappears in toolbarItem menu
- Subject: Re: First item disappears in toolbarItem menu
- From: Herr Witten <email@hidden>
- Date: Tue, 3 Feb 2004 16:25:20 -0500
You are setting it to pull-down, which always uses the first item.
On 3 Feb 2004, at 6:18 AM, Ivan Myrvold wrote:
I can not get my first item to appear in a toolbar item menu I have.
Here is the code in the itemForIdentifier method:
} else if ([itemIdent isEqual: RTV0710ToolbarItemIdentifier]) {
NSPopUpButton *noSelPopUp = [[[NSPopUpButton alloc]
initWithFrame:NSMakeRect(0.0,0.0,40.0,40.0) pullsDown:YES]
autorelease];
_______________________________________________
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.