Re: [dev] Write to stream and openoffice IOException.

2005-07-25 Thread Andreas Schlüns
Hello Dinesh ! Hi, I am using OOoBean storeToStream to store the document to a stream. I am creating 2 Openoffice beans with same Openoffice connection. When I try to toggle between two instances and save the document to stream its throwing IOException. If I work with only one instance it is

Re: [dev] re: protocol handler is not being called

2005-07-25 Thread Andreas Schlüns
Hello James ! I am developing for OO2.0, and my menu items show up, but they are grayed out. I think that is because the protocol handler is not called. I think that your ProtocolHandler cant be created. You should open the basic IDE and try to create your service manually: sub main

Re: [dev] Write to stream and openoffice IOException.

2005-07-25 Thread Dinesh Varadharajan
Hi Andreas, I forgot to say I am loading two different documents. (Both OOoBeans are using same Localofficeconnection). And I am always using calc document. And attached is the exception trace.. com.sun.star.task.ErrorCodeIOException: at

Re: [dev] Write to stream and openoffice IOException.

2005-07-25 Thread Andreas Schlüns
Hello Dinesh ! Hi Andreas, I forgot to say I am loading two different documents. (Both OOoBeans are using same Localofficeconnection). And I am always using calc document. And attached is the exception trace.. This stack shows how the exception is transported via UNO back to your client

[dev] pygtk and embedded OOo demo

2005-07-25 Thread Caolan McNamara
A small basic demo of pygtk combined with pyuno to show how to embed OpenOffice.org inside a gnome pygtk + glade app, similiar to the java OOoBean demo. Maybe useful if you want to embed OOo inside something gnome-ish as e.g. a document viewer, or to experiment with a simplified alternative

Re: [dev] pygtk and embedded OOo demo

2005-07-25 Thread Laurent Godard
Hi Caolan A small basic demo of pygtk combined with pyuno to show how to embed OpenOffice.org inside a gnome pygtk + glade app, similiar to the java OOoBean demo. Maybe useful if you want to embed OOo inside something gnome-ish as e.g. a document viewer, or to experiment with a simplified

Re: [dev] re: problem creating dialog from within protocol handler

2005-07-25 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I finally got the program printing out the exception in my dialog creation: com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method) com.sun.star.bridges.jni_uni.JNI_proxy.invoke(JNI_proxy.java:204) $Proxy6.setPropertyValue(Unknown Source)