Window Button MotionFcn for uicontrol
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Max Müller
el 4 de Oct. de 2014
Respondida: Image Analyst
el 4 de Oct. de 2014
hey Guys, I need a fcn, which activates its callback, when I move with the pointer over the Object. In my Case the Object is a Checkbox. So I everytime I move the Cursor over the Checkbox but dont click it, it shall use its Callback. Is there any fcn that can do this ?
0 comentarios
Respuesta aceptada
Image Analyst
el 4 de Oct. de 2014
There is no motion event callback exposed for the checkbox control, so you are out of luck. You can use Visual Studio to build a much fancier front end than MATLAB or GUIDE can provide. I'm sure you could do that there.
0 comentarios
Más respuestas (0)
Ver también
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!