wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::Event to mx.events.IndexChangedEvent #273

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have a superTabNavigator, inside a HBox and SWFLoader, which autoload 
my own swf.
2. After loading, when I want to click inside InputText inside my SWF, 
these error show.
3.

What is the expected output? What do you see instead?
When I start without debugging, it is OK, no error. But when I start an 
application directly from Flex Builder, these error is create.

What version of the product are you using? On what operating system?
I use Flex Builder 3 on Windows 7.

Please provide any additional information below.
These error is inside a file "SuperTabNavigator.as" at line about 712. 
Issue is in "this.addEventListener
(IndexChangedEvent.CHANGE,tabChangedEvent)". I think that issue is because 
two different components use "IndexChangedEvent.CHANGE".

Original issue reported on code.google.com by hornak.p...@gmail.com on 26 Jan 2010 at 12:27