Hi Alex,

As you said problem was in duplicated Event metadata, I removed all the
duplicates in HTML5 control subclasses and now all is working fine.

I created a branch "feature/fix-html5-example" with the fixes and will
merge after Erik's integration.



2013/5/4 Alex Harui <aha...@adobe.com>

>
>
>
> On 5/3/13 4:41 PM, "Carlos Rovira" <carlos.rov...@codeoscopic.com> wrote:
>
>
> > Right now it seems a convenient environment now that I'm entering this
> > stuff...I have builds for various examples, and al is working right but
> > HTML5 example in JS mode, that is failing for me with the following
> error:
> >
> > Finding file for class: flash.events.Event
> >
> Ah yes.  If you see this, this means there is some missing event metadata
> in
> a JS file.  FlexJS on the JS side should not be dispatching
> flash.events.Event, only org.apache.flex.events.Event.  Grep the output
> files for flash.events.Event, find out what MXML event handler thought it
> was picking up a flash event and you'll probably find that component is
> missing event metadata or the event metadata is incorrectly formed (I think
> some metadata is missing "name=" and "type=")
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
>


-- 
Carlos Rovira
Director de TecnologĂ­a
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es

Reply via email to