Right clicking in a dialog box

45 visualizaciones (últimos 30 días)
Vincent
Vincent el 30 de Ag. de 2011
Comentada: Dominique Joubert el 22 de Ag. de 2018
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?

Respuestas (1)

Friedrich
Friedrich el 30 de Ag. de 2011
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 comentario
Dominique Joubert
Dominique Joubert el 22 de Ag. de 2018
can you please repost that file, I also need to right click in an inputdgl

Iniciar sesión para comentar.

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by