Re: [api-dev] Regarding XJobExecutor.

2006-07-20 Thread Andreas Schlüns
bharathy b wrote: Hi Andreas thank you, i tried the solution you specified. In the Addons.xcu i made the following changes. node oor:name=m1 oor:op=replace prop oor:name=URL oor:type=xs:string valueservice:name.vojta.openoffice.wavelet.Wavelet?button1/value /prop node

Re: [api-dev] Regarding XJobExecutor.

2006-07-20 Thread bharathy b
Hi Andreas thank you, i agree i must have gone wrong somewhere. i will redo it and check the service implementation and registration. I tried the ProtocolHandlerAddon_java in SDK after reading the Dev Guide. but i didnt succeed.The buttons are grayed out. i have been trying to add a

[api-dev] Macro editing

2006-07-20 Thread Angela De Cillis
Hi all, I'm using OO Writer 2.0.3 on Linux system. I tried to edit Javascript, Python and BeanShell macro, but I failed because on Edit command, OO crash. All works instead on Windows system. Could anyone help me? Thanks, Angela

[api-dev] Set width of column in texttable in basic

2006-07-20 Thread Martin Thoma
Hello! I just want to set the width of a cell in a writers texttable (OO 2.0.2, Windows). I found this message http://api.openoffice.org/servlets/ReadMsg?list=devmsgNo=3446 and adapted it to basic: oDesktop = createUnoService( com.sun.star.frame.Desktop ) Dim mArgs(0) As New

Re: [api-dev] Set width of column in texttable in basic

2006-07-20 Thread Andrew Douglas Pitonyak
Download my free macro document and find section 8.7 titled Column Widths Martin Thoma wrote: Hello! I just want to set the width of a cell in a writers texttable (OO 2.0.2, Windows). I found this message http://api.openoffice.org/servlets/ReadMsg?list=devmsgNo=3446 and adapted it to basic: