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
{
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
Gesendet: Mitt
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 from
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
Try it this way:
HTH,
Olaf
--
View this message in context:
http://apache-flex-users.246.
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 list
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
S
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
Hi All,
How can I consolidate or merge the same items from an arrayCollection into
one but summary the fields with numbers?
example:
[Bindable] private var acSample:ArrayCollection = new ArrayCollection([
{Fname: "Kranthi", Lname:"Kata", dob:"21/10/1972",
Amount_1:1,
Am
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 spark.components.ButtonBarButto
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 B
11 matches
Mail list logo