To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68585
User pl changed the following:
What |Old value |New value
================================================================================
Assigned to|pl |gh
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Sep 14 05:28:27 -0700
2006 -------
pl->gh: I'm not sure how this is supposed to work. As far as i can see, the
"gMouseClick" statement of the script will be evaluated in
automation/source/server/statemnt.cxx and basically calls the Click method of a
window. However the popup menus are closed in the window frame proc (how system
events get evaluated). The correct method to post mouse events would IMHO be
Application::PostMouseEvent. However that one is asynchronous which might be why
it is not used in automation ? The solution could be a synchronous
"CallMouseEvent" on Application; however my first naive try to simply make
PostMouseEvent synchronous failed miserably.
I don't know who closes the popups in most cases, but it is not the click event
as far as i can see.
Please advise.
---------------------------------------------------------------------
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]