dnk wrote:
> Ok, I have a controller class that has an onInit function that is  
> fired form a class constructor. For some reason when I call a function  
> from there, it never fires.....
> 
> This is a partial code snippet.
>       // ----> THIS NEVER FIRES
>       getDirectoryData();
> }

Missing event argument?

>               
> public function getDirectoryData(evt:Event):void
> {
>       // fire an event(s) to get the initial data
>       dispatchEvent (new getDirEvent(getDirEvent.GET_DIRECTORY_EVENT));
> }


cheers,
- shaun

Reply via email to