MathGroup Archive 2009

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

Search the Archive

Re: Re: The "Go Back" Button doesn't work

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97629] Re: [mg97529] Re: The "Go Back" Button doesn't work
  • From: John Fultz <jfultz at wolfram.com>
  • Date: Tue, 17 Mar 2009 05:00:49 -0500 (EST)
  • Reply-to: jfultz at wolfram.com

On Sat, 14 Mar 2009 18:15:14 -0500 (EST), Bob F wrote:
> On Mar 14, 4:36 am, "w... at wavebounce.com" <w... at wavebounce.com> wrote:
>
>> I'm just curious -- can you tell me where this "go back" button is on my
> WinXP box? I looked in the documentation for "go back" and found nothing.
> I
> do know about the "undo" menu item.
>
> I am not sure of this either, but I am guessing that this is the
> "Back" button when you Control-click or right-click in the title bar
> of a Notebook window (not in the main Mathematica menu along the very
> top of the screen). Would someone post an example notebook that shows
> what this really is used for, or where in the Documentation Center to
> look for more information?
>
> Thanks...
>
> -Bob

Paste and interpret as a notebook the document below.  Then click the links,=
 
then press the Back button on the toolbar (under 7.0.1).  That should make=
 it 
clear what it does.

Sincerely,
 
John Fultz
jfultz at wolfram.com
User Interface Group
Wolfram Research, Inc.


Notebook[{

Cell[CellGroupData[{
Cell[TextData[ButtonBox["link 1",
 BaseStyle->"Hyperlink",
 ButtonData->"destination 1"]], "Title"],

Cell["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "Title"],

Cell["destination 1", "Title",
 CellTags->"destination 1"],

Cell[TextData[ButtonBox["link 2",
 BaseStyle->"Hyperlink",
 ButtonData->"destination 2"]], "Title"],

Cell["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "Title"],

Cell["destination 2", "Title",
 CellTags->"destination 2"]
}, Open  ]]
},
WindowToolbars->"EditBar",
WindowSize->{593, 526},
WindowMargins->{{22, Automatic}, {Automatic, 28}},
StyleDefinitions->"Default.nb"
]




  • Prev by Date: Re: Re: Return Ambiguity
  • Next by Date: Re: identical rows in tables
  • Previous by thread: Re: The "Go Back" Button doesn't work
  • Next by thread: Unexpected zoom when rotating Plot3D