[api-dev] Re: Problem with Netbeans plugin 2.0 with OOo 3.0

2009-01-08 Thread ashok _
Okay... solved ... The problem was because I changed the 'Main Class' for the project from com.sun.star.lib.loader.Loader to my own Main class which was the cause of the problem. I reverted the 'Main Class' for the project back to the UNO loader class and customized the application's main class

[api-dev] open office software

2009-01-08 Thread shaku sanju
Dear Dev, kindly help me in installing the open office software, many a time i downloaded form the net and try to install but it is not happening. Waiting for you reply. Thanks, shakunthala

Re: [api-dev] open office software

2009-01-08 Thread Tobias Krais
Hi shakunthala, kindly help me in installing the open office software, many a time i downloaded form the net and try to install but it is not happening. Waiting for you reply. this is the wrong list for this question. Please refer to a openoffice.org-users list. Greetings, Tobias

[api-dev] Usability of presentation.XSlideShowController

2009-01-08 Thread Bernard Marcelly
Hello, com.sun.star.presentation.XSlideShowController is still in unpublished state in the latest SDK. This interface has interesting features, many working but some do not work in DEV300m37. Is it useful to create issues ? Changing the value of attribute MouseVisible does not change the

Re: [api-dev] Using XDatabaseDocumentUI.loadComponent with BASIC

2009-01-08 Thread Fernand Vanrie
Hallo Frank It gives a better, well-defined state. For instance, when you open a form using the XDatabaseDocumentUI, then it will be tracked by the application main window, and closed automatically when the DB doc is closed. When going via loadComponentFromURL at the forms collection, then this

Re: [api-dev] Using XDatabaseDocumentUI.loadComponent with BASIC

2009-01-08 Thread Frank Schönheit - Sun Microsystems Germany
Hi Fernand, BTW: do you see a way to do the inverse: closing the DB doc when last subcomponent is closed ? There's no built-in mechanism for doing this (we recently discussed this over there in us...@dba, IIRC). And for doing it via API, a mechanism to be notified of opened/closed sub

Re: [api-dev] Using XDatabaseDocumentUI.loadComponent with BASIC

2009-01-08 Thread Fernand Vanrie
Frank, Is it also a reasonable RTF to asks that every SubComponent tables, Querys etc been protected by a password or a other protection sheme (from out the API) Greetz Fernand So: No, I don't think that's possible ATM. Wanna submit an RFE for a notification API? Ciao Frank

[api-dev] XComponentLoader.ComponentFromURL throws IllegalArgumentException: URL seems to be an unsupported one.

2009-01-08 Thread Albert Law
Hi, Me, again. :) I'm having problems with XComponentLoader.ComponentFromURL where it is loading from an XinputStream. I'm a bit paranoid and don't want this to be a reoccurance of bug 75191 ( http://www.openoffice.org/issues/show_bug.cgi?id=75191 ). Can anyone see what I could have

Re: [api-dev] Using XDatabaseDocumentUI.loadComponent with BASIC

2009-01-08 Thread Marc Santhoff
Am Donnerstag, den 08.01.2009, 16:18 +0100 schrieb Fernand Vanrie: Frank, Is it also a reasonable RTF to asks that every SubComponent tables, Querys etc been protected by a password or a other protection sheme (from out the API) I think you can achieve user rights discrimination by doing

Re: [api-dev] XComponentLoader.ComponentFromURL throws IllegalArgumentException: URL seems to be an unsupported one.

2009-01-08 Thread Steff Grund
Hi Albert, your code works fine for me. Of course, I used only a simple odt document. Perhaps the filter for loading the docx document cannot be determined. You can add this to the properties for loadComponentFromUrl, the name of the property is FilterName, the value the name of the filter