[dev] Toolbar Combo box Addition

2008-03-04 Thread Dinesh Chothe
Hello, I have added one menu item to menu bar. When menu item gets clicked on it uses dispatch function to do some text conversion. Now how to add combo box in tool bar and use its item values in menu items dispatch function? -- Dinesh

Re: [dev] Digital signatures in OOo. What about OOo 3.0?

2008-03-04 Thread Giuseppe Castagno
Hi Joachim, Joachim Lingner wrote: Giuseppe Castagno wrote: Hi all, ... The idea was to write an extension to sign, but it seems that ATM OOo lacks the needed stuff, e.g. it doesn't seem possible to sign a document with a 3rd part signature method. Thats true. There is currently no way

Re: [dev] RFC: java 1.5

2008-03-04 Thread Frank Schönheit - Sun Microsystems Germany
Hi Hubert, I don't know if you have noticed, but they are been several request from people to have OOo ported to embedded devices like Maemo and iPhone, for which Java is likely to be an even bigger problem. Come on. When we ever port OOo to one of those platforms, Java is one of our smallest

Re: [dev] RFC: java 1.5

2008-03-04 Thread Charles-H. Schulz
Hi, Le 4 mars 08 à 15:23, Frank Schönheit - Sun Microsystems Germany a écrit : Hi Hubert, I don't know if you have noticed, but they are been several request from people to have OOo ported to embedded devices like Maemo and iPhone, for which Java is likely to be an even bigger problem.

Re: [dev] RFC: java 1.5

2008-03-04 Thread Mathias Bauer
Hubert Figuiere wrote: Again, making Java required for core components bring unnecessary bloat. RDFa and meta text field will be handled by C++ code in xmloff anyway. We are talking about RDF-XML only. And I reiterate my point that RDF-XML is *not* core functionality of OOo. Ciao, Mathias --

Re: [dev] RFC: java 1.5

2008-03-04 Thread Rony G. Flatscher
Hi there, Charles-H. Schulz wrote: Le 4 mars 08 à 15:23, Frank Schönheit - Sun Microsystems Germany a écrit : Hi Hubert, I don't know if you have noticed, but they are been several request from people to have OOo ported to embedded devices like Maemo and iPhone, for which Java is likely

Re: [dev] Digital signatures in OOo. What about OOo 3.0?

2008-03-04 Thread Joachim Lingner
I learned that there are document load and document save events which could be received by an extension. This could be some kind of entry point for a signature service in an extension. But then again you need to provide your own dialog. You could of cause use the low level services

[dev] Padding, Bjorn is out of the office.

2008-03-04 Thread Bjorn Padding
I will be out of the office starting 03/04/2008 and will not return until 03/08/2008. I am in a training until the 7th of March and so my responses might be delayed. Regards, Bjorn - To unsubscribe, e-mail: [EMAIL

Re: [dev] Digital signatures in OOo. What about OOo 3.0?

2008-03-04 Thread Malte Timmermann
Having a Plugin doing the signature verification is one thing. The Plugin could even alert the user in case the signature is broken. But right now there is no way to get that information into the OOo framework, which then makes sure that the status occurs in the status bar, and that the

Re: [dev] kde options ignored by configure

2008-03-04 Thread Jan Holesovsky
Hi Ariel, On Tuesday 04 March 2008 01:06, Ariel Constenla-Haile wrote: while preparing my build environment with the configure script, both the option --enable-kde=TRUE and the vairable ENABLE_KDE=TRUE (et al.) are completely ignored. --enable-kde or --enable-kde=yes is the right switch for

Re: [dev] Digital signatures in OOo. What about OOo 3.0?

2008-03-04 Thread Mathias Bauer
Hi Malte, you underestimate the capabilities of our framework. :-) Even if not everything is already implemented, the things you pointed out shouldn't be a big deal: status update in status bar is possible already, an API to transfer the signature state to the document shouldn't be so hard to

[dev] impossible build ooo-build

2008-03-04 Thread
I tried build ooo-build svn release 11792 (ooh680-m8) but it fails with this output: Finishing the mono installation... Cleaning up ... Done Removing duplicated English help... ... remove ar ... remove eu ... remove hi Removing poor help localizations... Moving package file lists... Can't open

Re: [dev] impossible build ooo-build

2008-03-04 Thread Kohei Yoshida
I'm afraid you are on the wrong mailing list, since ooo-build is a downstream branch and this list is for the upstream build. I've CC'ed the correct list for you. Hopefully someone can give you some advice there. Kohei On Tue, 2008-03-04 at 20:41 +, Zé wrote: I tried build ooo-build svn

[dev] Extension not working with open office separately

2008-03-04 Thread Dinesh Chothe
Hello, I have created one oo extension project using Netbeans. When I build and run this extension through Netbeans it works fine but after creating its .oxt file through Netbeans and building it