Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-27 Thread Mathias Bauer
Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mathias, What means without success? What exactly did you do and what exactly happened? that means, the preview is not closed, if i open a message box directly after the excecuteDispatch(), it does not matter

Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-24 Thread Mathias Bauer
Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mathias, The name of the property is SynchronMode and of course its value must be set to True in case you want to have synchronous execution. I tried it, without success, it seems, it's not possible to close the

Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-24 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mathias, What means without success? What exactly did you do and what exactly happened? that means, the preview is not closed, if i open a message box directly after the excecuteDispatch(), it does not matter if i use the SynchronMode or not

Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-21 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mathias, The name of the property is SynchronMode and of course its value must be set to True in case you want to have synchronous execution. I tried it, without success, it seems, it's not possible to close the preview from java ... regards

Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-18 Thread Mathias Bauer
Oliver Brinzing wrote: Am 07.08.2006 08:41 schrieb Andreas Schlüns: If you wish to force a synchronous execution of your dispatch you should try the argument Asynchron as [bool] with a valud false. are you sure, this works ? I can see no difference ... the preview is not closed even if I

Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-10 Thread Andreas Schlüns
Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andreas, thanks for the detailed explanation ... I always try to avoid using dispatches ... Next possible solutions: a) close these preview using another API but I can not find an api for closing the calc preview ...

Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-09 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andreas, thanks for the detailed explanation ... I always try to avoid using dispatches ... Next possible solutions: a) close these preview using another API but I can not find an api for closing the calc preview ... Oliver - -- GnuPG key

Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-07 Thread Andreas Schlüns
Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, at the moment I am trying to convert some of my basic macros into a java component :-) but get stuck with the following problem: dispatching .uno:ClosePreview from java seems not to work in all cases, if I open a

Re: [api-dev] how to dispatch .uno:ClosePreview from java ?

2006-08-07 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andreas, Am 07.08.2006 08:41 schrieb Andreas Schlüns: If you wish to force a synchronous execution of your dispatch you should try the argument Asynchron as [bool] with a valud false. are you sure, this works ? I can see no difference ... the