Skip to main content

Questions tagged [dialog-window]

Dialog windows are special notebook windows of the Mathematica front end.

2 votes
1 answer
181 views

I'm new to Mathematica and I'm trying to learn to write some basic code to create a DialogInput in which the user writes the function to plot. I'd like to ...
LukeTheWolf's user avatar
3 votes
1 answer
170 views

Consider a few dropdown dialogs: ...
John Taylor's user avatar
  • 6,063
1 vote
1 answer
90 views

The following returns the user's choice among four items on a radio button bar, but it can also give a null return if they hit "OK" without selecting an option. How to avoid this? How to ...
ool's user avatar
  • 75
1 vote
0 answers
57 views

OpenerView works as expected in this: OpenerView[{"This is the question", "This is the answer"}, False], Yet when I put it in a loop, it has no ...
tell's user avatar
  • 320
1 vote
0 answers
122 views

Consider the following DialogInput: ...
John Taylor's user avatar
  • 6,063
6 votes
1 answer
284 views

Consider the following TogglerBar: ...
John Taylor's user avatar
  • 6,063
2 votes
1 answer
88 views

Consider some list: list = {"A","B","C","D"} How to select only particular values from it using a dynamic dialog window ...
John Taylor's user avatar
  • 6,063
1 vote
1 answer
175 views

Consider some test list that I call LongList: LongList = Table["Some very-very long name", 300]; I would like to use <...
John Taylor's user avatar
  • 6,063
1 vote
1 answer
106 views

I can't quite seem to find a way to accomplish this task. I want to display an image in its own window with a custom title. This code almost accomplishes the task: ...
Glenn Welch's user avatar
1 vote
1 answer
309 views

Consider some Mathematica notebook where there is some preliminary code followed by chapters, sections, and subsections that must be evaluated using the code. Say, there are ...
John Taylor's user avatar
  • 6,063
3 votes
2 answers
335 views

Usually, I just enter special characters with the Esc key and hence am not familiar with their real code in plain text. But this seems troublesome in the search box ...
xiaohuamao's user avatar
  • 4,818
5 votes
1 answer
153 views

Consider the following example: ...
Sjoerd Smit's user avatar
  • 25.7k
0 votes
1 answer
150 views

Suppose I want my code to pop up a dialog window containing an InputField and automatically put the keyboard focus there so it's ready and waiting to accept user ...
jjoIV's user avatar
  • 303
2 votes
1 answer
159 views

I'm writing a little function to quickly draw some bezier-curves and lines on diagrams. The function opens a DialogInput. The user can use Locators to draw a line onto the diagram. When the user ...
kienappel's user avatar
  • 431
1 vote
0 answers
63 views

I am trying to get better at UI programming, by building a simple greeting. The user is asked to type his name in a prompt, and Mathematica will then print a greeting using his name: What is your ...
tush's user avatar
  • 397

15 30 50 per page
1
2 3 4 5
8