I have a vertical tab-bar with 4 items with different sub tabs. All the four items use data from a single xml file, which is a big file. When the user clicks on a tab, while the data is being loaded this error is shown.
TypeError: Error #1009: Cannot access a property or method of a null object reference.
I want to disable all the tabs while the xml file is being loaded.