• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode style divider with embedded popup and pulldown menus
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode style divider with embedded popup and pulldown menus


  • Subject: Re: Xcode style divider with embedded popup and pulldown menus
  • From: Chris Hanson <email@hidden>
  • Date: Fri, 18 Jul 2008 10:04:08 -0700

On Jul 18, 2008, at 9:55 AM, Rick Hoge wrote:

Thanks for the replies - seems like a custom view and possibly NSMatrix will do the job.

I strongly recommend going with a view hierarchy instead of an NSMatrix.

You don't need to create a custom view, either. Views nest; an instance of NSView is just empty space in a window unless you add subviews to it. So you might have a view with a couple of buttons, a text field, and a pop-up button in it -- you can even set something like this up in Interface Builder, in its own nib, and have it managed by an NSViewController.

  -- Chris

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Xcode style divider with embedded popup and pulldown menus (From: Rick Hoge <email@hidden>)
 >Re: Xcode style divider with embedded popup and pulldown menus (From: Chris Hanson <email@hidden>)
 >Re: Xcode style divider with embedded popup and pulldown menus (From: Rick Hoge <email@hidden>)

  • Prev by Date: Re: Xcode style divider with embedded popup and pulldown menus
  • Next by Date: Re: NSMutableDictionary autorelease chrashes application
  • Previous by thread: Re: Xcode style divider with embedded popup and pulldown menus
  • Next by thread: Dispatch NSEvent to everyone
  • Index(es):
    • Date
    • Thread