PERFECT!!! Thank you very much Piotr. It did not occur to me to replicate the modifications of the pom's (Merge pull request # 765 from chrisdutz / develop)
Thanks again Piotr Mª José Esteve García Dpto. Sistemas [email protected] Informática del Este S.L. C/ Camino Peñarrocha, 3 - Esc. D - Planta 1ª 46023 - València (ESPAÑA) +34 669 488 195 | +34 963 485 874 www.iest.com ¡¡Síguenos en Redes Sociales!! -----Mensaje original----- De: Piotr Zarzycki <[email protected]> Enviado el: sábado, 21 de marzo de 2020 19:15 Para: Apache Royale Development <[email protected]> Asunto: Re: As of 00.00 today I cannot compile my project. 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. > > >
