MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

hyperlink problem in a ActionMenu

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98650] hyperlink problem in a ActionMenu
  • From: meitnik <meitnik at gmail.com>
  • Date: Wed, 15 Apr 2009 05:00:28 -0400 (EDT)

hi,

Way does this ActionMenu fail to work:

ActionMenu["help",
{"Plotwww" :>  Hyperlink[ "http://reference.wolfram.com/mathematica/
ref/Hyperlink.html"],
  "PlotLocal" :> Hyperlink["paclet:ref/Plot"]}]

Nothing happens when I select the menuitems. What is missing in my
code to get it to work?? Thanks.

Andrew


  • Prev by Date: Assuming odd/even functions
  • Next by Date: Simplify
  • Previous by thread: Assuming odd/even functions
  • Next by thread: Re: hyperlink problem in a ActionMenu