How to create a pushbutton that works with pop-up window?
Show older comments
How can i create a pushbutton that works with pop up window? For example I have 5 options on pop-up:
Facet 1, Facet 2, Facet 3, Facet 4, Facet.
and a pushbutton, called "single measurement". when it is pushed, linear stage starts to move to regarding facet.
- Choose facet from pop up list - Push "Single measurement" button
3 Comments
Paulo Silva
on 27 Jul 2011
facet? linear stage starts to move to regarding facet? what's linear stage?
Can Acar
on 27 Jul 2011
Paulo Silva
on 27 Jul 2011
thanks for clarifying my doubts, good luck getting someone to do resolve your problem.
Answers (1)
Walter Roberson
on 27 Jul 2011
0 votes
A uicontrol() of style popup cannot have a push button on it.
You can have the callback activated by selecting a member of the popup menu.
You could have a pushbutton which is initialized to invisible, but which is set to visible by the callback of the popup.
Categories
Find more on Performance and Memory in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!