setHidden: on MacOS 10.2
setHidden: on MacOS 10.2
- Subject: setHidden: on MacOS 10.2
- From: Michael Becker <email@hidden>
- Date: Thu, 29 Apr 2004 12:06:26 +0200
Hello!
My application runs fine on Panther, but now I have received several
crash reports of my application crashing on Jaguar, in this case
10.2.8. Among other things, it complains that [NSButton setHidden:] is
not okay. Most obviously because NSView's setHidden: is only available
on 10.3+, which I didn't realize before. Is there any easy way for me
to imitate a setHidden: or build a workaround for 10.2?
Furthermore, this error is bugging me out (in terminal.app):
"No Info.plist file in application bundle or no NSPrincipalClass in the
Info.plist file, exiting"
What gives?
Regards,
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.