Re: Fwd: Re: Ask for help, Young developer request

2015-02-26 Thread Bartłomiej Mikos PrimeSoft Polska
I tried any value to not invoke warn window, it not helps. Maybe it is my foult wchile loading service manager?. It is like this: xLocalContext = BootstrapSocketConnector .bootstrap(C:\\Program Files (x86)\\LibreOffice 4\\program\\soffice.exe);

Re: Fwd: Re: Ask for help, Young developer request

2015-02-25 Thread Michael Stahl
On 25.02.2015 09:46, Bartłomiej Mikos PrimeSoft Polska wrote: Good morning, I solved the problem. I thougth than UpdateDocMode.NEVER_UPDATE will set up loading without warning. It is not true, the problem solved set libre office by hand in options - set update document from on request to

Fwd: Re: Ask for help, Young developer request

2015-02-25 Thread Bartłomiej Mikos PrimeSoft Polska
przekazanej wiadomości --- Temat: Re: Ask for help, Young developer request Data: Mon, 23 Feb 2015 08:35:30 +0100 Nadawca:Bartłomiej Mikos PrimeSoft Polska bartlomiej.mi...@primesoft.pl Adresat:Andrew Pitonyak and...@pitonyak.org Good Morning, I tried use XModifiable to close

Re: Re: Ask for help, Young developer request

2015-02-24 Thread Bartłomiej Mikos PrimeSoft Polska
Hello again, I am now shure the problem is with update links warning window [yes] [no]. It isnt problem with xslx files, but linked files. When I manualy choose no option it closing it correctly. I have problem to load component without Update links warn window. Is any solution for it? I am

Re: Fwd: Re: Ask for help, Young developer request

2015-02-24 Thread SOS
probably you must use xStorable.store_As_URL hope it help Fernand On 24/02/2015 10:48, Bartłomiej Mikos PrimeSoft Polska wrote: Good Morning, I tried use XModifiable to close xlsx file, my method for making pdf looks like that: public void convertToPdf(String sourcePath, String

Ask for help, Young developer request

2015-02-20 Thread Bartłomiej Mikos PrimeSoft Polska
Good Morning, I have problem with use of java LibreOffice Api 4.3 Is a possible way to close XComponent (xlsx type) in save way?. I have converting to pdf method. I use XStorable.storeToURL() The converting works fine, but when I try to close like this: if (xStorable != null) {

Re: Ask for help, Young developer request

2015-02-20 Thread Andrew Pitonyak
First use XModifiable and if isModified is true call setModified to set to false. See of that helps. On Feb 20, 2015 3:12 AM, =?UTF-8?Q?Bart=C5=82omiej_Mikos_PrimeSoft_Polska?= bartlomiej.mi...@primesoft.pl wrote: Good Morning, I have problem with use of java LibreOffice Api 4.3 Is a