Sort mode has been changed.
• how to print on the mac?
Antworten:
4
Ansichten:
83
Eine Ebene höher
• how to print on the mac?
Eingeschickt von
jstaerk
at
2010-01-17 11:13:28
Hi,
Gerd reported that when attempting to print, NOA respectively OpenOffice.org seems to hang. I know wou don't have a Mac, Markus, is there a trick and did anybody else ever succeeded printing with NOA on a MAC? kind regards, Jochen |
• Re: how to print on the mac?
Eingeschickt von
jstaerk
at
2010-01-20 21:13:26
Answer by Gerd: potentially related to bug http://qa.openoffice.org/issues/show_bug.cgi?id=102066
|
• Re: how to print on the mac?
Eingeschickt von
gerdb
at
2010-04-08 21:34:23
If I use ITextDocument.print(); OpenOffice hangs. I think, it's during creating the printer dialog.
But if I click the PRINT button in the Open Office toolbar, I can print a document. So maybe this could be a workaround: Creating a script in the Open Office document, which prints the current document. Is it possible with NOA to create and run scripts in a document ? |
• Re: how to print on the mac?
Eingeschickt von
Markus Krueger
at
2010-04-12 08:56:20
Hi,
both of you might try this one: doc.getFrame().getDispatch(GlobalCommands.PRINT_DOCUMENT_DIRECT).dispatch(); Regards, Markus |
• Re: how to print on the mac?
Eingeschickt von
gerdb
at
2010-05-08 08:51:05
42 !
it works !! -gerdb- |


