How to set coursor on top left side of edit in matlab gui?

1 visualización (últimos 30 días)
Giorgi
Giorgi el 3 de Jul. de 2015
Editada: Anthony Poulin el 3 de Jul. de 2015
hello matlab gurus! I have edit box in gui and I want to begin writing a text from top left side. Any ideas?

Respuestas (1)

Anthony Poulin
Anthony Poulin el 3 de Jul. de 2015
Editada: Anthony Poulin el 3 de Jul. de 2015
If you are able to find the position on your screen (X,Y) of the top left side of your edit box, you can use: set(0,'PointerLocation', [X Y])

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by