Hi Maria,

Add to compiler configuration option: <allowSubclassOverrides>true</
allowSubclassOverrides>

Thanks,
Piotr

On Sat, Mar 21, 2020, 6:45 PM Maria Jose Esteve <[email protected]> wrote:

>
> Hello, see if someone can help me because I can't work ...
> My project is compiled with maven and since 0.00 today (although I have
> not compiled the SDK artifacts are downloaded)
> The errors are:
>
> Error: interface method dispatchEvent in interface IEventDispatcher is
> implemented with an incompatible signature in class VisualWaitingDisplay
> Error: interface method dispatchEvent in interface IEventDispatcher is
> implemented with an incompatible signature in class
> LabelTruncateItemRenderer
>
> For example, LabelTruncateItemRenderer.mxml:
>
> <?xml version="1.0" encoding="utf-8"?>
> <j:ListItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009";
>         xmlns:j="library://ns.apache.org/royale/jewel"
>         xmlns:js="library://ns.apache.org/royale/basic"
>         xmlns:html="library://ns.apache.org/royale/html">
>
>     <j:beads>
>         <js:ItemRendererDataBinding />
>         <j:ToolTip id="tt"  toolTip="{text}"/>
>         <js:ToolTipRemovalWhenItemRemoved tooltip="{tt}"/>
>     </j:beads>
>
>     <j:Label html="{text}">
>         <j:beads>
>             <js:EllipsisOverflow/>
>         </j:beads>
>     </j:Label>
>
> </j:ListItemRenderer>
>
> I have removed the beads, but it is not that ..
>
> Does anyone know what's going on? Any hints I can follow?
> Thanks in advance,
> Hiedra.
>
>
>

Reply via email to