2 standalone build-related questions (OS X)

J. Landman Gay jacque at hyperactivesw.com
Tue Mar 6 16:06:03 EST 2007


Mike Hughes wrote:
> Could anyone kindly assist me with the following two questions?
> 
> 1.  When building a standalone on OS X, how can I get rid of the 
> "Preferences" menuItem from the Application menu? I don't have a 
> Preferences item coded into my Edit menu but it still appears under my 
> Application menu.

I'm afraid you can't. Mac OS X puts it there automatically (along with 
the Help menu, too) and the application doesn't have much to say about 
it. I've been able to disable the menu item after the standalone 
launches, though.

> 2.  I have selected an icon to be a part of my "Answer" dialogs but in 
> the standalone, the icon shows up towards the bottom of the "Answer" 
> dialog, looks small, and is quite off-center. It appears that I am 
> limited to a 32x32 icon when selecting said icon in the standalone 
> settings.

See gRevAppIcon and gRevSmallAppIcon in the docs. The size for the first 
should be 64x64 and the second is 32x32. The smaller image is used in 
addition to the standard image when you specify an icon type for the 
dialogs (i.e., "ask warning" or "answer question".) If you don't specify 
an icon type, the larger image is used alone.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list