Tagged Questions
1
vote
0answers
21 views
Duplex Printing from button inside DialogNotebook on Mac
All,
I have the following code which generates a window containing the variable PrintOut and a Print button. When the print button is pressed the contents of the window are sent to the printer and ...
1
vote
1answer
137 views
How to print a message dialog window
I'm trying to figure out how to print a message dialog without printing the whole notebook.
FrontEndExecute[FrontEndToken["PrintDialog"]] displays the print window ...