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] Tue Jun 24 18:20:12 +0000 
2008 -------
for a generel maturity and in-depth stability I would like to see at least an 
exception here that can be catched.

on the scripting-level it would be great to have a kind of wait-until-finished 
command/flag or a stillPrinting Property or similar to circumvent the bug on 
the scripting side. Maybe like in this pseudo code:

dim args1(1) as new com.sun.star.beans.PropertyValue
args1(0).Name = "Printer"
args1(0).Value = printer
args1(1).Name = "UIWait"
args1(1).Value = true
dispatcher.executeDispatch(document, ".uno:Printer", "", 0, args1())
dispatcher.waitForExecuteDispatchDone(document, ".uno:Printer")

I'm quite new to scripting OOo and I do not know, maybe there is a parameter to 
wait but I had problems to find those dispatching commands well documented even 
tough I'm quite tekky.

---------------------------------------------------------------------
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]

Reply via email to