Skip to main content

All Questions

7 votes
1 answer
87 views

How do I include additional kinds of boxes that are Tab-selectable

Observe that "PlaceHolder" and InputFieldBox are known by the FE to respond to pressing the Tab key: ...
QuantumDot's user avatar
  • 19.7k
3 votes
1 answer
66 views

How to set minimal allowed size for a graphical element?

Starting from version 10.3 there is a documented way to specify a maximum allowed size for a graphical element via UpTo: ...
Alexey Popkov's user avatar
4 votes
0 answers
62 views

How to make custom attached menubars? [duplicate]

I would like to understand how to build an attached menubar. For example, Image has the following bar - an attached cell that arises when clicked on: ...
M.R.'s user avatar
  • 31.6k
4 votes
1 answer
79 views

How do I prepare images to be used as Appearance arguments?

So this is really in many ways a follow up to this question: Complete list of FrontEndResources For a while now I've been using FrontEndResource specified ...
b3m2a1's user avatar
  • 47k
15 votes
2 answers
816 views

What is FrontEnd`AttachCell?

Perhaps it's not accessible from the front end, but what is this so-called attached cell? ...
M.R.'s user avatar
  • 31.6k
8 votes
2 answers
628 views

How to get a list of available appearance/styles/Methods?

This is a basic question but I haven't found any answer yet :/ Available appearances for Button[] are mentioned in Help, those ...
Kuba's user avatar
  • 137k
16 votes
4 answers
649 views

In InputField, how to prevent Shift-Return from generating a new cell?

When running the following in a notebook (not a deployed CDF file), it can sometimes be annoying that accidentally pressing Shift-Return breaks out of the user ...
Jens's user avatar
  • 97.6k
37 votes
4 answers
2k views

Question about collections of custom GUI controls for Mathematica

Background: I have only recently begun programming GUIs in Mathematica, so I have a continuous need for custom controls. I needed a scrollable list control and with the help of Google I found a ...
nilo de roock's user avatar