Re: [api-dev] Scripting Framework and dialogs ...

2006-03-08 Thread Jürgen Schmidt
Rony G. Flatscher wrote: Bonsoir Bernard, Bernard Marcelly wrote: Example in Basic: sub doSomething(evt as object) dim myDialog as object myDialog = evt.Source.getContext() end sub Unfortunately, outside of OOo Basic for dialogs this is not possible, as the invoked script does not get

Re: [api-dev] Create an index in a writer document with the link

2006-03-08 Thread Cristian Fonti
I understand..don't you know another method that can i use to insert and Index entry or something similar?? Jürgen Schmidt ha scritto: Jürgen Schmidt wrote: Hi Cristian, Cristian Fonti wrote: Sorry, but if you don't use the ContentIndexMark, what kind of Index do you use??? ups, sorry i

Re: [api-dev] Create an index in a writer document with the link

2006-03-08 Thread Cristian Fonti
Thanks, but as you can see in the other post, the problem isn't the ContenIndex, but the Index Entry that i use to insert the index in the text... Stephan Wunderlich ha scritto: Hi Cristian, I see in the developer's guide how create an index in a writer document with the JAVA API. i would

Re: [api-dev] Accede to Heading in Writer Document

2006-03-08 Thread Lars Langhans
Vincenzo Giuliano wrote: Hi ALL, Does somebody know how to accede to headings in a Writer Document? I need to accede to this information in a document, please help me. Thanks. Hi Vincenzo, Access to Writer Document Headings Sample code in StarBasic ' access to the document aDoc =

Re: [api-dev] Create an index in a writer document with the link

2006-03-08 Thread Stephan Wunderlich
Hi Cristian, I see in the developer's guide how create an index in a writer document with the JAVA API. i would add at every page number in the index (or eventually in the title) a hyperlink to the right section.. Someone know how can i do it (in JAVA)?? Thanks to all... given that you have

Re: [api-dev] Create an index in a writer document with the link

2006-03-08 Thread Jürgen Schmidt
Cristian Fonti wrote: I understand..don't you know another method that can i use to insert and Index entry or something similar?? sorry, i haven't another solution in place and i have currently no idea how you can do it. Juergen Jürgen Schmidt ha scritto: Jürgen Schmidt wrote: Hi

Re: [api-dev] Scripting Framework and dialogs ...

2006-03-08 Thread Rony G. Flatscher
Jürgen Schmidt wrote: Rony G. Flatscher wrote: Bonsoir Bernard, Bernard Marcelly wrote: Example in Basic: sub doSomething(evt as object) dim myDialog as object myDialog = evt.Source.getContext() end sub Unfortunately, outside of OOo Basic for dialogs this is not possible, as the

[api-dev] Code Snippet page

2006-03-08 Thread Jürgen Schmidt
Hi, i noticed that we have made good progress with our Code Snippets in the past two weeks, thanks to all contributors. At this point i'd like to say thank you again to Tom and Paolo who are responsible for the infrastructure and tooling. Tom provides and has implemented the infrastructure

Re: [api-dev] Code Snippet page

2006-03-08 Thread Laurent Godard
Hi Jurgen i join you on the lack of time but also to the emphasis of Tom and Paolo great work !! Even for the last point i think that it could make sense to move into the OO wiki with the snippet collection but i am not sure. What are your opinions? Do you would expect more contributions,

Re: [api-dev] Code Snippet page

2006-03-08 Thread Kent Gibson
I really don't want to moan, actually I am trying to contribute some snippets, but I think the snippet generator documentation needs a couple of lines. At least something saying how you get the thing to run. I tried to install it, there where some warnings (regarding the package imported being

[api-dev] Rich Source of Snippets

2006-03-08 Thread Kent Gibson
In addition to the developers guide, this person has kindly created snippets for various chapters of the guide: http://kingyo.tutms.tut.ac.jp/~toshi/StarSuite/ for example chapter 7 http://kingyo.tutms.tut.ac.jp/~toshi/StarSuite/Chap7/ __ Do You

Re: [api-dev] Code Snippet page

2006-03-08 Thread Rony G. Flatscher
i noticed that we have made good progress with our Code Snippets in the past two weeks, thanks to all contributors. At this point i'd like to say thank you again to Tom and Paolo who are responsible for the infrastructure and tooling. Tom provides and has implemented the infrastructure and

Re: [api-dev] Code Snippet page

2006-03-08 Thread Jürgen Schmidt
Rony G. Flatscher wrote: i noticed that we have made good progress with our Code Snippets in the past two weeks, thanks to all contributors. At this point i'd like to say thank you again to Tom and Paolo who are responsible for the infrastructure and tooling. Tom provides and has

Re: [api-dev] How to close the quickstarter

2006-03-08 Thread Didier Dorange-Pattoret
Hi, Thanks fot all ... :-) Tom Schindl a écrit : Thanks I've added the snippet to our collection but broke it into 2 parts and linked them together. http://codesnippets.services.openoffice.org/Office/Office.HowToCloseTheQuickstarterUnderWindows.snip

[api-dev] [EMAIL PROTECTED] TOPIC: Contributing

2006-03-08 Thread Michael Hoennig
Dear OpenOffice.org community, This is the 2-weekly announcement of current issues regarding the OOo API project which I want to hightlight to the community. *** = *** Todays Issue: Contributing to the OOo API Project ***

Re: [api-dev] Disable Commands transient

2006-03-08 Thread Tobias Krais
Hi Carsten at the moment I try to disable a command, but transient. I found an example in the Dev-Guide. In this example I find two methods - one for disabling the commands and the other for enabling them again. I would like to make the disabling transient. Up to now I learned from Carsten,