What does this error, that appears when I use callback in response to node selection, mean?
1 次查看(过去 30 天)
显示 更早的评论
I am trying to use tree node selection call back but this error shows up. I do not understand the reason stated as to why its not accessible. Can anyone please explain why?
Error using javahandle_withcallbacks.com.mathworks.hg.peer.UITreePeer/set
The name 'SelectionChangeFcn' is not an accessible property for an instance of class
'com.mathworks.hg.peer.UITreePeer'.
Thank you.
0 个评论
回答(1 个)
Walter Roberson
2018-12-27
uitree are not uicontrol and do not have selection changed fcn callbacks by that name.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!