Re: hyperlink problem in a ActionMenu
- To: mathgroup at smc.vnet.net
- Subject: [mg98676] Re: hyperlink problem in a ActionMenu
- From: dbreiss at gmail.com
- Date: Thu, 16 Apr 2009 04:13:12 -0400 (EDT)
- References: <gs47n0$7qm$1@smc.vnet.net>
Hyperlink creates a textual object in a notebook that one clicks on to
go to the link. It does not of itself, when executed, cause the link
to be followed.
--David
On Apr 15, 5:00 am, meitnik <meit... at gmail.com> wrote:
> 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