Re: setHidden: on MacOS 10.2
Re: setHidden: on MacOS 10.2
- Subject: Re: setHidden: on MacOS 10.2
- From: Michael Becker <email@hidden>
- Date: Tue, 4 May 2004 17:16:44 +0200
Am 29.04.2004 um 19:13 schrieb Daniel Todd Currie:
Please, please, please, do yourself a favor and look at this sample
project I put together:
http://dtcurrie.dnsalias.org/public/HiddenTest.sit
This is the way to go fo me. Unfortunately it doesn't seem like I could
simply create a category of NSButton with a setHidden: method, right?
As far as I understand categories, I cannot create further object
variables, and so I cannot store my superview, right?
My problem is, that time is short on me, and my 10.000+ lines-of-code
project has been tested on Jaguar, producing the aforementioned error
messages. Basically I have only instances of NSButton, NSView and
NSTextField calling setHidden:, what is the most time-saving way for me
to solve this problem? Categories (if possible) or subclassing?
Thanks!
Michael
_______________________________________________
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.