Metacard menu?

Ken Ray kray at sonsothunder.com
Fri Nov 8 16:43:01 EST 2002


Shari,

You could write the code in the startup handler of your app that would
change the value in the Info.pList file, but that would only "take" for
subsequent launches; the first time, the user would see "MetaCard".

The other way is to ship your standalone to someone with OS X and let them
fix it for you (until you get a copy of OS X of your own).

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Shari" <gypsyware at earthlink.net>
To: <metacard at lists.runrev.com>
Sent: Friday, November 08, 2002 3:16 PM
Subject: Re: Metacard menu?


> So if you don't have OSX, and are compiling for OSX on PPC or
> Windows, you are stuck with this menu.
>
> Lovely.
>
> There is no way to alter this from another platform?
>
>
>
> >Every app in OS X has the Application name as its first menu. It
> >seemed annoying at first, but now I like it.
> >
> >To change what it says (instead of MetaCard):
> >
> >Right click on your .app in OS X, choose "view package contents"
> >
> >Open the contents folder
> >
> >open the info.plist file
> >
> >CFBundleName has the name that goes there - you can change it to say
whatever.
> >
> >
> >The "Metacard" (application) menu should have a Quit option, too -
> >you will need to handle that using an appleevent if you want to
> >intercept the quit message (from the finder, or other applications)
> >..if you are ok withit just quitting, then ignore it.
> >
> >on appleEvent sClass,sID,sSender
> >   if sID = "quit" then
> >     mainQuit # or whatever your beforeQuit function looks like
> >   else
> >     # go on, quit!
> >     pass appleEvent
> >   end if
> >
> >end appleEvent
> >
> >-ml
>
> --
> --Shareware Games for the Mac--
> http://www.gypsyware.com
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
>




More information about the metacard mailing list