Re: Consolidate items from ArrayCollection

2016-09-07 Thread jfb
Thanks for your reply and help. I got it, my only concern is that I have 40K records and i hope this is a fast way. [Bindable] private var acResult:ArrayCollection = new ArrayCollection(); private function groupAndSumArray(ac:ArrayCollection, key:String):void {

AW: Reports

2016-09-07 Thread Christofer Dutz
Hi Scott, I have to admit that I usually do server-side PDFs. For simple PDF cases I even prefer XSL:FO using Apache Velocity + Apache FOP. That's very flexible but also a little hardcore. For real reports I like Birt. Chris Von: Paul Hastings

Re: Consolidate items from ArrayCollection

2016-09-07 Thread OK
This is a collection of different aproaches: http://stackoverflow.com/questions/5997822/flash-as3-how-do-i-remove-duplicates-in-an-array HTH, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Consolidate-items-from-ArrayCollection-tp13509p13515.html Sent

Re: Reports

2016-09-07 Thread Paul Hastings
iText is one of the best PDF libraries around--it drives the PDF bits in adobe's coldfusion. Besides the java version there's a c# one as well. There's also an AS3 port (or partial port) purePDF but I found generating the PDFs server side and returning a URL was faster. On Thu, Sep 8, 2016, 04:18

Re: form layout

2016-09-07 Thread OK
Try it this way: HTH, Olaf -- View this message in context:

Re: Reports

2016-09-07 Thread OK
You could go with one of these PHP libs: https://tcpdf.org/ http://fpdf.de/ https://framework.zend.com/manual/1.10/en/zend.pdf.html HTH, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Reports-tp13511p13512.html Sent from the Apache Flex Users mailing

Reports

2016-09-07 Thread Scott
Hi I have been using a AlivePDF to create a few single page prints out, however AlivePDF is not easy and IMHO not that flexible I need to create a number of reports from MongoDB database, this could be server based or Client side, as the client holds the full data model Any suggestions

form layout

2016-09-07 Thread scott matheson
Hi i am developing a web app,i want the labels for the filed to be on 2 lines ie Password X Reset X with the formitem i can get the fields close together,. but how do i get the labels onto 2 lines this code work, however the text is on 1 line

Re: iOS7 skins

2016-09-07 Thread OK
Seems to me that ButtonBarSkin [2] has these [1] direct dependencies. Maybe you could browse through the repo and put it together to make the ButtonBarSkin work. HTH, Olaf [1] ButtonBarSkin source package spark.skins.ios7 { import spark.components.ButtonBar; import

iOS7 skins

2016-09-07 Thread Lydecker
Hi, I have a large project which was written using Flex 4.7. I would like to use the iOS7 Button Bar skin which is included with Flex 4.15 (but am not in a position compile the project with 4.15). Which files do I need to grab from 4.15 SDK and add to my 4.7 project JUST to use the iOS7 Button