Issue 84256 - Script debugger crash
Summary: Script debugger crash
Status: CLOSED DUPLICATE of issue 82142
Alias: None
Product: Writer
Classification: Application
Component: programming (show other issues)
Version: OOo 2.3.0 RC1
Hardware: PC (x86_64) Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 11:06 UTC by colinah
Modified: 2007-12-06 12:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description colinah 2007-12-05 11:06:16 UTC
In attempting to investigate text frame objects I wrote some macro code, the 
relevant part being:

Sub GetSize
dim thisframe as object
oDoc = thisComponent  
oFrames = oDoc.getTextFrames 
thisFrame = oFrames.getByName("Frame1")
msgbox thisFrame.width & " " & thisframe.height
dummy=1
end sub

I attached this routine to a UI button.
Now, in the current (empty) document create a text frame and press the button - 
all should be well.
Then, in the the script debugger set a breakpoint on the dummy=1 line, then 
press button again and stop at break.
Now add a watch to the 'thisFrame' object, and try opening it in the view 
window - hopefully expecting to get a list of current properties. Unfortunately 
the application now always crashes & exits, in my experience.
Comment 1 michael.ruess 2007-12-06 12:29:29 UTC
I cannot reproduce this anymore with OOo 2.3.1. It looks that it has been fixed
by issue 82142.

*** This issue has been marked as a duplicate of 82142 ***
Comment 2 michael.ruess 2007-12-06 12:30:30 UTC
Closing duplicate.