--- "R. Hillen" <[EMAIL PROTECTED]> 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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution