Tabish F. Mufti wrote:
Create a JAR package and make a desktop icon with a commandline like
this: java -jar myjar.jar
The ant script file will be inside the JAR ? Right now I type "ant run" to
run my java code.
You are saying that by making a jar which will have the ant file inside it
the ant script will be automatically executed ?
one suggestion is to use the NetBeans integration and use the simple UNO
client wizard. The wizard creates a client UNO application and builds a
jar file containing all the necessary stuff/code to start the default
office on a machine, connect via a named pipe and have full access to
the office API over the remote office context.
Insert your client code in this application ...
Your add-on component is independent from that and you can follow the
hints from Tobias...
Also I need the procedure for making an icon and how to attach that icon
with whatever jar I make.
nothing special and it depends on the operating system. Maybe you should
google for a solution ...
Sorry that I haven't a ad hoc solution for you.
Juergen
I solved it this way: I have a menu that should only be visible if an
OOo document is started by my application. So I say my application it
should add the menu transient (if this document is closed, my menu is
gone).
If you like this idea, I can post you java code, how you add a menu /
menu item to your menu.
Yes thats exactly what I want to do.
Thanks
On 11/13/06, Tobias Krais <[EMAIL PROTECTED]> wrote:
Hi Tabish,
> 1. I need to package my java code (which bootstraps openoffice) as
> professional application in a sense that I have an icon on the
> Desktop/StartMenu through which that java code is executed and it opens
up
> ooimpress. In a sense it gives a feel that my own application is using
> ooimpress within it. Currently I'm using the ant script to run my java
> code.
Create a JAR package and make a desktop icon with a commandline like
this: java -jar myjar.jar
Or (in Windows) create a .bat file and write the commandline above in it.
> 2. Is there a way that my UNO Component(Addon) is only
activated/visible
> when I run ooimpress through my java code and not activated/visible
when
> ooimpress is run normally without my java code ?
I solved it this way: I have a menu that should only be visible if an
OOo document is started by my application. So I say my application it
should add the menu transient (if this document is closed, my menu is
gone).
Here is a snippet that does nearly the same: it removes a menu item:
http://codesnippets.services.openoffice.org/Office/Office.RemoveIterativeAndTransientMenubarItems.snip
If you like this idea, I can post you java code, how you add a menu /
menu item to your menu.
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]