[4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Erik de Bruin
Hi, Would anyone care to share how we can use the new FlatSpark theme in our projects? Maybe do a short Wiki article on the subject, with an example project? Thanks! EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Mahmoud Ali
I can write something in the wiki. FlatSpark's GitHub had a wiki showing how to use it. https://github.com/akamud/FlatSpark/wiki/How-to-use-FlatSpark-in-your-project I just couldn't get the Flex SDK project to build for Flash Builder. Is there any place I could download the 4.14 SDK to write this

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Mahmoud Ali
I think I just found the binaries in Jenkins. I'll write something showing how to use it when I get back from work. On Mon, Dec 15, 2014 at 7:07 AM, Mahmoud Ali wrote: > > I can write something in the wiki. > FlatSpark's GitHub had a wiki showing how to use it. > > > https://github.com/akamud/Fl

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Erik de Bruin
Hi, Thanks for the link. You can download the 4.14 candidate through the Installer, just follow the instructions in the thread "testing is easy!" Thanks, EdB On Mon, Dec 15, 2014 at 11:07 AM, Mahmoud Ali wrote: > I can write something in the wiki. > FlatSpark's GitHub had a wiki showing how

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Mahmoud Ali
Thanks Erik. Where can I write this wiki or add this example project? Do you want me to just create a new wiki page inside FlatSpark's GitHub page and then you take it from there? On Mon, Dec 15, 2014 at 7:09 AM, Erik de Bruin wrote: > > Hi, > > Thanks for the link. > > You can download the 4.1

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Erik de Bruin
> Do you want me to just create a new wiki page inside FlatSpark's GitHub page > and then you take it from there? Yes, that would be fine. Let me know in this thread when it's available and I'll 'copy' it to the Flex Wiki. Thank you. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Tom Chiverton
I think writing it directly on the Apache Flex Wiki, maybe as a child of https://cwiki.apache.org/confluence/display/FLEX/Guides+and+Reference is going to be best. We just need to grant you access I think ? Tom On 15/12/14 10:16, Mahmoud Ali wrote: Thanks Erik. Where can I write this wiki or a

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Erik de Bruin
Mahmoud, Using the GitHub wiki article I've tried to create a new project, chose 4.14 RC SDK and add one button. If I try to give this button the FlatSpark look by using the 'skinClass' property directly in MXML, I get 33 compiler errors, starting with a dozen or so "Exception during transcoding:

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Mahmoud Ali
> > Mahmoud, > > Using the GitHub wiki article I've tried to create a new project, > chose 4.14 RC SDK and add one button. > > If I try to give this button the FlatSpark look by using the > 'skinClass' property directly in MXML, I get 33 compiler errors, > starting with a dozen or so "Exception dur

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Erik de Bruin
> Never had these errors before. I'll take a look at this today as soon as I > get back home. Never mind. It turns out it was just me on a Monday morning :-( Sorry for the waste of time. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Mahmoud Ali
> > Never mind. It turns out it was just me on a Monday morning :-( > > Sorry for the waste of time. > > EdB Haha, I know that feel. Either way, I'll write the wiki article tonight. Thanks for testing :)

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Dany Dhondt
What was your mistake? I get the same 33 errors :) Dany Dhondt archeme...@mac.com | Mobile +32 496 251 455 > Op 15-dec.-2014, om 13:17 heeft Mahmoud Ali het volgende > geschreven: > >> >> Never mind. It turns out it was just me on a Monday morning :-( >> >> Sorry for the waste of time. >

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Alex Harui
On 12/15/14, 2:31 AM, "Tom Chiverton" wrote: >I think writing it directly on the Apache Flex Wiki, maybe as a child of >https://cwiki.apache.org/confluence/display/FLEX/Guides+and+Reference >is going to be best. > >We just need to grant you access I think ? Wiki has a different list of account

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Erik de Bruin
I had selected an SDK where I manually removed the flatspark.swc :-) So, in your case, maybe it is actually missing ... can you check in '[SDK root]/frameworks/libs'? EdB On Mon, Dec 15, 2014 at 2:52 PM, Dany Dhondt wrote: > What was your mistake? I get the same 33 errors :) > > > Dany Dhondt

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Mahmoud Ali
I just created an account on the wiki page. Username: akamud On Mon, Dec 15, 2014 at 2:08 PM, Erik de Bruin wrote: > > I had selected an SDK where I manually removed the flatspark.swc :-) > > So, in your case, maybe it is actually missing ... can you check in > '[SDK root]/frameworks/libs'? > > E

Re: [4.14] how to use the new FlatSpark theme?

2014-12-15 Thread Alex Harui
On 12/15/14, 3:39 PM, "Mahmoud Ali" wrote: >I just created an account on the wiki page. Username: akamud OK, you should have permissions Sorry for the delay, -Alex

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Dany Dhondt
Eric, flatspark.swc is there but I still get the errors. It has to do with the fonts I think. First, there are a lot of these: exception during transcoding: client And then these: unable to build font 'FontAwesome' same for Lato, LatoBlack etc.. Dany > Op 15-dec.-2014, om 18:08 heeft

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Erik de Bruin
I also managed to get this error when I forgot to put the curly braces inside the property declaration, like so: good: skinClass="{flatspark.skins.ButtonSkin}", but I had: skinClass="flatspark.skins.ButtonSkin" HTH, EdB On Tue, Dec 16, 2014 at 9:26 AM, Dany Dhondt wrote: > Eric, > > flatspar

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread piotrz
Erik, Actually this skinClass="flatspark.skins.ButtonSkin" also should work :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/4-14-how-to-use-the-new-FlatSpark-theme-tp43479p43552.html Sent from the

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Erik de Bruin
In which case, we've found an issue... EdB On Tue, Dec 16, 2014 at 9:58 AM, piotrz wrote: > Erik, > > Actually this skinClass="flatspark.skins.ButtonSkin" also should work :) > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://a

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Mahmoud Ali
> > > Actually this skinClass="flatspark.skins.ButtonSkin" also should work :) > > It should work, last time I checked I used the flatspark.swc from libs folder directly into FlatSpark's demo and I had no problem. I'll take a look a this and write the wiki page. > OK, you should have permissions

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Dany Dhondt
Tried all this, nothing works: @namespace s "library://ns.adobe.com/flex/spark"; s|Button { skinClass: ClassReference("flatspark.skins.ButtonSkin"); } Sure the fonts are in the swc? Can I download them manually to test further? Dany

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Erik de Bruin
Can you try the same, but add "xmlns:flatspark="flatspark.components.*" to the Application tag? EdB On Tue, Dec 16, 2014 at 4:25 PM, Dany Dhondt wrote: > Tried all this, nothing works: > > > > > > > > @namespace s "library://ns.adobe.com/flex/spark"; > > s|Button { >

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Erik de Bruin
Never mind, I used that for ButtonIcon. I'm not having the best of luck helping out with this theme ;-) I'll let Mahmoud do the talking from now on. EdB On Tue, Dec 16, 2014 at 4:29 PM, Erik de Bruin wrote: > Can you try the same, but add > "xmlns:flatspark="flatspark.components.*" to the App

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Alex Harui
On 12/16/14, 7:29 AM, "Erik de Bruin" wrote: >Can you try the same, but add >"xmlns:flatspark="flatspark.components.*" to the Application tag? Actually, the issue may be the need to “import flatspark.skins.ButtonSkin;”. I verified that the fonts are in the SWC from my last install of the RC.

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Dany Dhondt
http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:flatspark="flatspark.components.*" minWidth="955" minHeight="60

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Erik de Bruin
I just used the installer to download the (Show Dev Builds) 4.14.0 RC and created the following app using it: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"> Which showed me a pe

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Mahmoud Ali
Sorry for the delay to answer this. I downloaded the 4.14 SDK this morning and I had the same problem Dany is having. All the FlatSpark sources are there, but the .swc is not getting generated in the libs folder. I downloaded the SDK via the installer. I'll try to download it again, as Erik instr

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Mahmoud Ali
I downloaded the SDK again, FlatSpark is now included in libs folder, but I'm getting the error "Unable to build font" for all the fonts FlatSpark uses. I did a quick test using the flatspark.swc directly from my local Flex SDK build (built on release4.14.0 branch) and everything worked fine. All

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Mahmoud Ali
> > All the fonts are added via css, they are declared the same way the > Android mobile theme declares them: > src:url("flatspark/assets/fonts/lato/Lato_Regular.otf"); > I forgot to mention, I'm also adding them to the compile-config.xml: flatspark/assets/fonts/awesome/FontAwesome.otf s

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread OmPrakash Muppirala
On Tue, Dec 16, 2014 at 3:17 PM, Mahmoud Ali wrote: > > I downloaded the SDK again, FlatSpark is now included in libs folder, but > I'm getting the error "Unable to build font" for all the fonts FlatSpark > uses. > > I did a quick test using the flatspark.swc directly from my local Flex SDK > buil

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Mahmoud Ali
Thanks, Om. I just did another test: copied the flatspark.swc from the downloaded Flex SDK 4.14.0 into my "libs" project folder and again it worked. So it looks like it just won't work when referencing the skin from the SDK itself...

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread OmPrakash Muppirala
These are my tests: *1.) Specifying skinClass inline:* Looks like the wiki page has an error https://github.com/akamud/FlatSpark/wiki/How-to-use-FlatSpark-in-your-project flatSpark.skins.RadioButtonSkin must actually be (no camel case in flatspark): flatspark.skins.RadioButtonSkin I was able to

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Mahmoud Ali
> > *1.) Specifying skinClass inline:* > > Looks like the wiki page has an error > > https://github.com/akamud/FlatSpark/wiki/How-to-use-FlatSpark-in-your-project The wiki was outdated, I changed the namespaces to lowercase just to follow the convention in the sdk projects. I was planning to upda

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Subscriptions
the release notes state that FlatSpark is a new theme so that description should be updated (replace 'theme' with 'skins'?) Lee Burrows ActionScripter On 17/12/2014 01:18, Mahmoud Ali wrote: FlatSpark still doesn't work as a "theme". This was not intended before the donation mainly because it

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Mahmoud Ali
> > the release notes state that FlatSpark is a new theme so that description > should be updated (replace 'theme' with 'skins'?) I think that would be more appropriate for now.

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Alex Harui
On 12/16/14, 5:18 PM, "Mahmoud Ali" wrote: >> >> { >> skinClass: ClassReference("flatspark.skins.ButtonSkin"); >> } >> >> I see the new flatspark skins fine this way. > > >That's weird. This just works in my machine if I import the swc to my >project. If I use it directly from the SDK I get the

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread Erik de Bruin
> I don't know if this relates to the problem, but I'm trying this on > Windows. Erik and Dany, which OS are you using? I'm on a Mac. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [4.14] how to use the new FlatSpark theme?

2014-12-16 Thread OmPrakash Muppirala
On Dec 16, 2014 10:24 PM, "Alex Harui" wrote: > > > > On 12/16/14, 5:18 PM, "Mahmoud Ali" wrote: > > >> > >> { > >> skinClass: ClassReference("flatspark.skins.ButtonSkin"); > >> } > >> > >> I see the new flatspark skins fine this way. > > > > > >That's weird. This just works in my machine if I im

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Mahmoud Ali
> > I believe he might have an environment issue, since I don't have that issue > with a fresh install of 4.14. > Yeah, probably. The weirdest part, for me, is that it will work if I import the swc. I checked all the fonts comparing with the mobile theme and the actual path, and everything looks c

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread okrue...@edscha.com
Perhaps this is helpful: I've installed 4.14. RC yesterday and to make flatspark working I have to remove the camel case in 'flatSpark' and import the flatspark.swc manually to the lib folder. Environment is Windows 7 64bit, FlashBuilder 4.5 -- View this message in context: http://apache-flex

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Erik de Bruin
Where is the camel case? In a config file, or do you mean in the filename itself? EdB On Wed, Dec 17, 2014 at 11:02 AM, okrue...@edscha.com wrote: > Perhaps this is helpful: > I've installed 4.14. RC yesterday and to make flatspark working I have to > remove the camel case in 'flatSpark' and i

AW: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Krüger , Olaf
>Where is the camel case? In a config file, or do you mean in the filename >itself? I've copy and paste some code from the "WebAppTest.mxml" inside the "flatspark git repository": https://github.com/akamud/FlatSpark/blob/master/samples/WebAppTest/src/WebAppTest.mxml So this is no real issue...

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Dany Dhondt
Hi all, Eric, I did what you asked and re-installed the sdk using the installer. Now it works as a charm!! What I noticed was that the installer itself is extremely slow in finding the config xml. It took 2 restarts of the installer and then about 15 secs to load. Don't know if this means any

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Erik de Bruin
Thanks for testing, Dany! I really helps us feel more confident about an upcoming release if others have positive experiences with the pre-release nightlies. I hope you will help out again testing the official release packages once we start the vote. EdB On Wed, Dec 17, 2014 at 1:12 PM, Dany

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Mahmoud Ali
> > I've copy and paste some code from the "WebAppTest.mxml" inside the > "flatspark git repository": > > https://github.com/akamud/FlatSpark/blob/master/samples/WebAppTest/src/WebAppTest.mxml The examples are outdated, I'll update it once we release the 4.14 SDK. They only work with the old vers

AW: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Krüger , Olaf
>I will take at look at this tonight, are you using the same example in the >GitHub page, just changing the chrome color? No, I just create a new project with only one button inside: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark"

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Erik de Bruin
> If I'll find other issues regarding 'flatspark', is it the right way to > create a new topic here at the 'dev-list'? The best way to make sure no issues are lost in the noise on this list, is to file a JIRA ticket. This is where that happens: https://issues.apache.org/jira/browse/FLEX That wa

AW: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Krüger , Olaf
>The best way to make sure no issues are lost in the noise on this list, is to >file a JIRA ticket. Sorry for making some more noise but I've one more question;-) Is JIRA for issues (bugs) only or could I use a JIRA ticket for improvement suggestions also? Olaf [Merry Christmas - Frohe Weihnacht

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Erik de Bruin
> Sorry for making some more noise but I've one more question;-) No need to apologize for wanting to learn something! We love to see new people get involved in the project and never consider them noisy :-) > Is JIRA for issues (bugs) only or could I use a JIRA ticket for improvement > suggestion

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Mahmoud Ali
> > Anyway: all works fine now and apart from the flatspark theme, I haven't > had any issues in upgrading to the new sdk. All I had to do is modify the > html template file because our projects need a bit of custom code in those. > Thank you for helping Dany. I'm just wondering if there was any c

Re: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread Erik de Bruin
> Erik, do you think I should fix this before 4.14 gets released or do you > think this can impact on the release schedule? I'm not really sure how this > goes. Sure, it is an issue with a new feature. Please commit to 'release4.14', it will be merged into develop after we've released. EdB --

Re: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Mahmoud Ali
> > Sure, it is an issue with a new feature. Please commit to > 'release4.14', it will be merged into develop after we've released. Okay :)

AW: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Krüger , Olaf
> I've just found that using flatspark and setting the applications chrome > color results in an error: > ... >I will take at look at this tonight, are you using the same example in the >GitHub page, just changing the chrome color? Thank you! To make sure we do not forget this I've created an J

Re: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Mahmoud Ali
Thank you Olaf. I assigned the issue to me.

Re: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Mahmoud Ali
Olaf, thank you for your help on fixing FLEX-34692. I replicated them to ButtonIconSkin too. I just committed changes that fix pretty much everything you reported so far. Thank you so much for testing! Erik, I committed them to 'release4.14' branch as you instructed.

Re: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Erik de Bruin
> Erik, I committed them to 'release4.14' branch as you instructed. Mahmoud, thanks for your contribution. For future reference: it is easier if you do more granular (smaller) commits, e.g. one for each fix and feature. That way, if something is wrong with one of them, you don't lose the rest whe

AW: [4.14] how to use the new FlatSpark theme?

2014-12-19 Thread Krüger , Olaf
>Olaf, thank you for your help on fixing FLEX-34692. I replicated them to >ButtonIconSkin too. >I just committed changes that fix pretty much everything you reported so far. >Thank you so much for testing! Confirmed! My tests are ok! I've seen that you've already implemented and committed 'iconF

Re: [4.14] how to use the new FlatSpark theme?

2014-12-22 Thread Mahmoud Ali
I finally wrote the wiki page [1]. I'll be adding more details to it, such as the "fixedFontSize" property and other important notes. [1] https://cwiki.apache.org/confluence/display/FLEX/Using+FlatSpark+skins

Re: [4.14] how to use the new FlatSpark theme?

2014-12-22 Thread piotrz
Awesome Mahmoud! You should put this link into the README for the new SDK release. Thank you! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/4-14-how-to-use-the-new-FlatSpark-theme-tp43479p43853.html

AW: [4.14] how to use the new FlatSpark theme?

2014-12-23 Thread Krüger , Olaf
> I finally wrote the wiki page [1]. Thank you! >I'll be adding more details to it... and other important notes. Don't forget to mention the embedded "Font Awesome". I can imagine that many people will like this ;-) Olaf Edscha Holding GmbH Sitz der Gesellsch

Re: [4.14] how to use the new FlatSpark theme?

2014-12-23 Thread Mahmoud Ali
> > Don't forget to mention the embedded "Font Awesome". I can imagine that > many people will like this ;-) Will do Olaf. > You should put this link into the README for the new SDK release. Done. :)

AW: [4.14] how to use the new FlatSpark theme?

2014-12-23 Thread Krüger , Olaf
> Will do Olaf. Thanks! Only to make sure that you've noticed it: I've created some more JIRA tickets. They all starts with "Flatspark" so there're easy to find ;-) If you need some help let me know. Olaf Edscha Holding GmbH Sitz der Gesellschaft: Remscheid Re

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-05 Thread rodneyh
Not sure if this has been reported, but I believe there may be a bug in the flatspark.skins.ButtonIconSkin.mxml as of Flex SDK 4.14 nightly build #61... The default state of the buttonIcon is up(stateUp). The fill_over, fill_down, and fill_disabled rects are included in the corresponding states onl

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-06 Thread Mahmoud Ali
> > Not sure if this has been reported, but I believe there may be a bug in the > flatspark.skins.ButtonIconSkin.mxml as of Flex SDK 4.14 nightly build > #61... > I'll take a look at this tonight.

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-06 Thread Mahmoud Ali
> Not sure if this has been reported, but I believe there may be a bug in the > flatspark.skins.ButtonIconSkin.mxml as of Flex SDK 4.14 nightly build #61... Thank you for reporting this rodnyeh. It was indeed a bug, I just committed some changes that should fix this for Button and ButtonIcon. @Fl

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-06 Thread Mahmoud Ali
I think the release branch is closed for regular fixes, so I think I should commit to the develop branch. Can someone confirm this?

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-06 Thread Alex Harui
It is up to Erik. He’s sleeping right now, I think. On 1/6/15, 4:33 PM, "Mahmoud Ali" wrote: >I think the release branch is closed for regular fixes, so I think I >should >commit to the develop branch. > >Can someone confirm this?

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-06 Thread piotrz
Hi Mahmoud, I think you should commit this fix into develop branch and Erik will "cherry pick up it" if he decide that is valuable for current release. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.co

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Mahmoud Ali
> > Hi Mahmoud, > > I think you should commit this fix into develop branch and Erik will > "cherry > pick up it" if he decide that is valuable for current release. :) > Ok, thanks! :)

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Erik de Bruin
I like me some cherries, so I picked yours up for this release ;-) Thanks! EdB On Wed, Jan 7, 2015 at 9:54 AM, Mahmoud Ali wrote: >> >> Hi Mahmoud, >> >> I think you should commit this fix into develop branch and Erik will >> "cherry >> pick up it" if he decide that is valuable for current re

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Erik de Bruin
P.S. I picked up these fixes because FlatSpark is a high profile new feature for this release, and we want to make a good impression. Any other changes to 'develop' will likely not be part of the release (sorry, Mihai). EdB On Wed, Jan 7, 2015 at 11:35 AM, Erik de Bruin wrote: > I like me some

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Mahmoud Ali
> > I like me some cherries, so I picked yours up for this release ;-) > Awesome, Erik! Thanks! :)

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-08 Thread Mihai Chira
No worries, thanks for letting me know. On 7 Jan 2015 11:03, "Erik de Bruin" wrote: > P.S. I picked up these fixes because FlatSpark is a high profile new > feature for this release, and we want to make a good impression. Any > other changes to 'develop' will likely not be part of the release > (

Re: AW: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread okrue...@edscha.com
I've just found that using flatspark and setting the applications chrome color results in and error: Error message for : Error #1069: Property iconDisplay not found on flatspark.skins.ButtonSkin and there is no default value. Error message for : Error #1069: Property dot not found on flatspark.sk

Re: AW: [4.14] how to use the new FlatSpark theme?

2014-12-23 Thread Alex Harui
I just added a “FlatSpark” component to JIRA. Olaf, can you fix up your tickets to use that component? Thanks, -Alex On 12/23/14, 2:41 AM, "Krüger, Olaf" wrote: >> Will do Olaf. >Thanks! >Only to make sure that you've noticed it: >I've created some more JIRA tickets. They all starts with "Flat

Re: AW: [4.14] how to use the new FlatSpark theme?

2014-12-27 Thread okrue...@edscha.com
>I just added a “FlatSpark” component to JIRA. Olaf, can you fix up your tickets to use that component? Done! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/4-14-how-to-use-the-new-FlatSpark-theme-tp43479p43907.html Sent from the Apache Flex Development