To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46293


User gh changed the following:

                  What    |Old value                 |New value
================================================================================
          Target milestone|OOo 2.0                   |OOo Later
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Apr  6 07:58:55 -0700 
2005 -------
workaround is to use SynchronMode to execute the slot
fileexit "SynchronMode", true

the problem is that fileexit asynchroniously tries to close the app. The event
that is supposed to do it checks wether the ExecuteLevel is < 2 (if it is called
from the main execute loop). In case of testtool there are some reschedules
after each command so the event is triggered in one of these and thus the
Executelevel is > 1 and the event is silently ignored.

If the testtool ImplRemoteControl::CommandHdl would not reschedule and leave its
testtoolCommandsExecutionLoop this cold be avoided at the cost of slower command
execution (because it would have to wait for invocation by a timer.

Since this is a complete change in timings TBO and I considered this change as
dangeros for SO8


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