I am implementing a solution that involves two TextView Panes with a divider / slider between the two panes. The left one being the content of a file that is then decorated. The right is read-only comments / content based on the left pane (also decorated). I have implemented the solution for printing the left pane found in these forums (the longer version with page setup, print preview, print with dialog, and print direct). But, I need to figure out how to print both panes. With line 1 of the left pane, printing beside line 1 of the right pane; so that they match up line-for-line, in one print view. Anyone ever done this, or have any ideas how to best implement this?
↧