I've created the extension through the NetBeans plugin for OOo wizard,
so I've only added my methods and I call them from the "dispatch( )", I
wouldn't like to modify the java code created by the wizard...
Tobias Krais wrote:
Hi Giancarlo,
then this can be rather simple, and does not depend on OOo API, but in how you
design your implementation.
Another point is: do you want your extension to "run" only once per frame, or
once per OOo main process?
As you've been told, you can solve this with a flag; but this depends on your
design.
when I read Ariels message, an idea came up in my mind. Define a normal
singleton class in your extension with a static member. OpenOffice.org
creates just one VM. Thus the class and its members are allover the same.
Greetings, Tobias
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]