[sw-issues] [Issue 69604] Macro crashes OOo 10% of t ime

2008-05-30 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69604


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri May 30 10:40:36 + 
2008 ---
close

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



[sw-issues] [Issue 69604] Macro crashes OOo 10% of t ime

2007-07-26 Thread millerp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69604


User millerp changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Jul 27 03:02:27 + 
2007 ---
I've just tried macro on winxp, OOo2.2.1 and cannot reproduce crash (ran it
quite a few times). Will close issue - user can reopen if required.

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



[sw-issues] [Issue 69604] Macro crashes OOo 10% of t ime

2006-11-30 Thread alandavidson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69604





--- Additional comments from [EMAIL PROTECTED] Thu Nov 30 02:36:40 -0800 
2006 ---
Due to frequent crashes, I no longer use this macro. I use the style list 
instead.

As I mentioned, it only crashes 10% of the time, but I can never guarantee to
reproduce the crash on demand.

I'm starting to learn Star Basic, so hopefully I don't need the recorder (and
hence the dispatcher).

I suggest you close this issue.

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



[sw-issues] [Issue 69604] Macro crashes OOo 10% of t ime

2006-11-26 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69604


User kpalagin changed the following:

What|Old value |New value

  CC|'alandavidson'|'alandavidson,kpalagin'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Nov 26 12:16:49 -0800 
2006 ---
alandavidson,
can't reproduce with OO 2.0.4 on Win XP. Please provide sample document, that 
exposes the issue.

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



[sw-issues] [Issue 69604] Macro crashes OOo 10% of t ime

2006-09-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69604


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |jsk





--- Additional comments from [EMAIL PROTECTED] Sun Sep 17 23:56:38 -0700 
2006 ---
Reassigned to JSK.

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



[sw-issues] [Issue 69604] Macro crashes OOo 10% of t ime

2006-09-17 Thread alandavidson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69604
 Issue #|69604
 Summary|Macro crashes OOo 10% of time
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|mru
 Reported by|alandavidson





--- Additional comments from [EMAIL PROTECTED] Sun Sep 17 01:01:25 -0700 
2006 ---
The following simple macro works 90% and crashes 10%. The macro simply applies
the Text body style from style list. If it crashed 100%, the fault is mine.
But if it only crashes 10%, then I think the fault is OOo.

sub TextBody
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService(com.sun.star.frame.DispatchHelper)

rem --
dim args1(1) as new com.sun.star.beans.PropertyValue
args1(0).Name = Template
args1(0).Value = Text body
args1(1).Name = Family
args1(1).Value = 2

dispatcher.executeDispatch(document, .uno:StyleApply, , 0, args1())


end sub

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