Thanks for the code.
If the user has the focus in a TextInput but resizing the application makes the entire TextInput invisible the application throws exceptions.
I added the following code to prevent this annoyning behaivour.
mx:AdvancedDataGrid
resize="setFocus()"
It’s actually Flex SDK 4.1 error.
I hope there is also a better workaround.
Thanks for the code.
If the user has the focus in a TextInput but resizing the application makes the entire TextInput invisible the application throws exceptions.
I added the following code to prevent this annoyning behaivour.
It’s actually Flex SDK 4.1 error.
I hope there is also a better workaround.
Do you also have a spark version (flex 4)?