Yes, this does not seem right. Can you please create a small project and attach it to a JIRA ticket? I can take a look.
Thanks, Om On Mon, Dec 15, 2014 at 8:39 AM, Krüger, Olaf <okrue...@edscha.com> wrote: > > HI, > I'm following EdB and OM's calls inside the 'users list' have tested my > apps with 4.14.0 RC. So this is my first mail to this list. > > Following issue: > Inside a custom Spark List Skin I've defined a new state "busy" that > should contain the "BusyIndicator" inside a transparent rectangle. > Using 4.13 this is working fine, with 4.14.0 RC the following error > occurred: > Error: Skin for ... BusyIndicator3605 cannot be found. > > This is an extract of my Skin: > ... > <s:states> > <s:State name="normal" /> > <s:State name="disabled" /> > <s:State name="busy" /> > </s:states> > ... > <!--- Defines the inline BusyIndicator --> > <s:Group left="0" right="0" top="0" bottom="0" visible="true" > includeIn="busy" > > <s:Rect id="bgRect" left="0" right="0" top="0" bottom="0" > alpha="0.9"> > <s:fill> > <s:SolidColor color="0xFFFFFF" /> > </s:fill> > </s:Rect> > <s:BusyIndicator visible="true" horizontalCenter="0" > verticalCenter="0"/> > <s:Label text="Busy... just for you" fontWeight="bold" > verticalCenter="30" horizontalCenter="0" backgroundAlpha="1" > backgroundColor="0xFFFFFF"/> > </s:Group> > ... > > And this is an example where the skin is used: > ... > <component:CustomList id="customList" skinClass="...CustomListSkin"/> > ... > > Is this my fault or an issue with 4.14? > Thanks, > > Olaf > > [Merry Christmas - Frohe Weihnachten - Feliz Navidad - Joyeux Noel - > Vesele Vanoce] > > ________________________________ > > Edscha Holding GmbH > Sitz der Gesellschaft: Remscheid > Registergericht: Wuppertal, HRB 22889 > Geschäftsführung: Francisco J. Riberas Mera, Francisco López Peña, David > Vázquez Pascual, Torsten Greiner, Markus Kirchner, Hans-Peter Schulz und > Volker Weiss > > Vertretungsberechtigt sind nur Geschäftsführer und schriftlich > Bevollmächtigte. > > Solely Managing Directors or employees with a written proxy have got power > of representation. > > Der Inhalt dieser E-Mail einschließlich etwaiger beigefügter Dateien ist > vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der > bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung, > Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte > informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie > die E-Mail einschließlich etwaiger beigefügter Dateien von Ihrem System. > Vielen Dank. > > The contents of this e-mail including any attachments are confidential and > may be legally privileged. If you are not the intended recipient, any > disclosure, copying, distribution or use of its contents is strictly > prohibited, and you should please notify the sender immediately and then > delete this e-mail including any attachments from your system. Thank you. >