About from the OSX-Menu

Thierry Arbellot thierry.arbellot at laposte.net
Sun Nov 23 18:11:36 EST 2003


A menupick in the "help" menu does work fine in my app.

script is :

--The following menuPick handler was generated by the Menu Builder.
on menuPick pWhich
   switch pWhich
   case "Help"
--Insert script for Help menu item here
     break
   case "About"
--Insert script for About menu item here
     break
   end switch
end menuPick

Hope it helps.
Regards.

Thierry.

On Sunday, November 23, 2003, at 11:47 PM, R. Hillen wrote:

> RunRev-Standalones all have a File-Menu with "About".
>
> Somebody knows, how to intercept choosing the About-Menu?
>
> (I tried menupick, but it failed.)
>
> Thanx in advance
>
> Richard Hillen
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list