Questions related to the Mathematica front-end (graphical user interface).
0
votes
1answer
38 views
Make the linked images show well?
Cell[TextData[{ "(16) ", ButtonBox["[images]", BaseStyle->"Hyperlink", ButtonData->{"http://i.stack.imgur.com/gHWby.png", None}]}], "Text"]
After click ...
6
votes
3answers
140 views
Multiple notebooks in Mathematica
While working with multiple files in Mathematica, is there a way to have the names of the files appear along with the minimized window of the file.
I mean that sometimes I forget which file was places ...
2
votes
0answers
41 views
How can I add shortcut to StyleBox
How can I add shortcut to StyleBox
we can Ctrl+B to overstrike font.
i.e. strong or **strike**.
Can I add one new shortcut Ctrl+R to make the font become ...
9
votes
2answers
131 views
Is there a way to interactively read a point from a Graphics3D?
Suppose I have a tesselation, e.g. the Stanford bunny:
bunny = Import["http://graphics.stanford.edu/~mdfisher/Data/Meshes/bunny.obj", "OBJ"]
I'd like to be ...
0
votes
0answers
101 views
Is it possible to use Find with wild cards?
When making global changes to code and variables Find is a great resource. Is there a way to use Find with wild cards to find and replace any non numerical elements or to find and replace only ...
0
votes
1answer
85 views
Is it possible to use some short form in Postfix
example 1
we can use Information , but can not use ?
Sin // Information
Sin // ?
...
3
votes
0answers
66 views
Make all new cells have a specific style as a function of the Mathematica installation
I would like all new input and output cells, in fact all new cells including section headers and such, to have a specific stylistic property (...
1
vote
1answer
94 views
How can the evaluation queue be aborted?
While developing, I would sometimes like to stop evaluation of selected cells at a certain point. The following example nearly seems to work, but repeated runs of ...
3
votes
1answer
63 views
DynamicModule variables that retain values during code reloading
At times I'll find myself building a some interface component where I want to have some localized dynamic variables, and while testing I might realize that some bit of the code needs to change, which ...
-1
votes
0answers
69 views
What is the most efficient way to replace multiple characters
As you see in the picture, I have no pre-defined auto replacement about those R,Q,Z,C,
So I should replace them with \[DoubleStruckCapitalR]... one by one.
What ...
-1
votes
1answer
91 views
Converting Mathematica Greek letters from Notebook to Unicode Form in SE
Related :
How to "Copy as Unicode" from a Notebook?
...
4
votes
0answers
79 views
How to convert a notebook cell to a string retaining all formatting, colorization of identifiers etc?
I have an opened Mathematica notebook containing several cells. Suppose, I am interested in one of them -- it may contain a complete or incomplete expression (e.g. with syntax errors, highlighted ...
3
votes
2answers
127 views
Adapting “Find and Replace” functionality to work with Patterns
I was thinking if there is something like Find and Replace (Crtl+F) functionality adapted to work with patterns.
Probably not, but it seems possible to create this with some effort and skills in ...
1
vote
1answer
69 views
How can I make images in the cell auto-adjust to some fixed-size
There is one auto-adjust item in the right-click menu of image in cell.
And other related items are actual size and ...
1
vote
1answer
109 views
Why isn't autosave enabled by default? [closed]
While I've come across several ways to implement/enable autosave (see: Is there a notebook autosave frequency configuration?, Saving my code before cell evaluations: Insurance against front end ...
6
votes
3answers
120 views
How to add rows to a Grid in front end?
I created a grid g1 with Grid[] and then a separate grid g2. ...
2
votes
2answers
87 views
Character display color
I'm looking to cause the front end to display individual characters in a specific color, just in general, as a default sort of thing. For instance, the character "1" would always display as a red 1, ...
4
votes
2answers
61 views
Evaluate Initialization Cells of another notebook
Although there may be better ways to get data and definitions from another notebook (packages, read/write dumps, ...), sometimes it is convenient to just evaluate the initialization cells from another ...
5
votes
1answer
84 views
Using NotebookDirectory in batch-mode
I am running Mathematica via the terminal (Linux) and my .m-script contains the command:
...
6
votes
1answer
128 views
Combine InputAlias with InputString to parse expressions from a string
My knowledge of low-level notebook programming is very limited so I would be very grateful for any input regarding the following issue:
I would like to define an input alias (via ...
2
votes
1answer
170 views
Emulate Powerpoint behavior: Show additional cell content with each click
Is it possible to emulate powerpoint animation behavior during a presentation with Mathematica?
Considering a notebook with cell of numbered items or even several cells, is it possible to display a ...
3
votes
1answer
63 views
Question about usage of Style as Dynamic object
I saw a Dynamic snippet in this answer, which wrote
...
3
votes
1answer
70 views
undisputed FrontEndTokenExecute
Thanks to that great topic, I've found FrontEndToken i was looking for:
"DeleteGeneratedCells". Well it is also written in ...
9
votes
1answer
111 views
Cell brackets on left side?
Is it possible to have the cell brackets on the left? I looked through the options and couldn't find anything, but maybe it's some kind of esoteric style setting or something.
The reason I'm looking ...
3
votes
1answer
36 views
Combination of CellPrint and PrintTemporary, or DisplayForm for Cells
I'm programmatically generating some formatted output that generates a cell in the form of a Cell[] expression. For instance, the output might be
...
1
vote
0answers
68 views
How to SystemOpen Mathematica only one time?
Here is my prevous question
When I'm trying solve that question:Reset-$Language— each time open a Mathematica.
Because If I open one English-Version-Mathematica, ...
1
vote
0answers
99 views
How to configure two Mathematica in different places with different settings
For some reasons, I should use two language versions Mathematica.
question 1:
How to make FrontEnd do not show this popup dialogue?
question2:
I've installed ...
3
votes
1answer
50 views
Use Initialization Cells to open a CellGroup
I would like to use "Evaluate Initialization Cells" to open a CellGroup in a notebook. However, the following code doesn't work if placed in an initialization cell:
...
7
votes
3answers
157 views
Making large tables easy to read with frozen headings and scrollbars [duplicate]
I would like to represent a table containing a large amount of information in such a way that I can (a) use scrollbars and (b) have table headings that don't scroll off the screen [just like the Free ...
4
votes
0answers
65 views
ShowSelection color
The color of a selection is controlled by the operating system. E.g., enter the following code in separate cells.
...
8
votes
1answer
104 views
Is it possible to make v9 ignore case when completing names?
In v8, I could type, say, fulls or texf to get FullSimplify or ...
1
vote
0answers
63 views
Frontend dims out, then freezes while writing output (jpeg)
The frontend dims out and then freezes while Mathematica (9.0.1) exports plots (in jpeg). If I minimize the frontend window and then I bring it back to the front, the window appears grey with not text ...
5
votes
1answer
101 views
Manipulate slider unresponsive after suspend in Linux
I've tested Linux Mathematica versions 7-9 on various Linux distributions, with identical problem: after suspend/resume cycle my Manipulate controls (i.e. sliders&buttons) appear unresponsive, ...
12
votes
1answer
122 views
Predictive code completion and custom functions in contexts
Suppose I work for organisation PQR, and have been developing a suite of packages, PQRUtilities, PQRVisualization etc, all of ...
2
votes
1answer
69 views
Use different kernels for different Notebooks
I know that the command LaunchKernels[] starts up four kernels on my machine:
...
1
vote
1answer
61 views
Autocomplete not working on Mma9 on Linux
I started using Mathematica 9 on Ubuntu 12.10 and, sometimes, autocomplete doesn't work. The suggestions window shows up for just a fraction of second, and quickly disappears.
Do you have any idea on ...
1
vote
0answers
74 views
Is there a keyboard shortcut for Centered Math Cell?
I've been typesetting in mathematica and would like to know if it is possible to use a keyboard shortcut to place a centered math cell or equation symbol aligned math cell in my document without ...
3
votes
0answers
134 views
Cannot save file
Hello I have a problem in saving files in Mathematica. I can't save not only notebooks but also figures. When I choose to save the notebook it open a window that says:
Mathematica could not find ...
6
votes
1answer
91 views
On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form
I experienced a similar issue to what is described in this post while editing formatted usage messages (that contained italics) in the declaration section of a package that I'm developing in the ...
8
votes
0answers
107 views
Help bogged down at first query
When I open help at the first time in a mathematica session and I submit a query it always get bogged down for many seconds until a message appears as in the picture. Then I select continue waiting, I ...
8
votes
2answers
149 views
Is it possible to create Evaluatable cell which will be automatically overwritten?
Am trying to generate an Evaluatable cell which itself is an output cell which will be overwritten when the original Input cell ...
5
votes
3answers
198 views
Storing data in the Notebook in readable form
The common problem in my theretical work is a need to import some experimental data to work with. This means that my notebook depends on some external files which makes it difficult to share it with ...
3
votes
3answers
105 views
How to create a button that colors a selected piece of text in a cell?
I use Mathematica 9.0.1 and I want change the color of a selection in a text cell using a button. But when I use this code it changes the color of the entire cell.
...
18
votes
1answer
180 views
What's the internal command for entering a fraction?
I'm looking for the FrontEnd`Foo[...]-like command that's triggered when pressing Ctrl + /.
Are there any discoverability ...
1
vote
2answers
133 views
Aligning Text Using Spaces While Maintaining Pretty Print
To help illustrate my problem, consider the following cell:
First thing to notice is that there is syntax highlighting. Second, I can pretty print mathematics; that is, I see $x^2$ instead of ...
2
votes
1answer
48 views
Change “Format type of new input cells” to InputForm
In Preferences -> Evaluation there is a menu to change "Format type of new input cells" and the only options available are: StandardForm, TraditionalForm, and Raw InputForm.
Is it possible to set ...
3
votes
1answer
109 views
Can one optimize AutomaticNumbering feature?
If one wants to use the automatic numbering feature of Mathematica, he has to make tags for cells of the type he wants to be referenced to. Then, as soon as he needs to make a reference to the tagged ...
0
votes
0answers
69 views
Autocomplete short symbol names in non-global context
Is it possible in v9 to autocomplete the short symbol names when one is operating in a context other than Global`? I.e. after evaluating the following:
...
2
votes
0answers
34 views
Does an equivalent of marks in vim exist for navigating notebooks quickly? [duplicate]
Is it possible in the Mathematica front-end to associate a keyboard shortcut with a cursor location in the notebook (kind of like marks in vim) so that one can return to them quickly later?
(Just ...
2
votes
1answer
93 views
Looking for documentation on code editor's color/style highlighting
Where can I find reference documentation (as opposed to, e.g., tutorials, etc.) on the meanings of the various color/style highlightings that Mathematica automatically assigns to code as one types it?
...