ButtonDownFcn in uitable inside uifigure for cell-dependent contextual uimenu
2 views (last 30 days)
Show older comments
Hi,
In uitables from normal figures, I used the ButtonDownFcn property of the uitable to define a contextmenu that depends on the cell/cells on which it is pressed.
Now, I want to use the uitable inside an uifigure... well, I don't really want this (uifigures seem rather restrictive and slow, at least in my experience so far), but it is apparently the only natively supported way to have row-sorting functionalities in the table.
However, an uitable defined inside an uifigure does not have such property...
Is there a way to access this property somehow? In standard, java-based figures, Yair's findjobj code used to allow us finding the java objects behing matlab constructs, thus revealing functionalities that are "hidden"... I wonder if there is some analogous approach for new uifigures?
0 Comments
Answers (0)
See Also
Categories
Find more on Develop uifigure-Based Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!