Autofocus

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Autofocus

Post by djrikki »

Another HTML5-like question... how do I ensure a string gets autofocus when a window opens?
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Mazze
Posts: 69
Joined: Thu May 06, 2010 8:08 pm

Re: Autofocus

Post by Mazze »

I guess Window.DefaultObject is the right attribute for that task.
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Autofocus

Post by djrikki »

Thanks for the Sasg MUI url.

I'll try out Window.DefaultObject as soon as I can.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Mazze
Posts: 69
Joined: Thu May 06, 2010 8:08 pm

Re: Autofocus

Post by Mazze »

I misread the documentation. I think Window.ActiveObject you need.
Post Reply