Re: FlexPMD Build Error

2016-03-11 Thread suresh babu k s
Hi Clint, Initially tried to built from the following source using Maven https://github.com/apache/flex-utilities/tree/develop/FlexPMD but encountered with errors But when tried with Ant, it worked out even with older versions also Not yet tried by executing command line from builder -- V

Re: Problem Adding Mobile App to iStore

2016-03-11 Thread leokan23
No problem. iOS deploy can be harsh some times. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Problem-Adding-Mobile-App-to-iStore-tp12177p12206.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexPMD Build Error

2016-03-11 Thread Clint M
Suresh... I'm trying to build from source as well. Are you trying to build the source from this source? https://github.com/apache/flex-utilities/tree/develop/FlexPMD On Tue, Mar 8, 2016 at 4:40 AM, suresh babu k s wrote: > FlexPMD is generating errors when it is being build from source,looks l

Re: FlexJS: FileUploader Control

2016-03-11 Thread Alex Harui
On 3/10/16, 10:58 PM, "PKumar" wrote: >It is not working. When i am compiling my library with FalconJX(Compc) >then i >am getting "FileUploader.js" file inside "comp" folder. I am not aware how >can i use this js? There are at least 3 ways to use this comp/FileUploader.js in your test applicat

Re: Problem Adding Mobile App to iStore

2016-03-11 Thread Philip Medlam
Thanks for recommending the website. I thought I had done all this, but "lo and behold" after recreating the certificates etc, all OK. So, again, THX for the website recommendation and of course to Bjeld (the Author of the Website page) Phil. On Fri, Mar 11, 2016 at 12:22 PM, leokan23 wrote:

Re: Do we have the latest Flex PMD? (was Re: FlexPMD Build Error)

2016-03-11 Thread Alex Harui
On 3/11/16, 7:55 AM, "Clint M" wrote: > >I'll see if I can build the FlexPMD donated to Apache today and if so I'll >take my version down. That would be great. Or even doing a file compare to see what is different. Thanks, -Alex

Re: Do we have the latest Flex PMD? (was Re: FlexPMD Build Error)

2016-03-11 Thread Clint M
I'm sure the version that Alex pulled and donated is >= the version that I uploaded. I wasn't aware that FlexPMD had been donated and lives in the flex-utilities repo. On the original thread the person was unable to build from source. The reason that I uploaded it is because it also contained th

Re: Problem Adding Mobile App to iStore

2016-03-11 Thread leokan23
I hope this helps: Certificates, Provisioning Profiles, App Id and Device registrations -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Problem-Adding-Mobile-App-t

RE: Flatspark - Issues with ButtonIcon component on a mobile device

2016-03-11 Thread Sugan Naicker
Hi Olaf, Perfect. Will go with your alternative, appreciate the assistance. Thanks! Rgs, Sugan -Original Message- From: OK [mailto:okrue...@edscha.com] Sent: Friday, March 11, 2016 12:35 PM To: users@flex.apache.org Subject: RE: Flatspark - Issues with ButtonIcon component on a mobile

RE: Flatspark - Issues with ButtonIcon component on a mobile device

2016-03-11 Thread OK
Sugan Naicker wrote > I applied the fontWeight=bold to the font-face and it worked! Great! Only if you overlook my previous post: An alternative is to use a custom skin: @namespace s "library://ns.adobe.com/flex/spark"; @namespace components "flatspark.components.*";

RE: Flatspark - Issues with ButtonIcon component on a mobile device

2016-03-11 Thread Sugan Naicker
Hi, Solution found : Came across an older post from Alex & Andy. >> 1) In mobile apps, Labels use CFF fonts, but everything else doesn't. >> 2) In many themes, Buttons use Bold fonts and Labels don't. >> If you don't have the right font embedded (CFF vs non-CFF, bold vs regular), you won't get t