Prompter Field Focus from Axes Screen
Prompter Field Focus from Axes Screen
I have an Axes screen with a prompter and i want to focus on a text field on init. this works if the prompter is coming from a filter but not if it is from an Axes screen. what do i need to do to the prompter so that it will focus correctly if coming from an axes screen?
Re: Prompter Field Focus from Axes Screen
i noticed that if i go into a axes screen the very first init of it, the field can NOT be focused on programmatically. However, after that it can focus. How do i fix the very first time it loads the axes screen to focus on the field i want it to.
Re: Prompter Field Focus from Axes Screen
The same prompters Can Focus function will be True from a filter but not from an AXES screen. On initial load the Can Focus will be false and i have not found anything that i can set for the text field to overwrite the false. Does anyone know how to overwrite the false focus?