Re: FlexJS : Panel Issue

2016-09-08 Thread Alex Harui
On 9/8/16, 11:45 AM, "PKumar" wrote: >One more thing i want to ask, how can i apply linear gradient on Panel >Titlebar? Looks like there is a LinearGradient in the Graphics swc. A custom TitleBarView could display such a gradient. HTH, -Alex

Re: FlexJS : Panel Issue

2016-09-08 Thread PKumar
Alex, I managed to fix it using ScrollingViewport. I added a vertical scroll bar using ScrollingViewport bead and it is start working. Now I started creating a Collpase able Panel where I will a button over Panel Title bar to collapse/expand Panel. One more thing i want to ask, how can i

Re: Consolidate items from ArrayCollection

2016-09-08 Thread Nemi
Faster way would be to use ArrayCollection.source Array to loop through and manipulate data. Then when you got resultArray do: acResult = new ArrayCollection(resultArray); That way you don't need refresh(), if you do, then call it only once at the end. Don't call it from loop. To make it more

AW: FlexMojos Repository Connectivity Issue

2016-09-08 Thread Christofer Dutz
The source repo containing the latest version of Flexmojos is this one: https://github.com/chrisdutz/flexmojos Chris Von: ksa...@loftware.com Gesendet: Donnerstag, 8. September 2016 16:52:11 An: users@flex.apache.org Betreff: RE: FlexMojos

RE: FlexMojos Repository Connectivity Issue

2016-09-08 Thread KSands
Found this article an article on StackOverflow which explains my situation, http://stackoverflow.com/questions/26163697/building-maven-flex-project-with-flex-mojo-depending-on-apache-sdk-fail FlexMojos 7.0.1 depended on Flex SDK 4.12, and the change I thought I read about was to no longer have

FlexMojos Repository Connectivity Issue

2016-09-08 Thread Keegan Sands
Hi, I am using FlexMojos 7.0.1 to compile my Apache Flex project that uses Apache Flex version 4.13.0. Everything has been working fine for the last year and a half, but now I am running into a connection issue when building as it tries to download some Flex artifacts from the Sonatype

FlexMojos Repository Connectivity

2016-09-08 Thread KSands
Hi, I am using FlexMojos 7.0.1 to compile my Apache Flex project that uses Apache Flex version 4.13.0. Everything has been working fine for the last year and a half, but now I am running into a connection issue when building as it tries to download some Flex artifacts from the Sonatype

Re: Reports

2016-09-08 Thread modjklist
I use iText on my application (java) server. Works beautifully. - Original Message - From: "OK" To: users@flex.apache.org Sent: Wednesday, September 7, 2016 2:15:10 PM Subject: Re: Reports You could go with one of these PHP libs: https://tcpdf.org/

Apache Flex and iOS 10

2016-09-08 Thread pcestrada
Has anyone tried running the latest Apache Flex 4.15 SDK with iOS10? I have a stable workflow for Apache Flex mobile and iOS 9 and haven't downloaded any of the iOS 10 betas. Just wondering if anyone else has tried it and hit any snags. -Pedro -- View this message in context:

RE: form layout

2016-09-08 Thread Kessler CTR Mark J
As a side option you could just throw out the form and use regular layout. -Mark -Original Message- From: scott matheson [mailto:sc...@matheson.it] Sent: Wednesday, September 07, 2016 4:34 PM To: Subject: [Non-DoD Source] form layout