Using ButtonDownFcn on textboxes that are on top of an axes
Show older comments
For some reason the buttondownfcn will not work for textboxes that are on top of an axes. I am using the axes for the background image, and am turning hittest off for the axes, and it is still not working. It works the second I get rid of the axes though. Is there any workaround/fix for this?
2 Comments
Walter Roberson
on 30 May 2013
Is this uicontrol('style', 'text') or is this text() ?
uicontrol are never on top of axes, nor below them: uicontrol are always direct children of figures (or uipanel) rather than being something "drawable" that axes would have reference to.
ryan
on 30 May 2013
Accepted Answer
More Answers (1)
ryan
on 31 May 2013
0 votes
Categories
Find more on Interactive Control and Callbacks 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!