Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Toolbar Button Enabling?

Toolbar Button Enabling?
Thread Tools
Grizzled Veteran
Join Date: Jun 2002
Status: Offline
Reply With Quote
Apr 13, 2003, 03:09 PM
 
Hey,
Im creatng an app that uses the toolbar. The toolbar code I am using is from the example SimpleToolbar,

Anyway, I have 2 menu items that are not enabled, but I THINK I have found the code to make them enabled, here it is:

- (BOOL) validateToolbarItem: (NSToolbarItem *) toolbarItem {

BOOL enable = NO;
if ([[toolbarItem itemIdentifier] isEqual: SaveDocToolbarItemIdentifier]) {

enable = [self isDocumentEdited];
} else if ([[toolbarItem itemIdentifier] isEqual: NSToolbarPrintItemIdentifier]) {
enable = YES;
}
return enable;
}

This is for a save button, but what I want to do is just have the icon enabled from launch, how would I edit this code to do that? I don't need any special when it should be enabled, it should just be enabled from launch.

Thanks
Oliver
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 03:23 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2