Re: [Flashcoders] currency issue

2011-03-02 Thread Karl DeSaulniers
Hi Cor, PHP may be your friend here. Best, Karl On Mar 2, 2011, at 5:55 AM, Cor wrote: Hi Willem, Dank je wel! I figured it out already, but still interested in your class, if only it were for learning from it. I am now trying to create output from my data to a printer in a Excel kind o

RE: [Flashcoders] currency issue

2011-03-02 Thread Cor
Hi Willem, Dank je wel! I figured it out already, but still interested in your class, if only it were for learning from it. I am now trying to create output from my data to a printer in a Excel kind of layout. I didn't find a good way to do this in Flash, so I am at the point of outputting it to a

Re: [Flashcoders] currency issue

2011-03-02 Thread Geografiek
Hi Cor, I would say: 1) convert all the floating points in the currency values to points (I have a class that can do that if you need) 2) iterate through all the arrays, convert the items to number and if that value !NaN, push the currency values to a new array 3) sort the resulting array numeric

[Flashcoders] AlivePDF + high resolution

2011-03-02 Thread Geografiek
Hi list, I use AlivePDF to create PDF files from a display container. All works well, except that the image in the pdf (created from vectors in the display container) is only 72dpi. I searched the web and found that the way to go is to create a high resolution (300dpi) image from the display cont