Has anyone written a cascading popup-style uicontrol?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
e.g., similar to what is possible w/ uicontext menus, only as a uicontrol so it can "live" in a figure or panel? (As near as I can tell, given present Matlab GUI object options, one would have to implement this, descending level by level, in the callbacks of popup-style uicontrols--I'm just wondering if anyone has already done this in a general way so that all one has to do is specify the lists to display at the various levels and the rest is done for you.) Thanks!
Answers (1)
Walter Roberson
on 23 Oct 2012
0 votes
The UIContextMenu property (of most graphic objects) allows you to associate a right-click activated uicontextmenu object with the graphics object.
2 Comments
David Goldsmith
on 23 Oct 2012
Edited: David Goldsmith
on 23 Oct 2012
Walter Roberson
on 23 Oct 2012
That sounds a bit familiar; I think someone else asked for much the same thing about a year-ish ago.
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!