Hi to all Matlab wizards --
I apologize if this is a trivial question. How does one remove the blinking cursor from an edit uicontrol box after the user had pressed "enter" (and the callback got invoked)? I thought pressing "enter" would remove the cursor by default, since the user is "done" with the input, but no. I thought "selected" would be the property, but no, that's different.
I could not find this by googling (the latter works most of the time).
Cheers!
You can use a
dummyuicontrol to replicate the behaviour that (I think) you are after, see this example code which gives you the behaviour you wantNow when you enter text into the edit box and press enter the focus moves to the new uicontrol where the callbacks are linked to the figure callbacks