playMaker

Author Topic: Gui Keyboard control focus and set control name  (Read 2924 times)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Gui Keyboard control focus and set control name
« on: July 02, 2013, 03:18:43 AM »
Hi,

 Two actions working together to let you specify the keyboard focus control.

 Use "GuiSetNextControlName" just before the gui control you want to name and then use "GuiFocusControl" with that control name, and when you enter that state, this control will get the keyboard focus.

Attached a working example as well as the actions ( if you just need the actions), so that you don't waiste time figuring it out.

bye,

 Jean