I am not which commit it was, but the relevant change is in the release
branch:

https://github.com/apache/flex-sdk/blob/release4.14.0/frameworks/projects/mobiletheme/defaults.css

Lines 102 to 106 are the relevant lines that fixes the BusyIndicatorSkin
issue.

I believe this should appear in the next RC build, whenever that is.

Thanks,
Om
On Dec 17, 2014 2:05 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:

> Om, your latest commit on release is the change to contributors and
> release notes, the one before that is about the legacy mobile theme...
> Is this fix in either one, perhaps?
>
> EdB
>
>
>
> On Wed, Dec 17, 2014 at 11:00 AM, OmPrakash Muppirala
> <bigosma...@gmail.com> wrote:
> > I am pretty sure that my change is in the release branch.
> >
> > Erik, looks like this change did go through.  Can you confirm when the RC
> > job would refresh the build?
> >
> > Thanks,
> > Om
> > On Dec 17, 2014 1:42 AM, "Krüger, Olaf" <okrue...@edscha.com> wrote:
> >
> >> Om,
> >> thanks for solving this issue and solving it so fast.
> >> I’m impressed of this Flex community again and again!
> >>
> >> One question:
> >> I’ve just installed the latest ‘4.14. build 20141217’ to be able to test
> >> the solved issue but it seems that your commit is not included.
> >> Surfing through the repository I’ve seen that you revert the merge with
> >> your changes to the release branch.
> >> Am I right and if so is there another possibility to install 4.14. that
> >> includes your commit by using the installer?
> >>
> >> Thanks for help!
> >>
> >> Olaf
> >>
> >>
> >> Von: omup...@gmail.com [mailto:omup...@gmail.com] Im Auftrag von
> >> OmPrakash Muppirala
> >> Gesendet: Montag, 15. Dezember 2014 21:51
> >> An: dev@flex.apache.org; Krüger, Olaf
> >> Betreff: Re: [4.14] Skin for ... BusyIndicator3605 cannot be found.
> >>
> >> 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.
> >> [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.
> >>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Reply via email to