Right clicking in a dialog box

조회 수: 44 (최근 30일)
Vincent
Vincent 2011년 8월 30일
댓글: Dominique Joubert 2018년 8월 22일
Hi,
I'm creating a dialog box to let users enter function parameters. I'm using the inputdlg-function. Surprisingly I'm not able to right-click any field (e.g. to copy and paste values).
Of course, you can use keyboard shortcuts, but I'm interested why this occurs and how I can fix this.
Has anyone an idea?

답변 (1개)

Friedrich
Friedrich 2011년 8월 30일
Hi,
This is a bit tricky. There is a solution available which shows you how to get a context menu:
You can apply this on the inputdlg function but you have to modify it. I do not recommend modifying MALAB function so best this here is to a make a copy, rename it to a unique name and start modifying it. Since the inputdlg function uses two functions which have private access (getnicedialoglocation.m and setdefaultbutton) you have to copy these files near to your modified example. Best way here, is to rename those functions two.
I prepared an example that shows you how to do it. I uploaded it here:
Note that the mentioned limitation (in the solution above) doesn't hold for this example.
  댓글 수: 1
Dominique Joubert
Dominique Joubert 2018년 8월 22일
can you please repost that file, I also need to right click in an inputdgl

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by