moonSD / flexpaper

Automatically exported from code.google.com/p/flexpaper
0 stars 0 forks source link

Printing large document fails #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to your demo large document at 
http://flexpaper.googlecode.com/svn/trunk/Example/flash/testcase2/FlexPaperViewe
r.html
2. Print the document using Google Chrome or Adobe Air.

What is the expected output? What do you see instead?
I expected the entire document to print in full. Instead the document is cut 
off at page 66 (84 pages are expected). Had to dismiss many "this page has 
become unresponsive" warnings with Chrome. Air does not throw an error message. 
It simply sends the incomplete document to the printer.

What version of the product are you using? On what operating system?
Not sure which version you are using on your demo. I'm on OSX.

Please provide any additional information below.
I was able to print the entire document using Safari, but I had to dismiss the 
following error:
Error: Error #1502: A script has executed for longer than the default timeout 
period of 15 seconds.
    at mx.core::UIComponent/get focusManager()
    at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::getFocusObject()
    at mx.core::UIComponent/drawFocus()
    at mx.core::UIComponent/focusOutHandler()
    at mx.controls::Button/focusOutHandler()
    at flash.printing::PrintJob/_invoke()
    at flash.printing::PrintJob/addPage()
    at com.devaldi.controls.flexpaper::Viewer/printPaper()
    at com.devaldi.controls.flexpaper::FlexPaperViewer_Base/printHandler()

Original issue reported on code.google.com by chrisma...@gmail.com on 12 Jul 2011 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by erik.eng...@devaldi.com on 15 Aug 2011 at 8:45

GoogleCodeExporter commented 9 years ago
Will add a timeout handler and a progress indicator for when documents are 
prepared to avoid this. Fixed for scheduled release of FlexPaper 1.4.7

Original comment by erik.eng...@devaldi.com on 2 Nov 2011 at 2:38

GoogleCodeExporter commented 9 years ago
This was fixed in version 1.5.0 by pre-caching pages to allow larger documents 
to be printed.

Original comment by erik.eng...@devaldi.com on 2 Feb 2012 at 4:00