To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95709
                 Issue #|95709
                 Summary|XPrintJobListener, printJobEvent(oEvent) state Problem
               Component|Word processor
                 Version|OOO300m9
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|programming
             Assigned to|mru
             Reported by|head42





------- Additional comments from [EMAIL PROTECTED] Fri Oct 31 15:28:07 +0000 
2008 -------
BASIC:

sub register_PrintJobListener
        oPrintJobListener = 
CreateUnoListener("MyApp_", "com.sun.star.view.XPrintJobListener")
        thisComponent.addPrintJobListener(oPrintJobListener)
end sub

sub MyApp_printJobEvent(oEvent)
        msgbox oEvent.state
end sub



gives random numbers like 1938330608, or -1100516368 which changes after 
restart of OO. 

tested only in Writer, did work in 2.3/4.x

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