Skip navigation.
 
mlRe: Problem configuring NSToolbarItem in IB
FROM : Jens Alfke
DATE : Sun May 25 18:45:36 2008

On 25 May '08, at 2:56 AM, Christian Corsano wrote:

> Now my problem is I need to use these items programmatically (to 
> implement a delegate for my NSToolbar), and by looking at the xib 
> file the identifiers for these items are some kind of hash-code, and 
> I can't find a place to set it in IB.


You should be able to add IBOutlets to your controller and wire them 
up to the individual toolbar items in IB.

—Jens

Related mailsAuthorDate
mlProblem configuring NSToolbarItem in IB Christian Corsano May 25, 11:56
mlRe: Problem configuring NSToolbarItem in IB Jens Alfke May 25, 18:45
mlRe: Problem configuring NSToolbarItem in IB Nathan Kinsinger May 25, 18:53
mlRe: Problem configuring NSToolbarItem in IB Christian Corsano May 25, 19:31