drag and drop in matlab app designer 2020b
조회 수: 6 (최근 30일)
이전 댓글 표시
We are trying to implement a drag and drop function in the app desinger (version 2020b), similar to what was done here:
https://www.mathworks.com/matlabcentral/fileexchange/69195-drag-and-drop-in-matlab-app-designer/
The problem is this was implemented using the UIcontrol feature, which cannot be used with the MATLAB app designer. the equivalent
UIbutton is very lacking in terms of features, and specificaly doesn't have the WindowButtonUpFcn function that is required for a drag and drop mechanism
is there a way to bypass this?
many thanks
Nthan
댓글 수: 0
채택된 답변
Sahithi Kanumarlapudi
2021년 1월 28일
Hi,
As of now 'WindowButtonUpFcn ' is not supported with uibutton. I have brought this issue to the concerned people and it might be considered in any future release.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!