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


User sw changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
                  Priority|P1                        |P3
--------------------------------------------------------------------------------
                Resolution|                          |WORKSFORME
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Apr 13 08:12:43 -0700 
2005 -------
I added 

Sub e_msgbox
 print "Hello"
End Sub

to the standard library of the office and then executed the macro

sub main
iole_oFrame = thiscomponent.getCurrentController().getFrame()
iole_oDispatcher = createUnoService( "com.sun.star.frame.DispatchHelper" )
iole_oDispatcher.executeDispatch ( iole_oFrame,
"macro:///Standard.Module1.e_msgbox", "", 0, dimArray() )
end sub

this resulted in a visible msgbox that showed me the friendly "hello".

Are you sure the standard library of your office contains the procedure you try
to call ?

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