To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84256
                 Issue #|84256
                 Summary|Script debugger crash
               Component|Word processor
                 Version|OOo 2.3.0 RC1
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|programming
             Assigned to|mru
             Reported by|colinah





------- Additional comments from [EMAIL PROTECTED] Wed Dec  5 11:06:16 +0000 
2007 -------
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.

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