Re: NSToolbar - dynamic button addition
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