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

4 visualizzazioni (ultimi 30 giorni)
hello matlab gurus! I have edit box in gui and I want to begin writing a text from top left side. Any ideas?

Risposte (1)

Anthony Poulin
Anthony Poulin il 3 Lug 2015
Modificato: Anthony Poulin il 3 Lug 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])

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by