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/?
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
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:
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:
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
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,
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