Re: Print with alivePDF

2014-01-16 Thread Peter Ent
This email thread is primarily for Apache Flex questions and many folks here use all kinds of 3rd party software with Flex, so maybe you'll get a more specific answer. I've never used alivePDF, but I did find a forum and maybe someone there can answer your question: http://alivepdf.bytearray.org/?

Print with alivePDF

2014-01-16 Thread jfb
Hi All, I have a form template in PDF format. I can read the form with alivePDF but I want to fill the form with my data, show a preview PDF but I want to print only the data because I already have the form already (invoice). Can I do this in alivePDF? Any other ideas? Thanks -- View this messa

Re: Screen shown hidden event

2014-01-16 Thread mark goldin
How would I access show event? I am extenidng skinablecontainer to use it as a base class for my screens. I added this to it: addEventListener(FlexEvent.SHOW, onFocusIn); But dont see onFocusIn being called. On Thu, Jan 16, 2014 at 12:43 AM, Jagan Langa Sami Durai < jaga...@sybrant.com> wrote:

Re: Flash Resource for Flex Code

2014-01-16 Thread Alex Harui
I think I understand. The only reason I'm suggesting viewstack or horizontal list is because then you could create your movie.swf/swcs with Flex instead of Flash Pro which might make it easier to automatically generate. -Alex On 1/16/14 1:13 AM, "Tintin" <1955.mille.mig...@googlemail.com> wrote:

RE: Number Formatter Query

2014-01-16 Thread Virat Patil
Sorry . kindly ignore previous test code. Test Code var value:String="14999188.00"; var formatter:NumberFormatter=new NumberFormatter(); value =formatter.format(value); trace(value); After trace the value i get is this "15,000,000,000,000,000,000" -Original Message- From: Vir

Number Formatter Query

2014-01-16 Thread Virat Patil
Hello I am trying to format value using number formatter. This is my test Code var value:int="14999188.00"; var formatter:NumberFormatter=new NumberFormatter(); value =formatter.format(value); trace(value); After trace the value i get is this "15,000,

Re: Flash Resource for Flex Code

2014-01-16 Thread Tintin
Morning Alex An interesting suggestion you propose. I will look into the use of viewstacks. My movie.swf/.swc will simply contain the 25 sequential images within a movieClip in the library. No code, nothing else. It is only to act as a container for the images so that I can have many different mo