Re: [api-dev] Cannot open Open Office

2008-10-17 Thread Tobias Krais
Hi Max, this is the wrong mailinglist for your question. Please go to a users maillingliste in your language. Greetings, Tobias Max Foster schrieb: After downloading Open Office from Disk, I did not find the necessary logo on my Desktop. Instead I found a logo labelleg Upen... 2.4(e..

[api-dev] Suggest filename before saving document

2008-10-17 Thread Jedlička Ivan [P4]
Is there any way how to suggest a filename using API for saving document created from a template? Such document has the filename field in the SaveAs dialog blank. I have tried set the filename using XModel.attachResource(URL, props), but without any effect. The method XModel.getURL() returns

Re: [api-dev] Suggest filename before saving document

2008-10-17 Thread Cor Nouws
Hi Ivan, Jedlička Ivan [P4] wrote (17-10-2008 10:18) Is there any way how to suggest a filename using API for saving document created from a template? Such document has the filename field in the SaveAs dialog blank. I have tried set the filename using XModel.attachResource(URL, props), but

[api-dev] Too many browsers are opened when mouse pressed

2008-10-17 Thread wheelsdong
I am working on a OpenOffice Add-on to open a browser when mouse is clicked and Alt key is pressed at the same time, as follows. public boolean mousePressed(MouseEvent mouseEvent) { if ((mouseEvent.Buttons == MouseButton.LEFT) (mouseEvent.ClickCount == 1) (mouseEvent.Modifiers

[api-dev] How to open a browser with fixed size?

2008-10-17 Thread wheelsdong
I am working on a OpenOffice Add-on to open a browser when mouse is clicked and Alt key is pressed at the same time. public boolean mousePressed(MouseEvent mouseEvent) { if ((mouseEvent.Buttons == MouseButton.LEFT) (mouseEvent.ClickCount == 1) (mouseEvent.Modifiers ==