Andreas Saeger wrote:
I can't get any XDispatch in Python except for CloseWin and CloseDoc, so
there is no way to addStatusListener to a frame.
Still not shure if I made some stupid mistake, so I provide
two similar demos in Basic and Python:
The stupid mistake was not to handle inout parameters.
[...]
bOK, parsedURL = srv.parseStrict(url)
if bOK:
oDispatch = oFrame.queryDispatch(parsedURL, "", 0)
[...]
But why did it work with .uno:CloseWin and .uno:CloseDoc?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]