To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85068
Issue #|85068
Summary|Basic runtime errors brings office to a near freeze
Component|framework
Version|1.0.0
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|scripting
Assigned to|ab
Reported by|jsk
------- Additional comments from [EMAIL PROTECTED] Tue Jan 8 06:28:59 +0000
2008 -------
Reproduction:
Insert this macro into the Basic IDE, it contains a typo at the last statement.
<insert me into IDE>
Sub CreatePrintableEnvelopeDL
dim oDocument as object
dim oPage as object
BasicLibraries.LoadLibrary("Tools")
oDocument = ThisComponent
oPage = oDocument.DrawPages( 0 )
oPage.Width = 1100
oPage.Height = 2200
oPage.BorderTop = 11
oPage.BorderBottom = 22
oPage.BorderLeft = 31
oPage.BoderRight = 31
End Sub
</Insert me into IDE>
Run the macro.
When execution fails at the last statement the office becomes unresponsive for
quite a while probably because it is playing Exception-Tennis.
I have observed that - when the macro is run a couple of times - the office can
stop working entirely, but this is not reliably reproducible.
---------------------------------------------------------------------
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]