Changes between Version 11 and Version 12 of BOOK_PRINTING_R1
- Timestamp:
- 10/10/09 14:30:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_PRINTING_R1
v11 v12 56 56 57 57 = Implementation = 58 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 58 The task is implemented according to the design, with some differences: 59 * The logic for printing is moved from PrintLogic to SophiePrinterJob. 60 * "Page setup.." item is added. 59 61 62 Known issues: 63 * The print now pops up a native print dialog (according to the JavaDoc), which has "apperance" tab on some platforms (seen in Ubuntu, not persistent in Snow Leopard). Clicking this tab might cause a NullPointerException , which unfortunately cannot be caught (Probably thrown in a separate thread). 64 65 The branch for this task is [http://sophie2.org/trac/browser/branches/private/kyli/print branches/private/kyli/print]. 60 66 = Testing = 61 67 ^(Place the testing results here.)^