NSToolbar missing notification?
NSToolbar missing notification?
- Subject: NSToolbar missing notification?
- From: Ken Victor <email@hidden>
- Date: Mon, 5 Dec 2005 11:26:47 -0800
i have a multi-doc multi-window document app. i'm saving the toolbar
state for my various windows in my doc. i use the
NSToolbarDidRemoveItemNotification and
NSToolbarWillAddItemNotification notifications to detect changes in
the toolbar and cache the toolbar state, and then i write the toolbar
state to my document when the doc is saved.
this works fine for adding and deleting items from the toolbar.
however, if the user moves items around on the toolbar, i don't seem
to get any notifications. i sorta (naively) expected that i might get
a removed notification followed by an add notification. so... how am
i supposed to save the state properly?
thanx,
ken
_______________________________________________
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