FROM : I. Savant
DATE : Mon Mar 03 20:26:42 2008
>> There appears to be no way to efine identifiers for the toolbar items.
I ran into the same issue when playing with it but none of my
projects have been "updated" to use the IB method so I never pursued
it. I feel your pain. :-)
> create IBOutlets for each toolbar item you care about in your window
> controller class, hook them up in IB, and do whatever (such as
> assigning identifiers, or making certain items selectable) in the
> window controller's nib-awake-time code, or its toolbar-delegate
> methods.
I would never have thought of this; I thought toolbar items were
discarded / recreated when removed from and added to the toolbar. Have
I missed something?
--
I.S.
DATE : Mon Mar 03 20:26:42 2008
>> There appears to be no way to efine identifiers for the toolbar items.
I ran into the same issue when playing with it but none of my
projects have been "updated" to use the IB method so I never pursued
it. I feel your pain. :-)
> create IBOutlets for each toolbar item you care about in your window
> controller class, hook them up in IB, and do whatever (such as
> assigning identifiers, or making certain items selectable) in the
> window controller's nib-awake-time code, or its toolbar-delegate
> methods.
I would never have thought of this; I thought toolbar items were
discarded / recreated when removed from and added to the toolbar. Have
I missed something?
--
I.S.
| Related mails | Author | Date |
|---|---|---|
| Brian Krisler | Mar 3, 19:53 | |
| Quincey Morris | Mar 3, 20:12 | |
| I. Savant | Mar 3, 20:26 | |
| Quincey Morris | Mar 3, 20:53 | |
| Brian Krisler | Mar 5, 03:04 | |
| Quincey Morris | Mar 5, 03:23 | |
| Jonathan Hess | Mar 5, 03:27 |






Cocoa mail archive

