QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)
FS#339 - PrintPreview: multi page widget doesn't work anymore
Attached to Project:
QCAD
Opened by Martin (martin) - Friday, 28 October 2011, 10:25 GMT+2
Last edited by Andrew (andrew) - Friday, 28 October 2011, 10:37 GMT+2
Opened by Martin (martin) - Friday, 28 October 2011, 10:25 GMT+2
Last edited by Andrew (andrew) - Friday, 28 October 2011, 10:37 GMT+2
|
Details
|
This task depends upon
page size 0x0
the problem was the missing paths when used from PdfExport, e.g.
var mpw = this.createWidget("MultiplePages.ui");changed to:
var mpw = this.createWidget("scripts/File/PrintPreview/MultiplePages.ui");