gui.setFocusedComponent
Set the focus to a specified component.
Prototype
bOk = gui.setFocusedComponent ( hComponent )
Parameters
hComponent - valid GUI component handle
Return values
bOk - true on success
Sample
gui.setFocusedComponent ( gui.getComponent ( "Find.edit.find" ) )
Available since ShiVa 2.0