Re: The right way to hide warning icons (controls)
Re: The right way to hide warning icons (controls)
- Subject: Re: The right way to hide warning icons (controls)
- From: Andreas Mayer <email@hidden>
- Date: Thu, 31 Jul 2003 19:49:02 +0200
Am Donnerstag, 31.07.03 um 19:29 Uhr schrieb Andrew O. Mellinger:
I tried the use a toggle button, but I couldn't disable it without
making my icon grey.
@interface AMNoActionButton : NSButton
{
}
@end
@implementation AMNoActionButton
- (void)mouseDown:(NSEvent *)theEvent
{
// we do nothing
}
@end
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.