Drew Jensen wrote:

IIRC you said you where thinking about moving the whole extension to Java, sure you know the advantages of this, with the NetBeans IDE plug-in everything is easier:


*smile*...easy for you to say..

Before getting into this - let's say I decide..OK, I've decided..to go forward as an extension written in Java using the NetBeans OpenOffice.org plugin.

One simple question.

It appears to me that if I use the dialog designer in OpenOffice.org to create the UI and then assign the events from the dialog controls to methods in the UNoComponent that I will create in Netbeands - then this extension will require OO.o 2.4 or greater.

Is that true?


Sorry that was meant to be a two part question.

That if I want to support versions of OO.o further back then 2.4 then what I would do is

Create the dialog in OO.o.
Create a very simple skeleton of a library in OOobacic.
The events for the controls on the dialog would call functions in this OOobasic library. The functions in the Basic library are simply a map to call the methods in the UNOComponent that I create in NetBeands.

Do I have that basically right?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to