Hi all i have a problem where if my application is full screen i cannot click on any text input component and i cannot input any text into the fields. i have tried creating the text input fields at run time and i have tried creating them on the canvas when on the gui design window in flex builder. however they both give the same results and do not let me pick them and enter text. Any thoughts
Regards
Mark
Hi all i have a problem where if my application is full screen i
Share
As you said in the comment (just writing this answer for anyone that stumbles across this question), the keyboard is disabled when you are in Full Screen Mode.
This is due to security restrictions, in that someone could build a swf that spoofs some action on your machine… for instance displaying a mimic desktop that has a dialogue up asking the user to enter their live ID and password. There are probably loads of other sinister uses that adobe want to avoid by disabling keyboard input. There is no way around this I’m afraid.
J