GUI-construction involves everything that is used to programmatically construct a custom graphical user interface under Mathematica.
2
votes
2answers
223 views
Transparent background of content in a dialog window
Why dialogs created with CreateDialog cannot correctly show content with transparent background? The following example generates a plot, with white background, ...
2
votes
0answers
74 views
how can I set one option value to the another Option of the functions?
I make a package with one Functionnamed as IpopupMenuand also setting the Options to that ...
1
vote
1answer
144 views
How to make a drop-down selector?
How to make a drop-down selector UI component? Something that looks like this
1
vote
1answer
129 views
How to add label to a plot in PopupMenu which does not change the plot size
I am facing a problem in adding a label to a PopupMenu. I have two plots a and b of same size. But when I am adding label to them in ...
1
vote
1answer
47 views
Can't see updating performed by NMinimize[…,StepMonitor->(…)] outside of Button in which it's called [duplicate]
I've made a peak-fitting GUI in which I have a "Fit" button that, when pressed, calls NMinimize[...,StepMonitor->(step++)] to minimize a sum of squared ...
1
vote
1answer
89 views
How to control dependent PopupMenus?
I created three interdependent PopupMenus with names demographic, region and ...
0
votes
2answers
490 views
Basic Dynamic Interface Programming that returns variables to nb functions
I have a dynamic module that contains some basic PopupMenu's and Buttons but also need to use the variables returned from these buttons and PopupMenu's in my nb functions outside of this ...
0
votes
1answer
51 views
Possible to use Manipulate in GUIRunModal?
Is it possible to use the widget created by Manipulate within GUIRunModal? I intend to run the file using ...
0
votes
0answers
89 views
Table formatting in GUIKit [closed]
I am writing a program with the GUIKit` package, but I have a problem with table output. I can't get a mathematical formula in the table (number 1 and 2 in below ...
0
votes
0answers
153 views
Get data from user CDF
I am just starting with mathematica and need to sift through the things which I need for my project.
I plan on developing an application that gets electrical system parameters like R,C,phase ...
-4
votes
0answers
76 views
How can I place gui controls [closed]
So far, depending upon my App manually I made grid and placing all the Gui-Elementsinside the ...