Borrar filtros
Borrar filtros

GUI keyboard shortcut without using keypressfcn

10 visualizaciones (últimos 30 días)
Yukai Xu
Yukai Xu el 22 de Ag. de 2022
Comentada: Yukai Xu el 6 de Sept. de 2022
Hello!
I want to create keyboard shortcuts for a GUI program, but it only appears inspector when I attempt to view callbacks, its .m file is not using callback handles to construct the GUI. The reason and solution HERE do not apply to my case. So the methods illustrated HERE are not working.
Is there a way I can create shortcuts without keypressfcn? Maybe by indexing the object tag?
Any help would be highly appreciated!
  10 comentarios
Bruno Luong
Bruno Luong el 6 de Sept. de 2022
Can you just load the fig file in GUIDE and uncheck the option 'Generate FIG file only'?
Yukai Xu
Yukai Xu el 6 de Sept. de 2022
Thank you for you advice! @Bruno Luong
Unfortunately, the buttons in my program work with original functions (in the mfile I described with no callbacks), so when MATLAB generates a new mfile for the GUI, I can actually find the callback functions and the buttons are assigned to these callbacks now, but apparently the GUI is controlled by blank functions now and my original mfile is not involving.
Seems I still have to reconstruct the GUI on the new mfile, thank you for all the help!

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps 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