Committing to the dev branch without testing

2016-08-25 Thread OK
Hi, I'd like to update the Font Awesome icon lib next days to the latest release 4.6. [1] Since becoming a commiter I'd probably able to commit the changes by myself but this would be my first commit. Cause until now I'm not able to build the SDK by myself I'd like to ask if there're any concerns

[FlexJS] Integrate FontAwesome with FlexJS

2016-08-25 Thread OK
Hi, I wonder if it make sense to integrate the Font Awesome icon lib with FlexJS. I'm using the lib a lot with the standard SDK and it would be nice to be able to use it with FlexJS. (A modern flat icon set could bring us a step further to a material design inspired component set). Are there any c

AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-25 Thread Christofer Dutz
Hi Olaf, Unfortunately FlexJS currently doesn't do well with Fonts ... yet ... that's one of the things we have on our list. Currently we are using parts of the Fontkit libs as well as the SWFUtils from the old Flex SDK. Chris Von: OK Gesendet: Donnerstag, 2

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-25 Thread dhwanishah85
Hi Alex, I have got latest Nightly build of FlexJS and gone through the DataGridButtonBar and its usage in default.css. I have followed this as reference and created TabBar.as in the SDK also added its entry in default.css as well HTMLClasses.as. For Now I have kept ButtonBarButtonItemRenderer as

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-25 Thread Alex Harui
Hi Dhwani, ViewBase was renamed to be View in 0.7.0. All of the examples should have been updated to reflect that. HTH, -Alex On 8/25/16, 4:35 PM, "dhwanishah85" wrote: >Hi Alex, > >I have got latest Nightly build of FlexJS and gone through the >DataGridButtonBar and its usage in default.css.

Re: Committing to the dev branch without testing

2016-08-25 Thread Alex Harui
On 8/25/16, 11:17 AM, "OK" wrote: >Hi, >I'd like to update the Font Awesome icon lib next days to the latest >release >4.6. [1] >Since becoming a commiter I'd probably able to commit the changes by >myself >but this would be my first commit. > >Cause until now I'm not able to build the SDK by m

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-25 Thread Alex Harui
On 8/25/16, 1:09 PM, "Christofer Dutz" wrote: >Hi Olaf, > > >Unfortunately FlexJS currently doesn't do well with Fonts ... yet ... >that's one of the things we have on our list. Currently we are using >parts of the Fontkit libs as well as the SWFUtils from the old Flex SDK. I wouldn't be quite

AW: Committing to the dev branch without testing

2016-08-25 Thread Krüger , Olaf
Hi Alex, > I would much prefer that we figure out why you can't build the SDK and update > the wiki and other docs. Honestly the only reason is that I'm 'afraid' of the effort that's needed to build the SDK by myself. But you're right and I have to grapple with this stuff... will do it! Thanks,

Re: AW: Committing to the dev branch without testing

2016-08-25 Thread Alex Harui
On 8/25/16, 10:19 PM, "Krüger, Olaf" wrote: >Hi Alex, >> I would much prefer that we figure out why you can't build the SDK and >>update the wiki and other docs. >Honestly the only reason is that I'm 'afraid' of the effort that's needed >to build the SDK by myself. >But you're right and I have

Re: AW: Committing to the dev branch without testing

2016-08-25 Thread OK
Wow, thanks for help Alex. It encourages me to start with this stuff over the weekend. Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Committing-to-the-dev-branch-without-testing-tp54606p54615.html Sent from the Apache Flex Development mailing list a

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-25 Thread OK
>so FlexJS can load a font via @fontface Until now I've just used fonts without thinking about where it comes from ;-) So while trying to understand how it works I found this from an previous post [1]: "What we do support in FlexJS is CSS @font-face for external font files. In the SWF version tha

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-25 Thread Alex Harui
On 8/25/16, 11:27 PM, "OK" wrote: >>so FlexJS can load a font via @fontface > >Until now I've just used fonts without thinking about where it comes from >;-) >So while trying to understand how it works I found this from an previous >post [1]: > >"What we do support in FlexJS is CSS >@font-face