[flexcoders] Very simple module crash: Instantiation attempted on a non-constructor

2007-08-28 Thread chuyler1
I am trying to put some components in a module and one of them which uses an HSlider is causing a crash. The module loads fine but when I try to add the component with addChild it crashes with: TypeError: Error #1007: Instantiation attempted on a non-constructor. Here is the main application:

RE: [flexcoders] Very simple module crash: Instantiation attempted on a non-constructor

2007-08-28 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Very simple module crash: Instantiation attempted on a non-constructor I am trying to put some components in a module and one of them which uses an HSlider is causing a crash. The module loads fine but when I try to add the component with addChild