Bwe
02-09-2009, 02:36 AM
Hey everyone,
Im working on a fairly simple quiz app, but setting it up for printing is giving me a little bit of a headache.
I would like to make printing easy and as non-tedious as possible. So I was hoping for a user to be able (if possible) to go through the entire quiz then print each page at the end, rather than having to print each screen as they go.
Im wondering if im using dynamic data etc, what are some tips to how I would best set this up?
It will have to be across multiple frames inside a movieclip, so will data be preserved to print if a user goes from frame to frame? Or can I add the pages to a new printJob as the user clicks next, next etc. preserving the data?
Im hoping to have it as a little AIR app by the end. I have been reading up on the printJob class and im sure that can do what I need, but i havent worked with dynamic data & printing before, hence the question.
Thanks!
Im working on a fairly simple quiz app, but setting it up for printing is giving me a little bit of a headache.
I would like to make printing easy and as non-tedious as possible. So I was hoping for a user to be able (if possible) to go through the entire quiz then print each page at the end, rather than having to print each screen as they go.
Im wondering if im using dynamic data etc, what are some tips to how I would best set this up?
It will have to be across multiple frames inside a movieclip, so will data be preserved to print if a user goes from frame to frame? Or can I add the pages to a new printJob as the user clicks next, next etc. preserving the data?
Im hoping to have it as a little AIR app by the end. I have been reading up on the printJob class and im sure that can do what I need, but i havent worked with dynamic data & printing before, hence the question.
Thanks!