Reid Ellis wrote:
The detail view will be handled by adding a new printing menu item in the File menu titled "Print Item Details", which will print the information in the detail view. This will be done by rendering it to an HTML view and printing that, which wxPython does quite nicely.
I'm not sure if I've mentioned this to you yet, but keep in mind that wx HTML supports only basic HTML tags and no CSS[1]. However, you can still do quite a bit within that restriction, and it is quite suitable for formatted printing.
[1] There is one exception to this rule. You can use <div style="page-break-before:always"> to insert a page break.
-- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "chandler-dev" mailing list http://lists.osafoundation.org/mailman/listinfo/chandler-dev
