You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Erik de Bruin <er...@ixsoftware.nl> on 2014/10/01 12:02:54 UTC

iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Continuing in a separate thread:

> What does it take for a willing volunteer to start helping out? Does
> he/she
> > have to be a awesome graphics artist and a hardcore coder to help out, or
> > can anyone familiar with application development step in?
>
> I can take care of converting the graphic elements from AI to FXG.  Any
> Flex developer who is familiar with spark component development can help
> out.
>
> It's basically assigning new FXG assets to each existing skin state.
>
> Since most of the hard work has already been done when creating the new
> Android skins, it should be straightforward to make a copy of the skin and
> modify it with the iOS assets.
>

As I’m late to the mobile skinning party, let me get try to get this clear:

1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
2. in that branch we copy
"frameworks/projects/mobiletheme/src/spark/skins/android4” and rename it
"frameworks/projects/mobiletheme/src/spark/skins/ios7”
3. we replace the contents of ‘assets’ with the new FXG files Om prepared
4. we go through all the components skin classes and replace all references
to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
5. …
6. profit!

Is this basically correct, or am I missing something? What about
testing/tweaking? Step 5 might need some clarification ;-)

EdB



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Mahmoud Ali <mu...@gmail.com>.
Yeah, I remember I saw the android skin, I would like to take a look to
understand how he did it so I can help with the iOS version.

Found the skin where you said, thanks.

On Wed, Oct 1, 2014 at 7:15 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> Mahmoud,
>
> Om already implemented new Android skins for all mobile components; he
> claims replicating his work for iOS7+ should be relatively painless.
>
> If I understand the structure correctly, you can find the Android skin in
> the ‘flex-sdk’ repo [1], on the
> "frameworks/projects/mobiletheme/src/spark/skins/android4” path.
>
> EdB
>
> 1: https://git-wip-us.apache.org/repos/asf/flex-sdk.git
>
>
>
> On Wed, Oct 1, 2014 at 1:06 PM, Mahmoud Ali <mu...@gmail.com> wrote:
>
> > I could help with that, where is the code from Android skin so I could
> take
> > a look? I get the feeling that it won't be as easy as doing a skin based
> on
> > pure CSS.
> >
> > On Wed, Oct 1, 2014 at 6:02 AM, Erik de Bruin <er...@ixsoftware.nl>
> wrote:
> >
> > > Continuing in a separate thread:
> > >
> > > > What does it take for a willing volunteer to start helping out? Does
> > > > he/she
> > > > > have to be a awesome graphics artist and a hardcore coder to help
> > out,
> > > or
> > > > > can anyone familiar with application development step in?
> > > >
> > > > I can take care of converting the graphic elements from AI to FXG.
> Any
> > > > Flex developer who is familiar with spark component development can
> > help
> > > > out.
> > > >
> > > > It's basically assigning new FXG assets to each existing skin state.
> > > >
> > > > Since most of the hard work has already been done when creating the
> new
> > > > Android skins, it should be straightforward to make a copy of the
> skin
> > > and
> > > > modify it with the iOS assets.
> > > >
> > >
> > > As I’m late to the mobile skinning party, let me get try to get this
> > clear:
> > >
> > > 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> > > 2. in that branch we copy
> > > "frameworks/projects/mobiletheme/src/spark/skins/android4” and rename
> it
> > > "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> > > 3. we replace the contents of ‘assets’ with the new FXG files Om
> prepared
> > > 4. we go through all the components skin classes and replace all
> > references
> > > to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> > > 5. …
> > > 6. profit!
> > >
> > > Is this basically correct, or am I missing something? What about
> > > testing/tweaking? Step 5 might need some clarification ;-)
> > >
> > > EdB
> > >
> > >
> > >
> > > --
> > > Ix Multimedia Software
> > >
> > > Jan Luykenstraat 27
> > > 3521 VB Utrecht
> > >
> > > T. 06-51952295
> > > I. www.ixsoftware.nl
> > >
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Mahmoud,

Om already implemented new Android skins for all mobile components; he
claims replicating his work for iOS7+ should be relatively painless.

If I understand the structure correctly, you can find the Android skin in
the ‘flex-sdk’ repo [1], on the
"frameworks/projects/mobiletheme/src/spark/skins/android4” path.

EdB

1: https://git-wip-us.apache.org/repos/asf/flex-sdk.git



On Wed, Oct 1, 2014 at 1:06 PM, Mahmoud Ali <mu...@gmail.com> wrote:

> I could help with that, where is the code from Android skin so I could take
> a look? I get the feeling that it won't be as easy as doing a skin based on
> pure CSS.
>
> On Wed, Oct 1, 2014 at 6:02 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>
> > Continuing in a separate thread:
> >
> > > What does it take for a willing volunteer to start helping out? Does
> > > he/she
> > > > have to be a awesome graphics artist and a hardcore coder to help
> out,
> > or
> > > > can anyone familiar with application development step in?
> > >
> > > I can take care of converting the graphic elements from AI to FXG.  Any
> > > Flex developer who is familiar with spark component development can
> help
> > > out.
> > >
> > > It's basically assigning new FXG assets to each existing skin state.
> > >
> > > Since most of the hard work has already been done when creating the new
> > > Android skins, it should be straightforward to make a copy of the skin
> > and
> > > modify it with the iOS assets.
> > >
> >
> > As I’m late to the mobile skinning party, let me get try to get this
> clear:
> >
> > 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> > 2. in that branch we copy
> > "frameworks/projects/mobiletheme/src/spark/skins/android4” and rename it
> > "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> > 3. we replace the contents of ‘assets’ with the new FXG files Om prepared
> > 4. we go through all the components skin classes and replace all
> references
> > to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> > 5. …
> > 6. profit!
> >
> > Is this basically correct, or am I missing something? What about
> > testing/tweaking? Step 5 might need some clarification ;-)
> >
> > EdB
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
> >
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Mahmoud Ali <mu...@gmail.com>.
I could help with that, where is the code from Android skin so I could take
a look? I get the feeling that it won't be as easy as doing a skin based on
pure CSS.

On Wed, Oct 1, 2014 at 6:02 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> Continuing in a separate thread:
>
> > What does it take for a willing volunteer to start helping out? Does
> > he/she
> > > have to be a awesome graphics artist and a hardcore coder to help out,
> or
> > > can anyone familiar with application development step in?
> >
> > I can take care of converting the graphic elements from AI to FXG.  Any
> > Flex developer who is familiar with spark component development can help
> > out.
> >
> > It's basically assigning new FXG assets to each existing skin state.
> >
> > Since most of the hard work has already been done when creating the new
> > Android skins, it should be straightforward to make a copy of the skin
> and
> > modify it with the iOS assets.
> >
>
> As I’m late to the mobile skinning party, let me get try to get this clear:
>
> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> 2. in that branch we copy
> "frameworks/projects/mobiletheme/src/spark/skins/android4” and rename it
> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> 3. we replace the contents of ‘assets’ with the new FXG files Om prepared
> 4. we go through all the components skin classes and replace all references
> to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> 5. …
> 6. profit!
>
> Is this basically correct, or am I missing something? What about
> testing/tweaking? Step 5 might need some clarification ;-)
>
> EdB
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by quick6black <an...@gmail.com>.
Hi Om,

here is the jira ticket I created for stagedtextinput, stagedtextarea,
textinput, and textarea. 

https://issues.apache.org/jira/browse/FLEX-34641

Let me know if you have any issues. 



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p42430.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Om, you da man!

Thanks,

EdB



On Saturday, November 22, 2014, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> All done :-)
>
> I am planning to do a big merge soon.
>
> Thanks,
> Om
>
> On Tue, Nov 18, 2014 at 5:39 PM, OmPrakash Muppirala <bigosmallm@gmail.com
> <javascript:;>>
> wrote:
>
> > Thanks Aaron, I have committed your changes.
> >
> > Next up: SplitViewNavigator
> >
> > Follow the progress here:
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
> >
> > Thanks,
> > Om
> >
> > On Mon, Nov 17, 2014 at 7:17 PM, OmPrakash Muppirala <
> bigosmallm@gmail.com <javascript:;>
> > > wrote:
> >
> >>
> >> On Nov 17, 2014 2:56 AM, "Erik de Bruin" <erik@ixsoftware.nl
> <javascript:;>> wrote:
> >> >
> >> > Nice!
> >> >
> >> > Om, Aaron, do you think that you will be able to land the remaining
> >> > contributions in the next two weeks?
> >> >
> >>
> >> Yes, highly likely to wrap everything up in the next couple of weeks.
> >>
> >> Thanks,
> >> Om
> >>
> >> > EdB
> >> >
> >> >
> >> >
> >> > On Mon, Nov 17, 2014 at 2:43 AM, quick6black <anash13@gmail.com
> <javascript:;>> wrote:
> >> >
> >> > > Hi Om,
> >> > >
> >> > > I have them done, will submit them tomorrow
> >> > >
> >> > > Aaron
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > View this message in context:
> >> > >
> >>
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p42405.html
> >> > > Sent from the Apache Flex Development mailing list archive at
> >> Nabble.com.
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Ix Multimedia Software
> >> >
> >> > Jan Luykenstraat 27
> >> > 3521 VB Utrecht
> >> >
> >> > T. 06-51952295
> >> > I. www.ixsoftware.nl
> >>
> >
> >
>


-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
All done :-)

I am planning to do a big merge soon.

Thanks,
Om

On Tue, Nov 18, 2014 at 5:39 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Thanks Aaron, I have committed your changes.
>
> Next up: SplitViewNavigator
>
> Follow the progress here:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>
> Thanks,
> Om
>
> On Mon, Nov 17, 2014 at 7:17 PM, OmPrakash Muppirala <bigosmallm@gmail.com
> > wrote:
>
>>
>> On Nov 17, 2014 2:56 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>> >
>> > Nice!
>> >
>> > Om, Aaron, do you think that you will be able to land the remaining
>> > contributions in the next two weeks?
>> >
>>
>> Yes, highly likely to wrap everything up in the next couple of weeks.
>>
>> Thanks,
>> Om
>>
>> > EdB
>> >
>> >
>> >
>> > On Mon, Nov 17, 2014 at 2:43 AM, quick6black <an...@gmail.com> wrote:
>> >
>> > > Hi Om,
>> > >
>> > > I have them done, will submit them tomorrow
>> > >
>> > > Aaron
>> > >
>> > >
>> > >
>> > > --
>> > > View this message in context:
>> > >
>> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p42405.html
>> > > Sent from the Apache Flex Development mailing list archive at
>> Nabble.com.
>> > >
>> >
>> >
>> >
>> > --
>> > Ix Multimedia Software
>> >
>> > Jan Luykenstraat 27
>> > 3521 VB Utrecht
>> >
>> > T. 06-51952295
>> > I. www.ixsoftware.nl
>>
>
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Thanks Aaron, I have committed your changes.

Next up: SplitViewNavigator

Follow the progress here:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747

Thanks,
Om

On Mon, Nov 17, 2014 at 7:17 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

>
> On Nov 17, 2014 2:56 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> >
> > Nice!
> >
> > Om, Aaron, do you think that you will be able to land the remaining
> > contributions in the next two weeks?
> >
>
> Yes, highly likely to wrap everything up in the next couple of weeks.
>
> Thanks,
> Om
>
> > EdB
> >
> >
> >
> > On Mon, Nov 17, 2014 at 2:43 AM, quick6black <an...@gmail.com> wrote:
> >
> > > Hi Om,
> > >
> > > I have them done, will submit them tomorrow
> > >
> > > Aaron
> > >
> > >
> > >
> > > --
> > > View this message in context:
> > >
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p42405.html
> > > Sent from the Apache Flex Development mailing list archive at
> Nabble.com.
> > >
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Nov 17, 2014 2:56 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
> Nice!
>
> Om, Aaron, do you think that you will be able to land the remaining
> contributions in the next two weeks?
>

Yes, highly likely to wrap everything up in the next couple of weeks.

Thanks,
Om

> EdB
>
>
>
> On Mon, Nov 17, 2014 at 2:43 AM, quick6black <an...@gmail.com> wrote:
>
> > Hi Om,
> >
> > I have them done, will submit them tomorrow
> >
> > Aaron
> >
> >
> >
> > --
> > View this message in context:
> >
http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p42405.html
> > Sent from the Apache Flex Development mailing list archive at
Nabble.com.
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Nice!

Om, Aaron, do you think that you will be able to land the remaining
contributions in the next two weeks?

EdB



On Mon, Nov 17, 2014 at 2:43 AM, quick6black <an...@gmail.com> wrote:

> Hi Om,
>
> I have them done, will submit them tomorrow
>
> Aaron
>
>
>
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p42405.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by quick6black <an...@gmail.com>.
Hi Om,

I have them done, will submit them tomorrow

Aaron



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p42405.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
SpinnerList, SpinnerListContainer and DateSpinner have been skinned.

Next up: I want to take up the TextInput and TextArea components.  But
Aaron, I think you are working on them?  Can you please confirm?

Progress:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747

Thanks,
Om

On Wed, Nov 5, 2014 at 6:01 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> HScrollBar and VScrollBar skins are done.
>
> Next up: SpinnerList and DateSpinner
>
> Progress:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>
> Thanks,
> Om
>
>
> On Tue, Nov 4, 2014 at 4:41 PM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
>> I replaced the existing spark.components.BusyIndicator with a new one as
>> it did not have a component/skin contract.  I also added Android and iOS7
>> specific skins.
>> Existing apps should not be affected.  If someone can test give feedback,
>> that would be great though.
>>
>> Next up: HScrollBar and VScrollBar
>>
>> Progress:
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>
>> Thanks,
>> Om
>>
>> On Sun, Nov 2, 2014 at 3:54 AM, OmPrakash Muppirala <bigosmallm@gmail.com
>> > wrote:
>>
>>> Callout, CalloutButton with ViewNavigator and ActionBar skins have been
>>> checked in.
>>>
>>> Next up: BusyIndicator
>>>
>>> Progress:
>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>
>>> Thanks,
>>> Om
>>>
>>> On Sat, Nov 1, 2014 at 1:47 AM, OmPrakash Muppirala <
>>> bigosmallm@gmail.com> wrote:
>>>
>>>> ToggleSwitch skins for iOS+ has been checked in.
>>>>
>>>> Next up: Callout and friends
>>>>
>>>> Progress:
>>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>>
>>>>
>>>> On Fri, Oct 31, 2014 at 1:28 PM, OmPrakash Muppirala <
>>>> bigosmallm@gmail.com> wrote:
>>>>
>>>>> Update: TabbedViewNavigator (and hence TabbedViewNavigatorApplication)
>>>>> has been skinned.
>>>>>
>>>>> Nextup: ToggleSwitch
>>>>>
>>>>> Progress:
>>>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>>>
>>>>> On Mon, Oct 27, 2014 at 4:52 PM, OmPrakash Muppirala <
>>>>> bigosmallm@gmail.com> wrote:
>>>>>
>>>>>> Here is an uptodate status of the progress:
>>>>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>>>>
>>>>>> There is a good chance we will make it before that timeframe.  As
>>>>>> always, more help would be awesome!
>>>>>>
>>>>>> Thanks,
>>>>>> Om
>>>>>>
>>>>>> On Mon, Oct 27, 2014 at 1:42 AM, Erik de Bruin <er...@ixsoftware.nl>
>>>>>> wrote:
>>>>>>
>>>>>>> What is the status of this project? Will it be done soon enough to
>>>>>>> make
>>>>>>> 4.14 - or will be e.g. include a partial component set with that
>>>>>>> release?
>>>>>>>
>>>>>>> I’m planning to cut a 4.14 branch some time in November, aiming to
>>>>>>> get a
>>>>>>> release out of the door early December …
>>>>>>>
>>>>>>> EdB
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Oct 14, 2014 at 10:24 PM, quick6black <an...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>> > I added IOS7-8 Hslider (scrubber)
>>>>>>> >
>>>>>>> > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > --
>>>>>>> > View this message in context:
>>>>>>> >
>>>>>>> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
>>>>>>> > Sent from the Apache Flex Development mailing list archive at
>>>>>>> Nabble.com.
>>>>>>> >
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Ix Multimedia Software
>>>>>>>
>>>>>>> Jan Luykenstraat 27
>>>>>>> 3521 VB Utrecht
>>>>>>>
>>>>>>> T. 06-51952295
>>>>>>> I. www.ixsoftware.nl
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
HScrollBar and VScrollBar skins are done.

Next up: SpinnerList and DateSpinner

Progress:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747

Thanks,
Om

On Tue, Nov 4, 2014 at 4:41 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> I replaced the existing spark.components.BusyIndicator with a new one as
> it did not have a component/skin contract.  I also added Android and iOS7
> specific skins.
> Existing apps should not be affected.  If someone can test give feedback,
> that would be great though.
>
> Next up: HScrollBar and VScrollBar
>
> Progress:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>
> Thanks,
> Om
>
> On Sun, Nov 2, 2014 at 3:54 AM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
>> Callout, CalloutButton with ViewNavigator and ActionBar skins have been
>> checked in.
>>
>> Next up: BusyIndicator
>>
>> Progress:
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>
>> Thanks,
>> Om
>>
>> On Sat, Nov 1, 2014 at 1:47 AM, OmPrakash Muppirala <bigosmallm@gmail.com
>> > wrote:
>>
>>> ToggleSwitch skins for iOS+ has been checked in.
>>>
>>> Next up: Callout and friends
>>>
>>> Progress:
>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>
>>>
>>> On Fri, Oct 31, 2014 at 1:28 PM, OmPrakash Muppirala <
>>> bigosmallm@gmail.com> wrote:
>>>
>>>> Update: TabbedViewNavigator (and hence TabbedViewNavigatorApplication)
>>>> has been skinned.
>>>>
>>>> Nextup: ToggleSwitch
>>>>
>>>> Progress:
>>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>>
>>>> On Mon, Oct 27, 2014 at 4:52 PM, OmPrakash Muppirala <
>>>> bigosmallm@gmail.com> wrote:
>>>>
>>>>> Here is an uptodate status of the progress:
>>>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>>>
>>>>> There is a good chance we will make it before that timeframe.  As
>>>>> always, more help would be awesome!
>>>>>
>>>>> Thanks,
>>>>> Om
>>>>>
>>>>> On Mon, Oct 27, 2014 at 1:42 AM, Erik de Bruin <er...@ixsoftware.nl>
>>>>> wrote:
>>>>>
>>>>>> What is the status of this project? Will it be done soon enough to
>>>>>> make
>>>>>> 4.14 - or will be e.g. include a partial component set with that
>>>>>> release?
>>>>>>
>>>>>> I’m planning to cut a 4.14 branch some time in November, aiming to
>>>>>> get a
>>>>>> release out of the door early December …
>>>>>>
>>>>>> EdB
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Tue, Oct 14, 2014 at 10:24 PM, quick6black <an...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>> > I added IOS7-8 Hslider (scrubber)
>>>>>> >
>>>>>> > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > --
>>>>>> > View this message in context:
>>>>>> >
>>>>>> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
>>>>>> > Sent from the Apache Flex Development mailing list archive at
>>>>>> Nabble.com.
>>>>>> >
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Ix Multimedia Software
>>>>>>
>>>>>> Jan Luykenstraat 27
>>>>>> 3521 VB Utrecht
>>>>>>
>>>>>> T. 06-51952295
>>>>>> I. www.ixsoftware.nl
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I replaced the existing spark.components.BusyIndicator with a new one as it
did not have a component/skin contract.  I also added Android and iOS7
specific skins.
Existing apps should not be affected.  If someone can test give feedback,
that would be great though.

Next up: HScrollBar and VScrollBar

Progress:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747

Thanks,
Om

On Sun, Nov 2, 2014 at 3:54 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Callout, CalloutButton with ViewNavigator and ActionBar skins have been
> checked in.
>
> Next up: BusyIndicator
>
> Progress:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>
> Thanks,
> Om
>
> On Sat, Nov 1, 2014 at 1:47 AM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
>> ToggleSwitch skins for iOS+ has been checked in.
>>
>> Next up: Callout and friends
>>
>> Progress:
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>
>>
>> On Fri, Oct 31, 2014 at 1:28 PM, OmPrakash Muppirala <
>> bigosmallm@gmail.com> wrote:
>>
>>> Update: TabbedViewNavigator (and hence TabbedViewNavigatorApplication)
>>> has been skinned.
>>>
>>> Nextup: ToggleSwitch
>>>
>>> Progress:
>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>
>>> On Mon, Oct 27, 2014 at 4:52 PM, OmPrakash Muppirala <
>>> bigosmallm@gmail.com> wrote:
>>>
>>>> Here is an uptodate status of the progress:
>>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>>
>>>> There is a good chance we will make it before that timeframe.  As
>>>> always, more help would be awesome!
>>>>
>>>> Thanks,
>>>> Om
>>>>
>>>> On Mon, Oct 27, 2014 at 1:42 AM, Erik de Bruin <er...@ixsoftware.nl>
>>>> wrote:
>>>>
>>>>> What is the status of this project? Will it be done soon enough to make
>>>>> 4.14 - or will be e.g. include a partial component set with that
>>>>> release?
>>>>>
>>>>> I’m planning to cut a 4.14 branch some time in November, aiming to get
>>>>> a
>>>>> release out of the door early December …
>>>>>
>>>>> EdB
>>>>>
>>>>>
>>>>>
>>>>> On Tue, Oct 14, 2014 at 10:24 PM, quick6black <an...@gmail.com>
>>>>> wrote:
>>>>>
>>>>> > I added IOS7-8 Hslider (scrubber)
>>>>> >
>>>>> > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > View this message in context:
>>>>> >
>>>>> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
>>>>> > Sent from the Apache Flex Development mailing list archive at
>>>>> Nabble.com.
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ix Multimedia Software
>>>>>
>>>>> Jan Luykenstraat 27
>>>>> 3521 VB Utrecht
>>>>>
>>>>> T. 06-51952295
>>>>> I. www.ixsoftware.nl
>>>>>
>>>>
>>>>
>>>
>>
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Callout, CalloutButton with ViewNavigator and ActionBar skins have been
checked in.

Next up: BusyIndicator

Progress:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747

Thanks,
Om

On Sat, Nov 1, 2014 at 1:47 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> ToggleSwitch skins for iOS+ has been checked in.
>
> Next up: Callout and friends
>
> Progress:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>
>
> On Fri, Oct 31, 2014 at 1:28 PM, OmPrakash Muppirala <bigosmallm@gmail.com
> > wrote:
>
>> Update: TabbedViewNavigator (and hence TabbedViewNavigatorApplication)
>> has been skinned.
>>
>> Nextup: ToggleSwitch
>>
>> Progress:
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>
>> On Mon, Oct 27, 2014 at 4:52 PM, OmPrakash Muppirala <
>> bigosmallm@gmail.com> wrote:
>>
>>> Here is an uptodate status of the progress:
>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>>
>>> There is a good chance we will make it before that timeframe.  As
>>> always, more help would be awesome!
>>>
>>> Thanks,
>>> Om
>>>
>>> On Mon, Oct 27, 2014 at 1:42 AM, Erik de Bruin <er...@ixsoftware.nl>
>>> wrote:
>>>
>>>> What is the status of this project? Will it be done soon enough to make
>>>> 4.14 - or will be e.g. include a partial component set with that
>>>> release?
>>>>
>>>> I’m planning to cut a 4.14 branch some time in November, aiming to get a
>>>> release out of the door early December …
>>>>
>>>> EdB
>>>>
>>>>
>>>>
>>>> On Tue, Oct 14, 2014 at 10:24 PM, quick6black <an...@gmail.com>
>>>> wrote:
>>>>
>>>> > I added IOS7-8 Hslider (scrubber)
>>>> >
>>>> > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > View this message in context:
>>>> >
>>>> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
>>>> > Sent from the Apache Flex Development mailing list archive at
>>>> Nabble.com.
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> Ix Multimedia Software
>>>>
>>>> Jan Luykenstraat 27
>>>> 3521 VB Utrecht
>>>>
>>>> T. 06-51952295
>>>> I. www.ixsoftware.nl
>>>>
>>>
>>>
>>
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
ToggleSwitch skins for iOS+ has been checked in.

Next up: Callout and friends

Progress:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747


On Fri, Oct 31, 2014 at 1:28 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Update: TabbedViewNavigator (and hence TabbedViewNavigatorApplication) has
> been skinned.
>
> Nextup: ToggleSwitch
>
> Progress:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>
> On Mon, Oct 27, 2014 at 4:52 PM, OmPrakash Muppirala <bigosmallm@gmail.com
> > wrote:
>
>> Here is an uptodate status of the progress:
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>>
>> There is a good chance we will make it before that timeframe.  As always,
>> more help would be awesome!
>>
>> Thanks,
>> Om
>>
>> On Mon, Oct 27, 2014 at 1:42 AM, Erik de Bruin <er...@ixsoftware.nl>
>> wrote:
>>
>>> What is the status of this project? Will it be done soon enough to make
>>> 4.14 - or will be e.g. include a partial component set with that release?
>>>
>>> I’m planning to cut a 4.14 branch some time in November, aiming to get a
>>> release out of the door early December …
>>>
>>> EdB
>>>
>>>
>>>
>>> On Tue, Oct 14, 2014 at 10:24 PM, quick6black <an...@gmail.com> wrote:
>>>
>>> > I added IOS7-8 Hslider (scrubber)
>>> >
>>> > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > View this message in context:
>>> >
>>> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
>>> > Sent from the Apache Flex Development mailing list archive at
>>> Nabble.com.
>>> >
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl
>>>
>>
>>
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Update: TabbedViewNavigator (and hence TabbedViewNavigatorApplication) has
been skinned.

Nextup: ToggleSwitch

Progress:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747

On Mon, Oct 27, 2014 at 4:52 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Here is an uptodate status of the progress:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>
> There is a good chance we will make it before that timeframe.  As always,
> more help would be awesome!
>
> Thanks,
> Om
>
> On Mon, Oct 27, 2014 at 1:42 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>
>> What is the status of this project? Will it be done soon enough to make
>> 4.14 - or will be e.g. include a partial component set with that release?
>>
>> I’m planning to cut a 4.14 branch some time in November, aiming to get a
>> release out of the door early December …
>>
>> EdB
>>
>>
>>
>> On Tue, Oct 14, 2014 at 10:24 PM, quick6black <an...@gmail.com> wrote:
>>
>> > I added IOS7-8 Hslider (scrubber)
>> >
>> > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
>> >
>> >
>> >
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> >
>> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
>> > Sent from the Apache Flex Development mailing list archive at
>> Nabble.com.
>> >
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>>
>
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Here is an uptodate status of the progress:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747

There is a good chance we will make it before that timeframe.  As always,
more help would be awesome!

Thanks,
Om

On Mon, Oct 27, 2014 at 1:42 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> What is the status of this project? Will it be done soon enough to make
> 4.14 - or will be e.g. include a partial component set with that release?
>
> I’m planning to cut a 4.14 branch some time in November, aiming to get a
> release out of the door early December …
>
> EdB
>
>
>
> On Tue, Oct 14, 2014 at 10:24 PM, quick6black <an...@gmail.com> wrote:
>
> > I added IOS7-8 Hslider (scrubber)
> >
> > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
> >
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> >
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
> > Sent from the Apache Flex Development mailing list archive at Nabble.com.
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
What is the status of this project? Will it be done soon enough to make
4.14 - or will be e.g. include a partial component set with that release?

I’m planning to cut a 4.14 branch some time in November, aiming to get a
release out of the door early December …

EdB



On Tue, Oct 14, 2014 at 10:24 PM, quick6black <an...@gmail.com> wrote:

> I added IOS7-8 Hslider (scrubber)
>
> https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
>
>
>
>
>
>
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
You can find the information on how to get the source from Git here:

http://flex.apache.org/dev-sourcecode.html

Make sure to change to the ‘iso7skins’ branch after the initial pull.

The README in the root of the source tree has all the information on how to
set up your system to build and use the SDK.

As you don’t yet have the skin classes on your system, the errors you
report are entirely expected ;-)

EdB



On Wed, Oct 15, 2014 at 5:17 PM, antonio esposito <an...@gmail.com>
wrote:

> How can I include that branch in my project?
> This is my problem I can not use those components.
>
> Could be very helpful to understand how to use the sdk source.
> I'm trying to copy the relevant skins files into the project without
> success.
>
> Errors:
> 1120: Access of undefined property ButtonSkin.
> 1172: Definition spark.skins.ios7:ButtonSkin could not be found.
>
> 2014-10-15 17:04 GMT+02:00 Erik de Bruin <er...@ixsoftware.nl>:
>
> > The iOS7 skins only exist on the ‘iso7skins’ branch of the Git repo.
> >
> > As to the example:
> >
> > <s:Button id="button1" label="Hello"
> > skinClass="spark.skins.ios7.ButtonSkin”>
> >
> > EdB
> >
> >
> >
> > On Wed, Oct 15, 2014 at 4:27 PM, antonio esposito <an...@gmail.com>
> > wrote:
> >
> > > Then IOS7 Skin there are already into 4.13 sdk of course for the
> > > components already
> > > created.
> > >
> > > Can you give me an example with a component type button:
> > >
> > >  <s:Button id="button1" label="Hello" skinClass="..."/>
> > >
> > >
> > > Thanks
> > >
> > > 2014-10-15 16:06 GMT+02:00 Erik de Bruin <er...@ixsoftware.nl>:
> > >
> > > > Hi,
> > > >
> > > > You have to create a ‘Mobile’ project in Flash Builder. Make sure all
> > > > settings are such that you can debug properly. Within that project
> you
> > > add
> > > > the Spark component whose skin you want to test. Set the ‘skinClass’
> > > > property of that component to the one you want to test, click debug
> and
> > > > away you go!
> > > >
> > > > EdB
> > > >
> > > >
> > > >
> > > > On Wed, Oct 15, 2014 at 4:03 PM, antonio esposito <
> > antonio3ds@gmail.com>
> > > > wrote:
> > > >
> > > > > Can someone explain to me how I can test iOS7 e Android skin?
> > > > >
> > > > > I use Flash builder 4.7 sdk Apache Flex  4.13/Air 15
> > > > > thanks
> > > > >
> > > > > 2014-10-14 22:24 GMT+02:00 quick6black <an...@gmail.com>:
> > > > >
> > > > > > I added IOS7-8 Hslider (scrubber)
> > > > > >
> > > > > > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > View this message in context:
> > > > > >
> > > > >
> > > >
> > >
> >
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
> > > > > > Sent from the Apache Flex Development mailing list archive at
> > > > Nabble.com.
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Ix Multimedia Software
> > > >
> > > > Jan Luykenstraat 27
> > > > 3521 VB Utrecht
> > > >
> > > > T. 06-51952295
> > > > I. www.ixsoftware.nl
> > > >
> > >
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
> >
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by antonio esposito <an...@gmail.com>.
How can I include that branch in my project?
This is my problem I can not use those components.

Could be very helpful to understand how to use the sdk source.
I'm trying to copy the relevant skins files into the project without
success.

Errors:
1120: Access of undefined property ButtonSkin.
1172: Definition spark.skins.ios7:ButtonSkin could not be found.

2014-10-15 17:04 GMT+02:00 Erik de Bruin <er...@ixsoftware.nl>:

> The iOS7 skins only exist on the ‘iso7skins’ branch of the Git repo.
>
> As to the example:
>
> <s:Button id="button1" label="Hello"
> skinClass="spark.skins.ios7.ButtonSkin”>
>
> EdB
>
>
>
> On Wed, Oct 15, 2014 at 4:27 PM, antonio esposito <an...@gmail.com>
> wrote:
>
> > Then IOS7 Skin there are already into 4.13 sdk of course for the
> > components already
> > created.
> >
> > Can you give me an example with a component type button:
> >
> >  <s:Button id="button1" label="Hello" skinClass="..."/>
> >
> >
> > Thanks
> >
> > 2014-10-15 16:06 GMT+02:00 Erik de Bruin <er...@ixsoftware.nl>:
> >
> > > Hi,
> > >
> > > You have to create a ‘Mobile’ project in Flash Builder. Make sure all
> > > settings are such that you can debug properly. Within that project you
> > add
> > > the Spark component whose skin you want to test. Set the ‘skinClass’
> > > property of that component to the one you want to test, click debug and
> > > away you go!
> > >
> > > EdB
> > >
> > >
> > >
> > > On Wed, Oct 15, 2014 at 4:03 PM, antonio esposito <
> antonio3ds@gmail.com>
> > > wrote:
> > >
> > > > Can someone explain to me how I can test iOS7 e Android skin?
> > > >
> > > > I use Flash builder 4.7 sdk Apache Flex  4.13/Air 15
> > > > thanks
> > > >
> > > > 2014-10-14 22:24 GMT+02:00 quick6black <an...@gmail.com>:
> > > >
> > > > > I added IOS7-8 Hslider (scrubber)
> > > > >
> > > > > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > View this message in context:
> > > > >
> > > >
> > >
> >
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
> > > > > Sent from the Apache Flex Development mailing list archive at
> > > Nabble.com.
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Ix Multimedia Software
> > >
> > > Jan Luykenstraat 27
> > > 3521 VB Utrecht
> > >
> > > T. 06-51952295
> > > I. www.ixsoftware.nl
> > >
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
The iOS7 skins only exist on the ‘iso7skins’ branch of the Git repo.

As to the example:

<s:Button id="button1" label="Hello"
skinClass="spark.skins.ios7.ButtonSkin”>

EdB



On Wed, Oct 15, 2014 at 4:27 PM, antonio esposito <an...@gmail.com>
wrote:

> Then IOS7 Skin there are already into 4.13 sdk of course for the
> components already
> created.
>
> Can you give me an example with a component type button:
>
>  <s:Button id="button1" label="Hello" skinClass="..."/>
>
>
> Thanks
>
> 2014-10-15 16:06 GMT+02:00 Erik de Bruin <er...@ixsoftware.nl>:
>
> > Hi,
> >
> > You have to create a ‘Mobile’ project in Flash Builder. Make sure all
> > settings are such that you can debug properly. Within that project you
> add
> > the Spark component whose skin you want to test. Set the ‘skinClass’
> > property of that component to the one you want to test, click debug and
> > away you go!
> >
> > EdB
> >
> >
> >
> > On Wed, Oct 15, 2014 at 4:03 PM, antonio esposito <an...@gmail.com>
> > wrote:
> >
> > > Can someone explain to me how I can test iOS7 e Android skin?
> > >
> > > I use Flash builder 4.7 sdk Apache Flex  4.13/Air 15
> > > thanks
> > >
> > > 2014-10-14 22:24 GMT+02:00 quick6black <an...@gmail.com>:
> > >
> > > > I added IOS7-8 Hslider (scrubber)
> > > >
> > > > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > View this message in context:
> > > >
> > >
> >
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
> > > > Sent from the Apache Flex Development mailing list archive at
> > Nabble.com.
> > > >
> > >
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
> >
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by antonio esposito <an...@gmail.com>.
Then IOS7 Skin there are already into 4.13 sdk of course for the
components already
created.

Can you give me an example with a component type button:

 <s:Button id="button1" label="Hello" skinClass="..."/>


Thanks

2014-10-15 16:06 GMT+02:00 Erik de Bruin <er...@ixsoftware.nl>:

> Hi,
>
> You have to create a ‘Mobile’ project in Flash Builder. Make sure all
> settings are such that you can debug properly. Within that project you add
> the Spark component whose skin you want to test. Set the ‘skinClass’
> property of that component to the one you want to test, click debug and
> away you go!
>
> EdB
>
>
>
> On Wed, Oct 15, 2014 at 4:03 PM, antonio esposito <an...@gmail.com>
> wrote:
>
> > Can someone explain to me how I can test iOS7 e Android skin?
> >
> > I use Flash builder 4.7 sdk Apache Flex  4.13/Air 15
> > thanks
> >
> > 2014-10-14 22:24 GMT+02:00 quick6black <an...@gmail.com>:
> >
> > > I added IOS7-8 Hslider (scrubber)
> > >
> > > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > View this message in context:
> > >
> >
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
> > > Sent from the Apache Flex Development mailing list archive at
> Nabble.com.
> > >
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Hi,

You have to create a ‘Mobile’ project in Flash Builder. Make sure all
settings are such that you can debug properly. Within that project you add
the Spark component whose skin you want to test. Set the ‘skinClass’
property of that component to the one you want to test, click debug and
away you go!

EdB



On Wed, Oct 15, 2014 at 4:03 PM, antonio esposito <an...@gmail.com>
wrote:

> Can someone explain to me how I can test iOS7 e Android skin?
>
> I use Flash builder 4.7 sdk Apache Flex  4.13/Air 15
> thanks
>
> 2014-10-14 22:24 GMT+02:00 quick6black <an...@gmail.com>:
>
> > I added IOS7-8 Hslider (scrubber)
> >
> > https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
> >
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> >
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
> > Sent from the Apache Flex Development mailing list archive at Nabble.com.
> >
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by antonio esposito <an...@gmail.com>.
Can someone explain to me how I can test iOS7 e Android skin?

I use Flash builder 4.7 sdk Apache Flex  4.13/Air 15
thanks

2014-10-14 22:24 GMT+02:00 quick6black <an...@gmail.com>:

> I added IOS7-8 Hslider (scrubber)
>
> https://issues.apache.org/jira/browse/FLEX-34608?filter=-2
>
>
>
>
>
>
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by quick6black <an...@gmail.com>.
I added IOS7-8 Hslider (scrubber) 

https://issues.apache.org/jira/browse/FLEX-34608?filter=-2






--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41372.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by quick6black <an...@gmail.com>.
also please update the wiki to show in progress on the slider

thanks



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41253.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by quick6black <an...@gmail.com>.
I decided last night to also start working on the Hslider (scrubber). Just
wondering what type of behavior users are experiencing with the Hslider on
the Iphone. When I press on the thumb button on my Iphone 4 and slide it, it
does not appear to change shape or color. Are other users experiencing the
same thing? From a user experience do you want to eliminate the thumb
pressed state or leave it and change the thumb pressed skin to be the same
color? See the attached image, I think I am pretty close

thanks

<http://apache-flex-development.2333347.n4.nabble.com/file/n41252/Hslider.png> 



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41252.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Oct 9, 2014 2:02 PM, "quick6black" <an...@gmail.com> wrote:
>
> i started textarea and textinput, should have something tomorrow. Can you
> update the wiki page please
>

Awesome.  I will update it soon.

Can you please make sure that you start from the Android skins from the
repo?  I had made scrolling related changes on the skins that you had
provided.

Thanks,
Om

> thanks
>
>
>
> --
> View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41214.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by quick6black <an...@gmail.com>.
i started textarea and textinput, should have something tomorrow. Can you
update the wiki page please

thanks



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41214.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
>
> The first component I will be working on would Button.  I will tackle
> ButtonBar after that.  Once that is in place, we will have a couple of
> reference components for others to follow.
>
> The wiki page at
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
> has been updated to reflect this.
>
>
Button and ButtonBar skins have been added.  I will take up ActionBar next.

If you are planning to start on a skin, and want the FXG assets, please let
me know.

Thanks,
Om

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Fri, Oct 3, 2014 at 5:11 PM, quick6black <an...@gmail.com> wrote:

> I will get started next week, I was looking for design standards to model
> after and I think this  page
> <
> https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/Controls.html#//apple_ref/doc/uid/TP40006556-CH15-SW1
> >
> will work. let me know if you guys find anything better
>
>
That is a good place to start.

Also, I am using this AI file to generate FXG assets from [1]  Take a look,
it might help.

Thanks,
Om


[1] http://mercury.io/blog/ios-8-illustrator-vector-ui-kit-update


>
>
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41062.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by quick6black <an...@gmail.com>.
I will get started next week, I was looking for design standards to model
after and I think this  page
<https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/Controls.html#//apple_ref/doc/uid/TP40006556-CH15-SW1> 
will work. let me know if you guys find anything better



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41062.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Erik and I have started working on the skins.  I have made quite a bit of
enhancements to the way mobile skinning is done as part of the Android 4.x
skins.  So, following that pattern for iOS7/8, would make things much
faster.

The first component I will be working on would Button.  I will tackle
ButtonBar after that.  Once that is in place, we will have a couple of
reference components for others to follow.

The wiki page at
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
has been updated to reflect this.

Aaron, if you can work on SpinnerList and TextInput (like you did for the
Android 4.x skins) that would be awesome.

Mahmoud, please let me know which components you would want to start with.

Thanks,
Om

On Thu, Oct 2, 2014 at 1:05 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> Ok, global to the iOS7 directory, I meant ;-)
>
> EdB
>
>
>
> On Thu, Oct 2, 2014 at 10:04 AM, OmPrakash Muppirala <bigosmallm@gmail.com
> >
> wrote:
>
> > On Oct 2, 2014 1:02 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> > >
> > > Not at all.
> > >
> > > I’m about to commit an initial global ‘search&replace’
> (‘skins.android4’
> > to
> > > ‘skins.ios7’). Object now or forever hold your silence ;-)
> >
> > Won't that replace the correct android skins package names as well?
> >
> > >
> > > EdB
> > >
> > >
> > >
> > > On Thu, Oct 2, 2014 at 9:58 AM, OmPrakash Muppirala <
> > bigosmallm@gmail.com>
> > > wrote:
> > >
> > > > Realised it to late.  It's just the name of the branch, so nothing
> > > > permanent.
> > > >
> > > > Do you want me to fix it?
> > > >
> > > > Thanks,
> > > > Om
> > > > On Oct 2, 2014 12:33 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> > > >
> > > > > Uh oh, typo!
> > > > >
> > > > > ;-)
> > > > >
> > > > > EdB
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Oct 2, 2014 at 1:43 AM, OmPrakash Muppirala <
> > > > bigosmallm@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Okay, I have created the new branch here:
> > > > > >
> > > > > >
> > > > >
> > > >
> >
> >
> https://github.com/apache/flex-sdk/tree/iso7skins/frameworks/projects/mobiletheme/src/spark/skins/ios7
> > > > > >
> > > > > > And created a new wiki page here to keep track of the progress:
> > > > > >
> > > > >
> > > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
> > > > > >
> > > > > > I will post some details about the FXG assets soon.
> > > > > >
> > > > > > Thanks,
> > > > > > Om
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Wed, Oct 1, 2014 at 3:34 PM, OmPrakash Muppirala <
> > > > > bigosmallm@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin <
> > erik@ixsoftware.nl>
> > > > > > wrote:
> > > > > > >
> > > > > > >> Continuing in a separate thread:
> > > > > > >>
> > > > > > >> > What does it take for a willing volunteer to start helping
> > out?
> > > > Does
> > > > > > >> > he/she
> > > > > > >> > > have to be a awesome graphics artist and a hardcore coder
> to
> > > > help
> > > > > > >> out, or
> > > > > > >> > > can anyone familiar with application development step in?
> > > > > > >> >
> > > > > > >> > I can take care of converting the graphic elements from AI
> to
> > FXG.
> > > > > > Any
> > > > > > >> > Flex developer who is familiar with spark component
> > development
> > > > can
> > > > > > help
> > > > > > >> > out.
> > > > > > >> >
> > > > > > >> > It's basically assigning new FXG assets to each existing
> skin
> > > > state.
> > > > > > >> >
> > > > > > >> > Since most of the hard work has already been done when
> > creating
> > > > the
> > > > > > new
> > > > > > >> > Android skins, it should be straightforward to make a copy
> of
> > the
> > > > > skin
> > > > > > >> and
> > > > > > >> > modify it with the iOS assets.
> > > > > > >> >
> > > > > > >>
> > > > > > >> As I’m late to the mobile skinning party, let me get try to
> get
> > this
> > > > > > >> clear:
> > > > > > >>
> > > > > > >> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> > > > > > >> 2. in that branch we copy
> > > > > > >> "frameworks/projects/mobiletheme/src/spark/skins/android4” and
> > > > rename
> > > > > it
> > > > > > >> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> > > > > > >> 3. we replace the contents of ‘assets’ with the new FXG files
> Om
> > > > > > prepared
> > > > > > >> 4. we go through all the components skin classes and replace
> all
> > > > > > >> references
> > > > > > >> to 'spark.skins.android4.assets’ with
> 'spark.skins.ios7.assets'
> > > > > > >> 5. …
> > > > > > >> 6. profit!
> > > > > > >>
> > > > > > >> Is this basically correct, or am I missing something? What
> about
> > > > > > >> testing/tweaking? Step 5 might need some clarification ;-)
> > > > > > >>
> > > > > > >> EdB
> > > > > > >>
> > > > > > >>
> > > > > > > Close enough.  For components that have simple states switching
> > > > > (button,
> > > > > > > radiobutton, checkbox, etc.) the approach you mentioned should
> > work
> > > > > fine.
> > > > > > > There are going to be some more complex components like
> > ToggleSwitch,
> > > > > > > SpinnerLists that have animations and complex skin states.  It
> is
> > > > going
> > > > > > to
> > > > > > > be a bit more work for these cases.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Om
> > > > > > >
> > > > > > >
> > > > > > >>
> > > > > > >>
> > > > > > >> --
> > > > > > >> Ix Multimedia Software
> > > > > > >>
> > > > > > >> Jan Luykenstraat 27
> > > > > > >> 3521 VB Utrecht
> > > > > > >>
> > > > > > >> T. 06-51952295
> > > > > > >> I. www.ixsoftware.nl
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Ix Multimedia Software
> > > > >
> > > > > Jan Luykenstraat 27
> > > > > 3521 VB Utrecht
> > > > >
> > > > > T. 06-51952295
> > > > > I. www.ixsoftware.nl
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Ix Multimedia Software
> > >
> > > Jan Luykenstraat 27
> > > 3521 VB Utrecht
> > >
> > > T. 06-51952295
> > > I. www.ixsoftware.nl
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Ok, global to the iOS7 directory, I meant ;-)

EdB



On Thu, Oct 2, 2014 at 10:04 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> On Oct 2, 2014 1:02 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> >
> > Not at all.
> >
> > I’m about to commit an initial global ‘search&replace’ (‘skins.android4’
> to
> > ‘skins.ios7’). Object now or forever hold your silence ;-)
>
> Won't that replace the correct android skins package names as well?
>
> >
> > EdB
> >
> >
> >
> > On Thu, Oct 2, 2014 at 9:58 AM, OmPrakash Muppirala <
> bigosmallm@gmail.com>
> > wrote:
> >
> > > Realised it to late.  It's just the name of the branch, so nothing
> > > permanent.
> > >
> > > Do you want me to fix it?
> > >
> > > Thanks,
> > > Om
> > > On Oct 2, 2014 12:33 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> > >
> > > > Uh oh, typo!
> > > >
> > > > ;-)
> > > >
> > > > EdB
> > > >
> > > >
> > > >
> > > > On Thu, Oct 2, 2014 at 1:43 AM, OmPrakash Muppirala <
> > > bigosmallm@gmail.com>
> > > > wrote:
> > > >
> > > > > Okay, I have created the new branch here:
> > > > >
> > > > >
> > > >
> > >
>
> https://github.com/apache/flex-sdk/tree/iso7skins/frameworks/projects/mobiletheme/src/spark/skins/ios7
> > > > >
> > > > > And created a new wiki page here to keep track of the progress:
> > > > >
> > > >
> > >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
> > > > >
> > > > > I will post some details about the FXG assets soon.
> > > > >
> > > > > Thanks,
> > > > > Om
> > > > >
> > > > >
> > > > >
> > > > > On Wed, Oct 1, 2014 at 3:34 PM, OmPrakash Muppirala <
> > > > bigosmallm@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin <
> erik@ixsoftware.nl>
> > > > > wrote:
> > > > > >
> > > > > >> Continuing in a separate thread:
> > > > > >>
> > > > > >> > What does it take for a willing volunteer to start helping
> out?
> > > Does
> > > > > >> > he/she
> > > > > >> > > have to be a awesome graphics artist and a hardcore coder to
> > > help
> > > > > >> out, or
> > > > > >> > > can anyone familiar with application development step in?
> > > > > >> >
> > > > > >> > I can take care of converting the graphic elements from AI to
> FXG.
> > > > > Any
> > > > > >> > Flex developer who is familiar with spark component
> development
> > > can
> > > > > help
> > > > > >> > out.
> > > > > >> >
> > > > > >> > It's basically assigning new FXG assets to each existing skin
> > > state.
> > > > > >> >
> > > > > >> > Since most of the hard work has already been done when
> creating
> > > the
> > > > > new
> > > > > >> > Android skins, it should be straightforward to make a copy of
> the
> > > > skin
> > > > > >> and
> > > > > >> > modify it with the iOS assets.
> > > > > >> >
> > > > > >>
> > > > > >> As I’m late to the mobile skinning party, let me get try to get
> this
> > > > > >> clear:
> > > > > >>
> > > > > >> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> > > > > >> 2. in that branch we copy
> > > > > >> "frameworks/projects/mobiletheme/src/spark/skins/android4” and
> > > rename
> > > > it
> > > > > >> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> > > > > >> 3. we replace the contents of ‘assets’ with the new FXG files Om
> > > > > prepared
> > > > > >> 4. we go through all the components skin classes and replace all
> > > > > >> references
> > > > > >> to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> > > > > >> 5. …
> > > > > >> 6. profit!
> > > > > >>
> > > > > >> Is this basically correct, or am I missing something? What about
> > > > > >> testing/tweaking? Step 5 might need some clarification ;-)
> > > > > >>
> > > > > >> EdB
> > > > > >>
> > > > > >>
> > > > > > Close enough.  For components that have simple states switching
> > > > (button,
> > > > > > radiobutton, checkbox, etc.) the approach you mentioned should
> work
> > > > fine.
> > > > > > There are going to be some more complex components like
> ToggleSwitch,
> > > > > > SpinnerLists that have animations and complex skin states.  It is
> > > going
> > > > > to
> > > > > > be a bit more work for these cases.
> > > > > >
> > > > > > Thanks,
> > > > > > Om
> > > > > >
> > > > > >
> > > > > >>
> > > > > >>
> > > > > >> --
> > > > > >> Ix Multimedia Software
> > > > > >>
> > > > > >> Jan Luykenstraat 27
> > > > > >> 3521 VB Utrecht
> > > > > >>
> > > > > >> T. 06-51952295
> > > > > >> I. www.ixsoftware.nl
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Ix Multimedia Software
> > > >
> > > > Jan Luykenstraat 27
> > > > 3521 VB Utrecht
> > > >
> > > > T. 06-51952295
> > > > I. www.ixsoftware.nl
> > > >
> > >
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Oct 2, 2014 1:02 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
> Not at all.
>
> I’m about to commit an initial global ‘search&replace’ (‘skins.android4’
to
> ‘skins.ios7’). Object now or forever hold your silence ;-)

Won't that replace the correct android skins package names as well?

>
> EdB
>
>
>
> On Thu, Oct 2, 2014 at 9:58 AM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > Realised it to late.  It's just the name of the branch, so nothing
> > permanent.
> >
> > Do you want me to fix it?
> >
> > Thanks,
> > Om
> > On Oct 2, 2014 12:33 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> >
> > > Uh oh, typo!
> > >
> > > ;-)
> > >
> > > EdB
> > >
> > >
> > >
> > > On Thu, Oct 2, 2014 at 1:43 AM, OmPrakash Muppirala <
> > bigosmallm@gmail.com>
> > > wrote:
> > >
> > > > Okay, I have created the new branch here:
> > > >
> > > >
> > >
> >
https://github.com/apache/flex-sdk/tree/iso7skins/frameworks/projects/mobiletheme/src/spark/skins/ios7
> > > >
> > > > And created a new wiki page here to keep track of the progress:
> > > >
> > >
> >
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
> > > >
> > > > I will post some details about the FXG assets soon.
> > > >
> > > > Thanks,
> > > > Om
> > > >
> > > >
> > > >
> > > > On Wed, Oct 1, 2014 at 3:34 PM, OmPrakash Muppirala <
> > > bigosmallm@gmail.com>
> > > > wrote:
> > > >
> > > > > On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin <er...@ixsoftware.nl>
> > > > wrote:
> > > > >
> > > > >> Continuing in a separate thread:
> > > > >>
> > > > >> > What does it take for a willing volunteer to start helping out?
> > Does
> > > > >> > he/she
> > > > >> > > have to be a awesome graphics artist and a hardcore coder to
> > help
> > > > >> out, or
> > > > >> > > can anyone familiar with application development step in?
> > > > >> >
> > > > >> > I can take care of converting the graphic elements from AI to
FXG.
> > > > Any
> > > > >> > Flex developer who is familiar with spark component development
> > can
> > > > help
> > > > >> > out.
> > > > >> >
> > > > >> > It's basically assigning new FXG assets to each existing skin
> > state.
> > > > >> >
> > > > >> > Since most of the hard work has already been done when creating
> > the
> > > > new
> > > > >> > Android skins, it should be straightforward to make a copy of
the
> > > skin
> > > > >> and
> > > > >> > modify it with the iOS assets.
> > > > >> >
> > > > >>
> > > > >> As I’m late to the mobile skinning party, let me get try to get
this
> > > > >> clear:
> > > > >>
> > > > >> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> > > > >> 2. in that branch we copy
> > > > >> "frameworks/projects/mobiletheme/src/spark/skins/android4” and
> > rename
> > > it
> > > > >> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> > > > >> 3. we replace the contents of ‘assets’ with the new FXG files Om
> > > > prepared
> > > > >> 4. we go through all the components skin classes and replace all
> > > > >> references
> > > > >> to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> > > > >> 5. …
> > > > >> 6. profit!
> > > > >>
> > > > >> Is this basically correct, or am I missing something? What about
> > > > >> testing/tweaking? Step 5 might need some clarification ;-)
> > > > >>
> > > > >> EdB
> > > > >>
> > > > >>
> > > > > Close enough.  For components that have simple states switching
> > > (button,
> > > > > radiobutton, checkbox, etc.) the approach you mentioned should
work
> > > fine.
> > > > > There are going to be some more complex components like
ToggleSwitch,
> > > > > SpinnerLists that have animations and complex skin states.  It is
> > going
> > > > to
> > > > > be a bit more work for these cases.
> > > > >
> > > > > Thanks,
> > > > > Om
> > > > >
> > > > >
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Ix Multimedia Software
> > > > >>
> > > > >> Jan Luykenstraat 27
> > > > >> 3521 VB Utrecht
> > > > >>
> > > > >> T. 06-51952295
> > > > >> I. www.ixsoftware.nl
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Ix Multimedia Software
> > >
> > > Jan Luykenstraat 27
> > > 3521 VB Utrecht
> > >
> > > T. 06-51952295
> > > I. www.ixsoftware.nl
> > >
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Not at all.

I’m about to commit an initial global ‘search&replace’ (‘skins.android4’ to
‘skins.ios7’). Object now or forever hold your silence ;-)

EdB



On Thu, Oct 2, 2014 at 9:58 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Realised it to late.  It's just the name of the branch, so nothing
> permanent.
>
> Do you want me to fix it?
>
> Thanks,
> Om
> On Oct 2, 2014 12:33 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
> > Uh oh, typo!
> >
> > ;-)
> >
> > EdB
> >
> >
> >
> > On Thu, Oct 2, 2014 at 1:43 AM, OmPrakash Muppirala <
> bigosmallm@gmail.com>
> > wrote:
> >
> > > Okay, I have created the new branch here:
> > >
> > >
> >
> https://github.com/apache/flex-sdk/tree/iso7skins/frameworks/projects/mobiletheme/src/spark/skins/ios7
> > >
> > > And created a new wiki page here to keep track of the progress:
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
> > >
> > > I will post some details about the FXG assets soon.
> > >
> > > Thanks,
> > > Om
> > >
> > >
> > >
> > > On Wed, Oct 1, 2014 at 3:34 PM, OmPrakash Muppirala <
> > bigosmallm@gmail.com>
> > > wrote:
> > >
> > > > On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin <er...@ixsoftware.nl>
> > > wrote:
> > > >
> > > >> Continuing in a separate thread:
> > > >>
> > > >> > What does it take for a willing volunteer to start helping out?
> Does
> > > >> > he/she
> > > >> > > have to be a awesome graphics artist and a hardcore coder to
> help
> > > >> out, or
> > > >> > > can anyone familiar with application development step in?
> > > >> >
> > > >> > I can take care of converting the graphic elements from AI to FXG.
> > > Any
> > > >> > Flex developer who is familiar with spark component development
> can
> > > help
> > > >> > out.
> > > >> >
> > > >> > It's basically assigning new FXG assets to each existing skin
> state.
> > > >> >
> > > >> > Since most of the hard work has already been done when creating
> the
> > > new
> > > >> > Android skins, it should be straightforward to make a copy of the
> > skin
> > > >> and
> > > >> > modify it with the iOS assets.
> > > >> >
> > > >>
> > > >> As I’m late to the mobile skinning party, let me get try to get this
> > > >> clear:
> > > >>
> > > >> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> > > >> 2. in that branch we copy
> > > >> "frameworks/projects/mobiletheme/src/spark/skins/android4” and
> rename
> > it
> > > >> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> > > >> 3. we replace the contents of ‘assets’ with the new FXG files Om
> > > prepared
> > > >> 4. we go through all the components skin classes and replace all
> > > >> references
> > > >> to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> > > >> 5. …
> > > >> 6. profit!
> > > >>
> > > >> Is this basically correct, or am I missing something? What about
> > > >> testing/tweaking? Step 5 might need some clarification ;-)
> > > >>
> > > >> EdB
> > > >>
> > > >>
> > > > Close enough.  For components that have simple states switching
> > (button,
> > > > radiobutton, checkbox, etc.) the approach you mentioned should work
> > fine.
> > > > There are going to be some more complex components like ToggleSwitch,
> > > > SpinnerLists that have animations and complex skin states.  It is
> going
> > > to
> > > > be a bit more work for these cases.
> > > >
> > > > Thanks,
> > > > Om
> > > >
> > > >
> > > >>
> > > >>
> > > >> --
> > > >> Ix Multimedia Software
> > > >>
> > > >> Jan Luykenstraat 27
> > > >> 3521 VB Utrecht
> > > >>
> > > >> T. 06-51952295
> > > >> I. www.ixsoftware.nl
> > > >>
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
> >
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Realised it to late.  It's just the name of the branch, so nothing
permanent.

Do you want me to fix it?

Thanks,
Om
On Oct 2, 2014 12:33 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

> Uh oh, typo!
>
> ;-)
>
> EdB
>
>
>
> On Thu, Oct 2, 2014 at 1:43 AM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > Okay, I have created the new branch here:
> >
> >
> https://github.com/apache/flex-sdk/tree/iso7skins/frameworks/projects/mobiletheme/src/spark/skins/ios7
> >
> > And created a new wiki page here to keep track of the progress:
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
> >
> > I will post some details about the FXG assets soon.
> >
> > Thanks,
> > Om
> >
> >
> >
> > On Wed, Oct 1, 2014 at 3:34 PM, OmPrakash Muppirala <
> bigosmallm@gmail.com>
> > wrote:
> >
> > > On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin <er...@ixsoftware.nl>
> > wrote:
> > >
> > >> Continuing in a separate thread:
> > >>
> > >> > What does it take for a willing volunteer to start helping out? Does
> > >> > he/she
> > >> > > have to be a awesome graphics artist and a hardcore coder to help
> > >> out, or
> > >> > > can anyone familiar with application development step in?
> > >> >
> > >> > I can take care of converting the graphic elements from AI to FXG.
> > Any
> > >> > Flex developer who is familiar with spark component development can
> > help
> > >> > out.
> > >> >
> > >> > It's basically assigning new FXG assets to each existing skin state.
> > >> >
> > >> > Since most of the hard work has already been done when creating the
> > new
> > >> > Android skins, it should be straightforward to make a copy of the
> skin
> > >> and
> > >> > modify it with the iOS assets.
> > >> >
> > >>
> > >> As I’m late to the mobile skinning party, let me get try to get this
> > >> clear:
> > >>
> > >> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> > >> 2. in that branch we copy
> > >> "frameworks/projects/mobiletheme/src/spark/skins/android4” and rename
> it
> > >> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> > >> 3. we replace the contents of ‘assets’ with the new FXG files Om
> > prepared
> > >> 4. we go through all the components skin classes and replace all
> > >> references
> > >> to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> > >> 5. …
> > >> 6. profit!
> > >>
> > >> Is this basically correct, or am I missing something? What about
> > >> testing/tweaking? Step 5 might need some clarification ;-)
> > >>
> > >> EdB
> > >>
> > >>
> > > Close enough.  For components that have simple states switching
> (button,
> > > radiobutton, checkbox, etc.) the approach you mentioned should work
> fine.
> > > There are going to be some more complex components like ToggleSwitch,
> > > SpinnerLists that have animations and complex skin states.  It is going
> > to
> > > be a bit more work for these cases.
> > >
> > > Thanks,
> > > Om
> > >
> > >
> > >>
> > >>
> > >> --
> > >> Ix Multimedia Software
> > >>
> > >> Jan Luykenstraat 27
> > >> 3521 VB Utrecht
> > >>
> > >> T. 06-51952295
> > >> I. www.ixsoftware.nl
> > >>
> > >
> > >
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Uh oh, typo!

;-)

EdB



On Thu, Oct 2, 2014 at 1:43 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Okay, I have created the new branch here:
>
> https://github.com/apache/flex-sdk/tree/iso7skins/frameworks/projects/mobiletheme/src/spark/skins/ios7
>
> And created a new wiki page here to keep track of the progress:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747
>
> I will post some details about the FXG assets soon.
>
> Thanks,
> Om
>
>
>
> On Wed, Oct 1, 2014 at 3:34 PM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin <er...@ixsoftware.nl>
> wrote:
> >
> >> Continuing in a separate thread:
> >>
> >> > What does it take for a willing volunteer to start helping out? Does
> >> > he/she
> >> > > have to be a awesome graphics artist and a hardcore coder to help
> >> out, or
> >> > > can anyone familiar with application development step in?
> >> >
> >> > I can take care of converting the graphic elements from AI to FXG.
> Any
> >> > Flex developer who is familiar with spark component development can
> help
> >> > out.
> >> >
> >> > It's basically assigning new FXG assets to each existing skin state.
> >> >
> >> > Since most of the hard work has already been done when creating the
> new
> >> > Android skins, it should be straightforward to make a copy of the skin
> >> and
> >> > modify it with the iOS assets.
> >> >
> >>
> >> As I’m late to the mobile skinning party, let me get try to get this
> >> clear:
> >>
> >> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> >> 2. in that branch we copy
> >> "frameworks/projects/mobiletheme/src/spark/skins/android4” and rename it
> >> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> >> 3. we replace the contents of ‘assets’ with the new FXG files Om
> prepared
> >> 4. we go through all the components skin classes and replace all
> >> references
> >> to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> >> 5. …
> >> 6. profit!
> >>
> >> Is this basically correct, or am I missing something? What about
> >> testing/tweaking? Step 5 might need some clarification ;-)
> >>
> >> EdB
> >>
> >>
> > Close enough.  For components that have simple states switching (button,
> > radiobutton, checkbox, etc.) the approach you mentioned should work fine.
> > There are going to be some more complex components like ToggleSwitch,
> > SpinnerLists that have animations and complex skin states.  It is going
> to
> > be a bit more work for these cases.
> >
> > Thanks,
> > Om
> >
> >
> >>
> >>
> >> --
> >> Ix Multimedia Software
> >>
> >> Jan Luykenstraat 27
> >> 3521 VB Utrecht
> >>
> >> T. 06-51952295
> >> I. www.ixsoftware.nl
> >>
> >
> >
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Okay, I have created the new branch here:
https://github.com/apache/flex-sdk/tree/iso7skins/frameworks/projects/mobiletheme/src/spark/skins/ios7

And created a new wiki page here to keep track of the progress:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747

I will post some details about the FXG assets soon.

Thanks,
Om



On Wed, Oct 1, 2014 at 3:34 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>
>> Continuing in a separate thread:
>>
>> > What does it take for a willing volunteer to start helping out? Does
>> > he/she
>> > > have to be a awesome graphics artist and a hardcore coder to help
>> out, or
>> > > can anyone familiar with application development step in?
>> >
>> > I can take care of converting the graphic elements from AI to FXG.  Any
>> > Flex developer who is familiar with spark component development can help
>> > out.
>> >
>> > It's basically assigning new FXG assets to each existing skin state.
>> >
>> > Since most of the hard work has already been done when creating the new
>> > Android skins, it should be straightforward to make a copy of the skin
>> and
>> > modify it with the iOS assets.
>> >
>>
>> As I’m late to the mobile skinning party, let me get try to get this
>> clear:
>>
>> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
>> 2. in that branch we copy
>> "frameworks/projects/mobiletheme/src/spark/skins/android4” and rename it
>> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
>> 3. we replace the contents of ‘assets’ with the new FXG files Om prepared
>> 4. we go through all the components skin classes and replace all
>> references
>> to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
>> 5. …
>> 6. profit!
>>
>> Is this basically correct, or am I missing something? What about
>> testing/tweaking? Step 5 might need some clarification ;-)
>>
>> EdB
>>
>>
> Close enough.  For components that have simple states switching (button,
> radiobutton, checkbox, etc.) the approach you mentioned should work fine.
> There are going to be some more complex components like ToggleSwitch,
> SpinnerLists that have animations and complex skin states.  It is going to
> be a bit more work for these cases.
>
> Thanks,
> Om
>
>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>>
>
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> Continuing in a separate thread:
>
> > What does it take for a willing volunteer to start helping out? Does
> > he/she
> > > have to be a awesome graphics artist and a hardcore coder to help out,
> or
> > > can anyone familiar with application development step in?
> >
> > I can take care of converting the graphic elements from AI to FXG.  Any
> > Flex developer who is familiar with spark component development can help
> > out.
> >
> > It's basically assigning new FXG assets to each existing skin state.
> >
> > Since most of the hard work has already been done when creating the new
> > Android skins, it should be straightforward to make a copy of the skin
> and
> > modify it with the iOS assets.
> >
>
> As I’m late to the mobile skinning party, let me get try to get this clear:
>
> 1. we create a public branch of ‘flex-sdk’ -> new_ios_skins
> 2. in that branch we copy
> "frameworks/projects/mobiletheme/src/spark/skins/android4” and rename it
> "frameworks/projects/mobiletheme/src/spark/skins/ios7”
> 3. we replace the contents of ‘assets’ with the new FXG files Om prepared
> 4. we go through all the components skin classes and replace all references
> to 'spark.skins.android4.assets’ with 'spark.skins.ios7.assets'
> 5. …
> 6. profit!
>
> Is this basically correct, or am I missing something? What about
> testing/tweaking? Step 5 might need some clarification ;-)
>
> EdB
>
>
Close enough.  For components that have simple states switching (button,
radiobutton, checkbox, etc.) the approach you mentioned should work fine.
There are going to be some more complex components like ToggleSwitch,
SpinnerLists that have animations and complex skin states.  It is going to
be a bit more work for these cases.

Thanks,
Om


>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by Erik de Bruin <er...@ixsoftware.nl>.
I’m waiting for Om to wake up (PDT) and give us a “steps to reproduce”.
Once we have that we can split up the work.

EdB



On Wed, Oct 1, 2014 at 2:32 PM, quick6black <an...@gmail.com> wrote:

> I can probably help out with a component or two, it would help if you put
> up
> a list of components that need to be skinned and who will be working on
> each.
>
>
>
>
>
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p40995.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

Posted by quick6black <an...@gmail.com>.
I can probably help out with a component or two, it would help if you put up
a list of components that need to be skinned and who will be working on
each.





--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p40995.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.