| Issue 12: | addPage bug in addCell | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Line 1811: this.addPage( this.CurOrientation ); The first paramater to addPage isn't orientation. The line should read something like this: this.addPage(this.CurFormat ,currentPage.rotation, this.CurOrientation); Note: this.CurFormat is made up, it'll need to be created as well. |
|
,
Oct 22, 2007
hi Marc, fixed ! Thanks ;) |
|
|
|