Hi Douglas,

I have a macro that calls a dialog. The dialog calls a 2nd macro. The 2nd macro 
doesn't run unless the macro editor is open. Is this the right place to seek 
guidance on this issue? If not, where should I look?

works for me with OOo 2.0, well I changed your macro slightly, so that
no error will appear from

  oGraph.setposition(oPos)
  ThisComponent.getDrawpage().add(oGraph)
  oGraph.GraphicURL = ...

to

  oGraph.setposition(oPos)
  ThisComponent.Drawpages(0).add(oGraph)
  oGraph.GraphicURL = ...

Hope that helps

Regards

Stephan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to