On 2/26/16, 12:16 AM, "jude" <flexcapaci...@gmail.com> wrote:

>the first one is when you try to connect with a local connection and it
>hasn't been closed previously. line 35 of MXMLLiveEditPlugin.as:
>
>            commandconnection.connect("_MXMLLiveEditPluginCommands");

Yep, that's a problem with LocalConnection.  At some point, it would be
worth trying to use Socket instead.  Using Socket would have the
additional advantage of being able to push the changes to a mobile device.

>
>
>the second one happened when i clicked on the scroll bar up button on the
>flex js flash app of the databinding example.
>
>TypeError: Error #1034: Type Coercion failed: cannot convert
>org.apache.flex.events::MouseEvent@2d51b0218941 to
>org.apache.flex.events.Event.
>    at flash.events::EventDispatcher/dispatchEventFunction()
>    at flash.events::EventDispatcher/dispatchEvent()
>    at
>org.apache.flex.events.utils::MouseEventConverter$/mouseEventConverter()[c
>:\Jenkins\workspace\flex-asjs\frameworks\projects\Core\src\main\flex\org\a
>pache\flex\events\utils\MouseEventConverter.as:92]
>
>1. launch the databinding test
>2. click the show all data checkbox
>3. click the up arrow

OK, that would be a bug.  Please open a JIRA if you have time.

Thanks,
-Alex

Reply via email to