I am new to Flex and Flash Builder 4.5. I was given the task to make changes to an existing file and compile it again to implement the changes.
I made the code changes, but recieve the following error when trying to export or run the project:
Unable to locate specified base class 'custom.GridComboBox' for component
class 'iStatsInnerClass2'.
Now the problem seems to be that it cant see the custom files used in the app, but it is pointing to it here:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
pageTitle="iStats" xmlns:comp="custom.*"
xmlns:cust="custom.ComboCheck.*"
creationComplete="initLogin()">
The files are located in the custom directory located in the src directory.
Any help would be much appreciated!
Thanks