Any Way To Have Textfield In Focus When Gui Opened?

I am making a simple string search/ goto for track names.

Ideally it would be good to have the textfield already hilighted when the dialog opens so no mousing is necessary.

Is this possible, something like?:

vb:textfield {  
  
focus = true  
  
}  

Nopes, currently not possible
It was on my API wishlist, but currently don’t have much time to do anything with scripting.

Ok thanks for clarifying vV