MathGroup Archive 2009

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

Search the Archive

Re: hyperlink problem in a ActionMenu

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98741] Re: hyperlink problem in a ActionMenu
  • From: meitnik <meitnik at gmail.com>
  • Date: Fri, 17 Apr 2009 04:29:58 -0400 (EDT)
  • References: <200904150900.FAA08037@smc.vnet.net> <gs6pe3$h00$1@smc.vnet.net>

Thanks to John Fultz, here is part of my actions finished for my
function palette:
"Insert" :> NotebookWrite[InputNotebook[], y],
"Wrap" :>
 NotebookApply[InputNotebook[],
  RowBox[{y, "[", "\[SelectionPlaceholder]", "]"}]],
"Info" :>
 FrontEndExecute[
  FrontEnd`FrontEndToken[
   "OpenHelpLink", {StringJoin["ref/", ToString[y]], Automatic}]]

Note, OpenHelpLink is not documented.

andrew


  • Prev by Date: Re: FindRoot
  • Next by Date: Axes in 3D?
  • Previous by thread: Re: hyperlink problem in a ActionMenu
  • Next by thread: Re: hyperlink problem in a ActionMenu