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
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to