[api-dev] XModel - creating standalone

2006-07-21 Thread malte
Hello Is it possible to create an XModel standalone, i.e. not part of any frame. For example by Desktop.loadComponentfromURL(_blank, Hidden ... and then keeping a handle to XModel. This works fine. I then load it into a visible frame by adding a Model property to the arguments for the

Re: [api-dev] Regarding XJobExecutor.

2006-07-21 Thread bharathy b
Hi Andreas i tried the method you suggested , again. It worked. Thank you. public void trigger(String sEvent) { String buttonName; buttonName=sEvent; if(buttonName.equals(button1)) yahoocom(); else if(buttonName.equals(button2)) googlecom(); } and in Addons.xcu node

Re: [api-dev] XModel - creating standalone

2006-07-21 Thread Mathias Bauer
[EMAIL PROTECTED] wrote: Hello Is it possible to create an XModel standalone, i.e. not part of any frame. Yes. Create the model as a service and either initialize or load it. In Basic code: model = createUNOService(com.sun.star.text.TextDocument) model.initNew() will create a new empty

[api-dev] OOeBean error in a swt / standalone application

2006-07-21 Thread info
Dear community, mailing-list, and sun/openoffice developer, please help meee..! I have a big problem (see the end of this posting), when i make a .jar (standalone application) out from eclipse i become the error. In eclipse my aplication was work. When i start the application with