Page 1 of 1

Autofocus

Posted: Mon Jan 07, 2013 5:57 pm
by djrikki
Another HTML5-like question... how do I ensure a string gets autofocus when a window opens?

Re: Autofocus

Posted: Mon Jan 07, 2013 9:38 pm
by Mazze
I guess Window.DefaultObject is the right attribute for that task.

Re: Autofocus

Posted: Mon Jan 07, 2013 11:05 pm
by djrikki
Thanks for the Sasg MUI url.

I'll try out Window.DefaultObject as soon as I can.

Re: Autofocus

Posted: Fri Jan 11, 2013 12:55 am
by Mazze
I misread the documentation. I think Window.ActiveObject you need.