Mouse position events app designer

3 visualizaciones (últimos 30 días)
gabriel motta
gabriel motta el 12 de Jul. de 2022
Respondida: Kevin Holly el 16 de Ag. de 2022
I need a function in app designer that when the mouse passes over a figure in my program it needs a blue outline, some help?

Respuestas (1)

Kevin Holly
Kevin Holly el 16 de Ag. de 2022
If you want a blue outline on an uiaxes, you could enter the following in the start up function:
set(app.UIFigure, 'WindowButtonMotionFcn', 'drawrectangle(app.UIAxes,''Position'',[0 0 1 1],''FaceSelectable'',false,''FaceAlpha'',0,''InteractionsAllowed'',''none'')');

Categorías

Más información sobre Develop Apps Using App Designer 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