Re: setHidden: on MacOS 10.2
Re: setHidden: on MacOS 10.2
- Subject: Re: setHidden: on MacOS 10.2
- From: "M. Uli Kusterer" <email@hidden>
- Date: Thu, 29 Apr 2004 13:17:00 +0200
At 12:06 Uhr +0200 29.04.2004, Michael Becker wrote:
Is there any easy way for me to imitate a setHidden: or build a
workaround for 10.2?
You could create a tabless and borderless NSTabView with two pages,
one containing the button, the other empty. Then showing/hiding would
be as easy as changing the current tab to 0 or 1.
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"
That looks like your bundle is set up the wrong way. Either the
Info.plist file is created in the wrong place or not at all (if
you're building it using another tool than xCode, e.g. GSMake or
doing it manually, this can reportedly happen occasionally, or if you
screwed up your xCode project).
Or it means that you deleted some needed keys from the Info.plist, or
you didn't specify the application class name as NSApplication in the
project settings, or you forgot to specify it.
At least that's what this error message says.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.