To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89072
------- Additional comments from [email protected] Mon May 11 17:04:59 +0000 2009 ------- I've made an interesting observation when I tried to re-queue a rejected printing dispatch and I found out that the second call never arrived in my code. If two printing calls are dispatched the second call will be rejected already by the dispatching implementation. The problem in the macro is that the Printer is set in an own dispatch (instead of passing the printer name to the dispatch call) and for the "uno:Printer" call the "busy" check is not executed. So it seems that the fix we need is to guard a busy printer against that command also and this should work with my fix. Unfortunately this way a queuing is not possible, so the result of my fix will be that the second print job is not done. So using the "Wait" parameter seems to more than a workaround, it's the only way to get both jobs done. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
