Re: new themes in 4.14

2014-12-15 Thread Subscriptions
ive never heard of [mixin] before - thats a handy tool indeed :) Lee Burrows ActionScripter On 16/12/2014 00:43, OmPrakash Muppirala wrote: On Wed, Dec 10, 2014 at 8:34 AM, Subscriptions wrote: I think i'll just bake my own solution - we shouldnt be making changes to the sdk on one persons wh

Re: new themes in 4.14

2014-12-15 Thread OmPrakash Muppirala
On Wed, Dec 10, 2014 at 8:34 AM, Subscriptions wrote: > > I think i'll just bake my own solution - we shouldnt be making changes to > the sdk on one persons whim > I have added the ability to use the legacy mobile theme in 4.14. Details here: https://issues.apache.org/jira/browse/FLEX-34685 You

Re: new themes in 4.14

2014-12-10 Thread Subscriptions
I think i'll just bake my own solution - we shouldnt be making changes to the sdk on one persons whim Lee Burrows ActionScripter On 10/12/2014 01:00, OmPrakash Muppirala wrote: On Tue, Dec 9, 2014 at 1:39 PM, Alex Harui wrote: Om, I haven’t really followed what you are doing, but is it impr

Re: new themes in 4.14

2014-12-09 Thread OmPrakash Muppirala
On Tue, Dec 9, 2014 at 1:39 PM, Alex Harui wrote: > Om, I haven’t really followed what you are doing, but is it impractical to > create another folder next to the WireFrame and others and call it > OldMobileTheme and keep the old theme there? > > I don't think that is too hard to implement. Lee,

Re: new themes in 4.14

2014-12-09 Thread Alex Harui
Om, I haven’t really followed what you are doing, but is it impractical to create another folder next to the WireFrame and others and call it OldMobileTheme and keep the old theme there? -Alex On 12/9/14, 12:06 PM, "OmPrakash Muppirala" wrote: >On Tue, Dec 9, 2014 at 11:52 AM, Subscriptions >>

Re: new themes in 4.14

2014-12-09 Thread OmPrakash Muppirala
On Tue, Dec 9, 2014 at 11:52 AM, Subscriptions wrote: > I agree with a) and b), but disagree with the solution. > > However, no-on else seems bothered so i'll grudgingly submit to the > general consensus ;) > Again, you don't have to. Help me help you :-) Here are the various ways folks could

Re: new themes in 4.14

2014-12-09 Thread Subscriptions
I agree with a) and b), but disagree with the solution. However, no-on else seems bothered so i'll grudgingly submit to the general consensus ;) Lee Burrows ActionScripter On 09/12/2014 19:29, OmPrakash Muppirala wrote: Most of the feedback I had received was a.) The old skins looked really

Re: new themes in 4.14

2014-12-09 Thread OmPrakash Muppirala
Most of the feedback I had received was a.) The old skins looked really outdated (they were from Android 2.x period) b.) They were creating their own skins to make it look more modern. Thanks, Om On Tue, Dec 9, 2014 at 11:26 AM, OmPrakash Muppirala wrote: > On Tue, Dec 9, 2014 at 11:21 AM, Sub

Re: new themes in 4.14

2014-12-09 Thread OmPrakash Muppirala
On Tue, Dec 9, 2014 at 11:21 AM, Subscriptions wrote: > Its a shame that backwards-compatability wasn't considered important > > I think you are missing the point. I was just trying to explain what happened. Of course, backwards compatibility is important. Just that no one wanted that itch scr

Re: new themes in 4.14

2014-12-09 Thread Subscriptions
Its a shame that backwards-compatability wasn't considered important Lee Burrows ActionScripter On 09/12/2014 19:16, OmPrakash Muppirala wrote: We can of course add various themes that the users can select during development, but that is outside the scope of this current endeavor, which is to u

Re: new themes in 4.14

2014-12-09 Thread Jesse Nicholson
OK perfect thanks for clarifying that. On 9 Dec 2014 14:18, "OmPrakash Muppirala" wrote: > On Tue, Dec 9, 2014 at 10:48 AM, Jesse Nicholson < > ascensionsyst...@gmail.com > > wrote: > > > I'm not familiar with the code but it makes sense to abstract away visual > > styles so that custom themes/st

Re: new themes in 4.14

2014-12-09 Thread OmPrakash Muppirala
On Tue, Dec 9, 2014 at 10:48 AM, Jesse Nicholson wrote: > I'm not familiar with the code but it makes sense to abstract away visual > styles so that custom themes/styles can be easily swapped out. Especially > when you consider how frequently design styles are changing, like how the > flat UI the

Re: new themes in 4.14

2014-12-09 Thread Jesse Nicholson
I'm not familiar with the code but it makes sense to abstract away visual styles so that custom themes/styles can be easily swapped out. Especially when you consider how frequently design styles are changing, like how the flat UI theme was so amazing and now, if you follow threads on dribbble, you'

Re: new themes in 4.14

2014-12-09 Thread OmPrakash Muppirala
On Tue, Dec 9, 2014 at 10:29 AM, Subscriptions wrote: > Perhaps sdk could include 2 mobile theme SWCs (one with new stuff, one > without)? Then users who dont want to update could use the legacy theme (in > same way we currently select any alternative theme). > > We discussed this and decided not

Re: new themes in 4.14

2014-12-09 Thread Subscriptions
Perhaps sdk could include 2 mobile theme SWCs (one with new stuff, one without)? Then users who dont want to update could use the legacy theme (in same way we currently select any alternative theme). Should be straight-forward to update the build script to generate both SWCs (which i'm happy t

Re: new themes in 4.14

2014-12-09 Thread OmPrakash Muppirala
I want to point out that the new skins will show up only for Android OS > 4.0 and iOS > 7. If an older OS is detected, the old skins show up. That said, we can add a mechanism to turn it off. What is your usecase? What would be a good way, in you mind to turn off the new skins? A compiler direc

Re: new themes in 4.14

2014-12-09 Thread Subscriptions
I do not like the sound of that!!! How do i turn off the new skins? Lee Burrows ActionScripter On 09/12/2014 17:29, OmPrakash Muppirala wrote: And since we are issued CSS selectors, you don't have to change anything in your code. The new skins should just show up on your device when you recom

Re: new themes in 4.14

2014-12-09 Thread OmPrakash Muppirala
S9E4C4475-896E-43a2-9461-497F2F85D424.html >> 2: http://blog.flexexamples.com/2009/03/04/setting-a-custom-skin-on-an-fxbutton-control-in-flex-gumbo/ >> 3: https://forums.adobe.com/thread/748974?tstart=0 >> >> >> >> On Tue, Dec 9, 2014 at 1:52 AM

Re: new themes in 4.14

2014-12-09 Thread Subscriptions
ustom-skin-on-an-fxbutton-control-in-flex-gumbo/ 3: https://forums.adobe.com/thread/748974?tstart=0 On Tue, Dec 9, 2014 at 1:52 AM, Subscriptions wrote: Hi All, Can somebody point me to instructions for building/using the new themes in 4.14? (ios, android, flat). Thanks, -- Lee Burrows ActionScripter

Re: new themes in 4.14

2014-12-09 Thread Subscriptions
com/thread/748974?tstart=0 On Tue, Dec 9, 2014 at 1:52 AM, Subscriptions wrote: Hi All, Can somebody point me to instructions for building/using the new themes in 4.14? (ios, android, flat). Thanks, -- Lee Burrows ActionScripter

Re: new themes in 4.14

2014-12-09 Thread Erik de Bruin
omebody point me to instructions for building/using the new themes in > 4.14? (ios, android, flat). > > Thanks, > > -- > Lee Burrows > ActionScripter > -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

new themes in 4.14

2014-12-08 Thread Subscriptions
Hi All, Can somebody point me to instructions for building/using the new themes in 4.14? (ios, android, flat). Thanks, -- Lee Burrows ActionScripter