Page 1 of 1

Prompter Field Focus from Axes Screen

Posted: Fri Aug 28, 2020 5:29 am
by dhunt
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

Posted: Thu Sep 17, 2020 12:11 am
by dhunt
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

Posted: Tue Sep 29, 2020 12:35 am
by dhunt
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?