Questions tagged [menu]
52 questions
4
votes
1 answer
Reinitialize an init.m file without rebooting Mathematica
I placed the following code in a init.m notebook that executes upon Mathematica startup. This creates a shortcut menu command that allows me to insert a page break by pressing Control+p. You can see the shortcut in the insert menu…
B flat
- 5,523
- 2
- 14
- 36
2
votes
1 answer
How I can make a menu with different graphs with modifiable parameters?
I want a user friendly window in which to have a menu where you can choose the chart you want to display, in which you can move parameters in order to note the width or height of the chart, but I try to declare a function which call control so that…
Starlight
- 57
- 6
0
votes
1 answer
Label in PopupMenu
The menu created by this code doesn't show the second label (r1) when it's chosen. How can I fix this?
r1 = SetAccuracy[9.87654321012345678, 18];
PopupMenu[Dynamic[x], {1 -> 1, r1 -> r1}]
Behzad
- 575
- 2
- 11
0
votes
1 answer
How to open all notebooks in "Open Recent"?
Consider the notebooks in the Menubar list "Open Recent":
question:
How to programmatically open all of them?
Conor
- 7,449
- 1
- 22
- 46
0
votes
0 answers
Create a ActionMenu like Windows
I want to put G-1 CRD and G-2 CRD inside Fac.Pharmacy something like this:
I I have this to start:
Module[{},
With[{
g1 = Import[FileNameJoin[{Directory[],
"Mi proyecto/Registros/Farmacia CRD/2do Año", "grupo1.txt"}],
…
Andres
- 543
- 1
- 3
- 9
0
votes
0 answers
Add Locations menu item
I seem to recall that some version of Mathematica had a "Locations" (or was it "Places"?) item on its menu, which listed common folders that one might want to open easily -- and that there was even a way to extend the list.
This seems to have…
murray
- 11,888
- 2
- 26
- 50