To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36783
User thierrym changed the following:
What |Old value |New value
================================================================================
CC|'laurentgodard,nn' |'laurentgodard,nn,thierrym
| |'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Apr 16 21:19:10 +0000
2007 -------
I think that the status should be changed in REOPENED because I meet the same
problem when I make a Print Preview : the listener is lost. I use a listener to
detect when the mouse button is pressed. This occurs on Windows XP sp2 and OOo
2.2
This is the first part of the listener's code :
Sub RegisterMouseClickHandler
'This macro is launched when the document is opened (event : opening the
document)
oDocView = ThisComponent.currentController
oMouseClickHandler = createUnoListener("MyApp_",
"com.sun.star.awt.XMouseClickHandler")
oDocView.addMouseClickHandler(oMouseClickHandler)
msgbox "addMouseClickHandler(oMouseClickHandler) launched"
End Sub
I send a new attachment with the rest of the macro showing this problem.
---------------------------------------------------------------------
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]