• 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: NSToolbar - dynamic button addition
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSToolbar - dynamic button addition


  • Subject: Re: NSToolbar - dynamic button addition
  • From: Justin Anderson <email@hidden>
  • Date: Fri, 12 Aug 2005 11:23:35 -0400

It's possible to programmatically add and remove toolbar items, as explained at <http://developer.apple.com/documentation/Cocoa/ Conceptual/Toolbars/Tasks/AddRemoveToolbarItems.html#//apple_ref/doc/ uid/20000755-1049544>.

Whether or not it's possible to dynamically add and remove buttons to the customization sheet is an exercise for the reader. It might be the case that the customization sheet for an NSToolbar is only created once and never updated, in which case you'd have to reload the whole toolbar whenever you update its available buttons.

- Justin


On Aug 11, 2005, at 11:23 PM, Laurent Michel wrote:

Hi,

A quick question... Is there a way to dynamically add new button to an NSToolbar ? Essentially, when the application starts, not all buttons are known and as plugins get loaded, I have to add buttons for them.

My toolbar works great right now (with static content).

Note that, at compile time and even at runtime when the toolbar is first created, I do not know the list of potential entries.

Thanks for any tip!

--
  Laurent


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >NSToolbar - dynamic button addition (From: Laurent Michel <email@hidden>)

  • Prev by Date: Re: Core Data and multiple NIBs: how to share the managedObjectContext?
  • Next by Date: Re: NSTable View Selected Cell question
  • Previous by thread: NSToolbar - dynamic button addition
  • Next by thread: What are some reasons why my App is not loading the NIB?
  • Index(es):
    • Date
    • Thread