Mac OSX - use Message from about
Jan Schenkel
janschenkel at yahoo.com
Thu Nov 13 12:52:04 EST 2003
--- "R. Hillen" <mail at richard-hillen.de> wrote:
> Hello list,
>
> On Mac OSX, RunRev 2.1.2 until now I didn´t build
> and use menus in my
> Rev-standalones.
>
> But now I want to use the" About-Menu" to start my
> help stack in my
> Application.
>
> Is there somebody, who may give me some hints?
>
> Thanx in advance.
>
> Richard Hillen.
>
Hi Richard,
The engine should send a menuPick to your Help menu
button, to make it easy for you to program it
cross-platform.
So in your 'Help' button :
--
on menuPick pWhichItem
switch pWhichItem
case "About"
go card 1 of stack "MyAbout" as modal
case ...
...
end switch
end menuPick
--
Hope this helped,
Jan Schenkel.
=====
"As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld)
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
More information about the use-livecode
mailing list