Re: [api-dev] Helpfile doesn't work

2008-09-08 Thread Juergen Schmidt
thomas wrote: Hi all, i try to use a Helpfile (.xhp) with a OO-Calc-Addin. The Helpfile looks like: ## ?xml version=1.0 encoding=UTF-8? helpdocument version=1.0 meta topic id=textcalcpv indexer=include status=PUBLISH title id=title xml-lang=delibRESys - Photovoltaik/title

[api-dev] DispatchHelper via COM in Notes: OLE Automation error

2008-09-08 Thread Cor Nouws
Hi *, Working in Notes script, I work with a COM-object Set oOOoServiceManager = CreateObject(com.sun.star.ServiceManager) This servicemanager is used to create the desktop, to launch documents on which many actions are done. Set OfficeApp = oOOoServiceManager

Re: [api-dev] DispatchHelper via COM in Notes: OLE Automation error

2008-09-08 Thread Cor Nouws
Hi again, [...] So far so good. Now in order to copy paste some things, I need a dispatchHelper. AFAICF, this should work as follows: Set oDispatcher = oOOoServiceManager.createInstance(com.sun.star.frame.DispatchHelper) Alas: Notes replies with OLE: Automation object error .. at

[api-dev] SOLVED Re: [api-dev] DispatchHelper via COM in Notes: OLE Automation error

2008-09-08 Thread Cor Nouws
This part solved.. Set args2(0) = Application.Bridge_GetStruct ( com.sun.star.beans.PropertyValue ) must be ( com.sun.star.beans.PropertyValue ) Ciao, Cor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [api-dev] Helpfile doesn't work

2008-09-08 Thread Ariel Constenla-Haile
Hi Thomas, thomas escribió: Hi all, i try to use a Helpfile (.xhp) with a OO-Calc-Addin. The Helpfile looks like: ## ?xml version=1.0 encoding=UTF-8? helpdocument version=1.0 meta topic id=textcalcpv indexer=include status=PUBLISH title id=title xml-lang=delibRESys -

[api-dev] Resolved: Helpfile doesn't work

2008-09-08 Thread André Schnabel
Hi, sorry that we did not report this earlier. The problem has been resolved ... Juergen Schmidt schrieb: most important is that you have unique identifier in the help file and that the structure in the oxt is correct. oxt_root/help/lang/oxt_identifier/*.xhp The identifier have to be

Re: [api-dev] add more textfields to one shape

2008-09-08 Thread Nicole Scholz
Hi! Thanks for all your help. Now I was able to add the second textfield below the other one. I think the order in which the textfields are created and added is important that it work. Here is my code: call bsf.import com.sun.star.style.BreakType, pageBreakType -- for enum you need a class