uicontrol selected properties in R2015
    3 views (last 30 days)
  
       Show older comments
    
Hi everybody,
I want that an edit box will be selected automatically once it is created. In the releases early than R2014 it is supposed to be possible. I'm using R2015, so I can't use this property. Is there any possibility to automatically select an uicontrol?
Regards, Christian
0 Comments
Answers (1)
  Geoff Hayes
      
      
 on 3 Feb 2017
        Christian - do you mean that you want to set focus to a specific edit text control? Please see uicontrol and in particular
 uicontrol(c)
where c is the handle to a control.
2 Comments
  Geoff Hayes
      
      
 on 6 Feb 2017
				Christian - are you saying that you cannot use uincontrol(c) to set focus to a particular control (as per the documentation)? I have been able to do (using R2014a). What happens when you try the above? Or are you trying to do something different than setting focus?
See Also
Categories
				Find more on Install Products in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
