[api-dev] Re: Constant values for Function arguments

2011-08-18 Thread Thomas Krumbein
as expected Best regards Thomas Am 18.08.2011 12:52, schrieb Johnny Rosenberg: Here's another delicate problem that's easy to work around, but still very strange: Module 2: ———Code starts below——— REM * BASIC * Option Explicit Public Const VALUE=1 Public Const STRING=4

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Thomas Lange
Morgen Mathias, Nur falls es dich interessiert: Deine Mail kommt bei mir als von gestern 18:43 an... Thomas On 02.11.2010 18:43, Mathias Bauer wrote: Hi Chris, On 02.11.2010 13:40, Chris Rider wrote: I hope this is an active mailing list ~ we have a serious issue with the document

[api-dev] How can I check, if a macro (basic) is still running?

2010-08-20 Thread Thomas Krumbein
. Best regards Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V. ## Mitglieder willkommen: www.OOoDeV.org - To unsubscribe, e-mail: dev

Re: [api-dev] How can I check, if a macro (basic) is still running?

2010-08-20 Thread Thomas Krumbein
Hey Daniel, yes, this is a very simple solution - and should be work :-) Thank you :-) Best regards Thomas Daniel Rentz schrieb: Am 20.08.2010 09:51, schrieb Thomas Krumbein: Hi, I do have some macros, which will start on events (for example document close) or with user-action (menu

Re: [api-dev] How can I check, if a macro (basic) is still running?

2010-08-20 Thread Thomas Krumbein
Hey Fernand, Fernand Vanrie schrieb: Thomas, Do not look for a frame your dialog is opened in a window oWin = GetWindowOpen(Dialog1) this gives you yes or no a a window object containing Dialog1 hope it helps not really ... Where is this function or methode GetWindowOpen defined

[api-dev] Opening *.dbf file - workaround?

2010-08-11 Thread Thomas Krumbein
need a solution to open this file (*.dbf) as a calc-document - it is not possible to change the OOo version or the system. Has someone a workaround or a solution? Thank you for any hints Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org

Re: [api-dev] [terrible solution..] Opening *.dbf file - workaround?

2010-08-11 Thread Thomas Krumbein
process. So, I do have a workaround - but it is still terrible. If someone do have a better idea - please let me know... Thanks Thomas Thomas Krumbein schrieb: Hey, I do have a problem to open a *.dbf file in calc via basic-macro. Typically it is not a problem - I am using the following

Re: [api-dev] [terrible solution..] Opening *.dbf file - workaround?

2010-08-11 Thread Thomas Krumbein
Hey Bernhard, Bernard Marcelly schrieb: Message de Thomas Krumbein date 2010-08-11 14:48 : Hi, This old version may not be able to guess the import filter and encoding of the dBase document. Yes, that is right... Did you try to add this information? dim arg(2) as new

Re: [api-dev] Searching for a Document Property - Writer

2010-08-09 Thread Thomas Krumbein
Hey Jürgen, Jürgen Schmidt schrieb: On 8/8/10 8:35 PM, Thomas Krumbein wrote: [..] But where it is? at the DocumentSettings! Get the DocumentSettings from the document, check the property if present or not and set the value if necessary. Where exactly is your problem now? My Problem

Re: [api-dev] Searching for a Document Property - Writer

2010-08-09 Thread Thomas Krumbein
Hey Bernhard, thank you for your explanation :-) Now I got it... Bernard Marcelly schrieb: Message de Thomas Krumbein date 2010-08-08 20:35 : the searched property is: PrinterIndependentLayout I can set a value using basic as you mentioned - that works. But: Even using xray I cannot find

Re: [api-dev] Searching for a Document Property - Writer

2010-08-08 Thread Thomas Krumbein
Hey Bernard, Bernard Marcelly schrieb: Message de Thomas Krumbein date 2010-08-04 11:24 : Hey, By one of my customer we have a problem during migration to OOo 3.2.1: The page-layout is different and this is dramaticly because the page break in now one line prior - and a lot of document

Re: [api-dev] Searching for a Document Property - Writer

2010-08-08 Thread Thomas Krumbein
using xray I cannot find the property anywhere in the document. Maybe you have an idea? Because - before I set this property I would like to check the actual value - if this property is active (property is optional). But how to du this??? Best regards Thomas Probably

[api-dev] Searching for a Document Property - Writer

2010-08-04 Thread Thomas Krumbein
not know where??? Any hints? I will try to change the setting per basicmacro after insert such a document. Thanks in advance, Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V. ## Mitglieder willkommen

Re: [api-dev] forcing dos line endings on unix

2010-08-04 Thread Thomas Krumbein
(oDatei.getOutPutStream) sString = this is your text(first line)... chr(13) chr(10) sString = sString and now line 2... oOutputStream.writeString(sString) 'Again add a windows line-feed: oOutputStream.writeString(chr(13) chr(10)) 'close the file oOutPutStream.closeOutput() best regards Thomas

Re: [api-dev] Searching for a Document Property - Writer

2010-08-04 Thread Thomas Krumbein
Bernard Marcelly schrieb: [..] Hi Thomas, It is more exactly the equivalent check in the printer dialog box, Options... Dim ds As Object ds = ThisComponent.createInstance(com.sun.star.text.DocumentSettings) ds.PrintPaperFromSetup = False Oh, thanks for this information. I will try

[api-dev] Get access to addon_toolbar

2010-07-29 Thread Thomas Krumbein
. The code will work, if the toolbar-name starts with custom_, but this is only possible if I create the toolbar via macro. Is there another way to get access to this addon- toolbar? Thanks in advance Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org

Re: [api-dev] Get access to addon_toolbar

2010-07-29 Thread Thomas Krumbein
Hey Carsten, Carsten Driesner schrieb: [..] Hi Thomas, There is no way to access an add-on toolbar via the configuration API. These toolbars are not stored in the UI configuration base, but in the Office configuration. They are created on-demand via the Addons.xcu and not by reading

[api-dev] How to copy Master-Pages from one to another Impress-Dok?

2010-07-11 Thread Thomas Krumbein
Something missing? I am working wit OOo 3.2.1 on Windows Vista. If someone knows a way to import Masterpages from one impress-Dokument to another (both known by name) using basic please let me know. Thanks in advance Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org

[api-dev] Call Python script in OOo Basic

2010-04-06 Thread Thomas Krumbein
to call the python script with parameters and - if possible - to get a flag or something back, so that I now, python script is done. Best regards Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V

[api-dev] Problems with MySQL Connection Sun native Driver

2010-03-30 Thread Thomas Krumbein
).value = SWB dbprop(1).name = password dbprop(1).value = swb oDM = createUnoService(com.sun.star.sdbc.DriverManager) oCon = oDM.getConnectionWithInfo(sdbc:mysql:mysqlc://127.0.0.1:3306/timm, dbprop()) oCon.setCatalog(timm) TIMM_getConnection = oCon End function Best regards Thomas

Re: [api-dev] Problems with MySQL Connection Sun native Driver

2010-03-30 Thread Thomas Krumbein
and use afterwards a select id from table where field='string' Then I complete the datarow and write afterwards the dependend rows to other tables - not really perform. How are you doing this job? best regards Thomas Fernand Vanrie schrieb: Thomas , To avoid problems like you desribed we

Re: [api-dev] doing getEmbeddedObject() on formulas slows down equation editor

2010-01-21 Thread Thomas Lange - Sun Microsystems
(com.sun.star.formula.FormulaProperties)) then aText = aText + CHR$(13) + CHR$(10) + oObj.Formula end if next i msgbox aText Regards, Thomas - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org

[api-dev] Logging slide number in Presentation

2009-11-04 Thread Thomas Pietrzak
Hi, I'm new to this API and I have to code (in Java) a simple events logger in presentation, like slide change, etc. As far as I understood I have to make an Add-On. I use Netbeans, and I generated a template code. Now I need a access to the XSlideshowController object in order to get the page

Re: [api-dev] source code of open office

2009-10-21 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
would need to install subversion and get access with that. See http://wiki.services.openoffice.org/wiki/Setting_up_Subversion_Access Thomas - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e

Re: [api-dev] Asking for help to develop a extensions for the Open office

2009-09-18 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
. Well, that would largely depend upon the time frame available on your side. How many weeks it should take at most? And how many hours per week are you planning to work on it? Regards, Thomas - To unsubscribe, e-mail: dev

Re: [api-dev] Page Style for a Dictionary

2009-09-03 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
this in the feature request as well! Compatibility issues are usually always getting some more attention than other non-fatal issues. Regards, Thomas - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail

Re: [api-dev] Problems with clearContents in OO 3.1 (XP and W2K)

2009-06-05 Thread Thomas Krumbein
Hey Bart, Bart Aimar schrieb: The classic method clearContents seems not work properly in OO 3.1 under windows XP and W2k. Works well under Vista and OOo 3.1 :-) Here a simple test: http://aimar.mrjive.it/node/61 Regards Thomas ## Marketing deutschsprachiges Projekt ## http

Re: [api-dev] open office math objects

2009-03-09 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
6.5. See http://www.oooforum.org/forum/viewtopic.phtml?t=31265highlight= Thomas - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org

[api-dev] Need Help on global event listener

2009-02-16 Thread Thomas Krumbein
, what to do Thanks in advance Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V. ## Mitglieder willkommen: www.OOoDeV.org

[api-dev] Mergepoints for Extension

2008-11-17 Thread Thomas Krumbein
, so the correct names are: Daten - Datenpilot - löschen Now I am looking for the three mergingpoints: 1: uno:dataMenu 2. ??? 3. ??? Thnaks for your help Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org

Re: [api-dev] Problems with an addon

2008-09-16 Thread thomas
Hi, try to use Netbeans6 and the OpenOffice Plugin. Then you have a working example. Tom On Di, 2008-09-16 at 16:26 +0200, Joel Cordeiro wrote: Hi, i'm having some problems implementing a addon for the open office. I wish to add some menu entries to the context menu. At this time i'm just

[api-dev] How to write Helpfiles (.xhp) for OpenOffice

2008-09-06 Thread thomas
Hi all, i want to write some Helpfiles for my OOCalc Addins. A good start point is http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Help_Content and there is a link to http://documentation.openoffice.org/online_help/OOo2HelpAuthoring.pdf where should be a description

Re: [api-dev] How to write Helpfiles (.xhp) for OpenOffice [SOLVED]

2008-09-06 Thread thomas
hi, i found the document under http://documentation.openoffice.org/online_help/helpers/helpauthoring/guide/OOo2HelpAuthoring.pdf I also changed the broken link in the Wiki. Tom On Sa, 2008-09-06 at 19:29 -0400, thomas wrote: Hi all, i want to write some Helpfiles for my OOCalc Addins

[api-dev] Helpfile doesn't work

2008-09-06 Thread thomas
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

Re: [api-dev] Api for enterprise dictionaries available?

2008-08-25 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi all, Juergen Schmidt wrote: Hi Per, i would say it is possible but i am no expert in this area and probably Thomas Lange can provide some more details. The integration is done via UNO interfaces and it is possible to provide an own implementation for them. Juergen Per Eriksson

Re: [api-dev] Api for enterprise dictionaries available?

2008-08-25 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
to the API we will have an open ear for those. Regards, Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-22 Thread Thomas
make and hope i will understand. Thanks best regards, Tom Am Freitag, den 22.08.2008, 13:25 +0200 schrieb Juergen Schmidt: Hi Thomas, it is more interesting why the plugin doesn't work anymore. - on which platform do you work? - which version of the plugin do you use? - which office

Re: [api-dev] Interface XPrinterServer

2008-08-21 Thread Thomas Krumbein
. But it is still not ready, isn't it? I can create an service css.awt.PrinterServer, but using xray there is nearly nothing in. And calling the method getPrinterNames() say: No such method. Best regards Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org

Re: [api-dev] Interface XPrinterServer

2008-08-21 Thread Thomas Krumbein
Hey Fernand, Fernand Vanrie schrieb: [..] Thomas, find this really old topic on the forum http://www.oooforum.org/forum/viewtopic.phtml?t=5228 Ahh, sorry, your are right ... I know a lot of these old topics regarding getting list of printers - not special this one - but I cheched all

[api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-21 Thread Thomas
Hi all, i developed already some Calc-Addins with Java and Netbeans and the OO-Netbeans-Plugin. Now i want to know the steps what i have to do to develop a Addin without Netbeans because the OO-Netbeans-Plugin doesn't work any longer (i already send a bug report). I already have: 1) a working

[api-dev] Error while writing a OOCalc-Addin with Java

2008-08-20 Thread Thomas
hi, i write a OOCalc Addin with Java and got the following error when i want to create the java-classes with javamaker: [EMAIL PROTECTED]:~$ javamaker -nD -Gc -BUCR -O ./build/classes/ build/idl/rdb/types.rdb /usr/lib/openoffice/sdk/linux/bin/javamaker.bin ERROR: Bad type information:

[api-dev] Interface XPrinterServer

2008-08-20 Thread Thomas Krumbein
Hey, I just found the Interface com.sun.star.awt.XPrinterServer which provides a method getPrinterNames. But: which service supports this Interface? I cannot find one? Can somebody give me an advice? Thanks Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org

Re: [api-dev] Implementing UNO service as singleton

2008-07-11 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
/jw-04-2003/jw-0425-designpatterns.html?page=2 At a quick glance at them I also noted the topic of sharing only one instance between different JVM or processes. Maybe you like to check that out as well. Thomas Hi, I'm implementing a class that implements a known OOo service (actually

Re: [api-dev] How to use com.sun.star.ui.dialogs.FolderPicker such that it works as documented ?

2008-06-14 Thread Thomas Krumbein
but displays the root. It is set correct, but Windows could not use it :-( Haven't found an issue on this so I am wondering whether someone knows what one is supposed to do beyond what the documentation says? No issue, because not a problem of OpenOffice.org. best regards Thomas

[api-dev] Problems with insertDocument

2007-11-23 Thread Thomas Krumbein
to fix it - I find nothing and do not really have more ideas. Additional information: All documents are converted MS Word documents - so I am afraid, there is still some information left - but how can I get it out? Thanks Thomas -- ## Marketing deutschsprachiges Projekt ## http

Re: [api-dev] Print Property in Calc: Only selected sheets

2007-11-16 Thread Thomas Krumbein
Niklas Nebel schrieb: Thomas Krumbein wrote: Using print-areas for selected part of different sheets setting by basic is still working, unfortunatly the new property Print only selected sheets stopps the printing prozess, if set. I cannot find this property to change by basic makro. Can

[api-dev] Print Property in Calc: Only selected sheets

2007-11-16 Thread Thomas Krumbein
a very usefull property for users, I like to change the value to Print all, then print all my print-areas and restore the property aferwards. Thanks Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V

[api-dev] Code-Highlighting in Basic IDE

2007-10-30 Thread Thomas Krumbein
would like to add. There should be some code inside OOo, which identifies keywords, strings, comments and so on. Is it possible to use this code-fragments from UNO? Can somebody give me some hints, where I can find some more informations - or some code-snipplets? Thanks in advance Thomas

Re: [api-dev] Code-Highlighting in Basic IDE

2007-10-30 Thread Thomas Krumbein
- and helps me really. Best regards Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V. ## Mitglieder willkommen: www.OOoDeV.org

Re: [api-dev] NodePath-name for LanguageSettings

2007-09-05 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
. Thus it is most likely that there is no respective setting in the configuration, and therefore you can't change it's value via API. Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [api-dev] NodePath-name for LanguageSettings

2007-09-04 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hello Fernand, Should be sth. like org.openoffice.Office.Linguistic. See share\registry\data\org\openoffice\Office\Linguistic.xcu Thomas For changing the 'use of systemdialogs i found somewher the correct name of the Nodpath and used in basic coding like: xconfig = createunoservice

Re: [api-dev] Is there an example for packaging macros as an extension somewhere ?

2007-07-08 Thread Thomas Krumbein
://wiki.services.openoffice.org/wiki/Extensions_repository Regards Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V. ## Mitglieder willkommen: www.OOoDeV.org

Re: [api-dev] Remove rendered graphics from dialogs

2007-04-16 Thread Thomas Krumbein
- thank you for your help :-) regards Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V. ## Mitglieder willkommen: www.OOoDeV.org

[api-dev] Remove rendered graphics from dialogs

2007-04-15 Thread Thomas Krumbein
or your help Thomas -- ## Marketing deutschsprachiges Projekt ## http://de.openoffice.org - www.openoffice.org ## Vorstand OpenOffice.org Deutschland e.V. ## Mitglieder willkommen: www.OOoDeV.org - To unsubscribe, e-mail: [EMAIL

[api-dev] Question to Thread [ ImageURL in a UnoControlImageControlModel]

2007-04-11 Thread Thomas Krumbein
easy in a dialogs-control? My solution at the time is to export the graphic to an external file and then use the URL proberty to import the graphic to the Control. It works, but I think, there must be an easier way. Many thanks for your help best regards Thomas -- ## Marketing

[api-dev] How to insert a Basic macro into a document by using UNO API

2006-12-08 Thread Thomas Benisch
/DevelopersGuide/DevelopersGuide.html). Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] Get Actual Height of Frame Problems

2006-05-29 Thread Thomas Lange
. This will probably take some weeks since I'm still using it to fix bugs. Regards, Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[api-dev] Larger Documents Failing

2006-05-19 Thread Gascoigne Thomas
for documents up to around 5MB in size and just return for larger documents. Anybody have an idea of why I get this problem? Maybe you need to set available memory somewhere, I tried Xmx1024m as a jvm argument but still fails with no exception. Cheers, Thomas

RE: [api-dev] Re: Get a word doc as a java String

2006-05-18 Thread Gascoigne Thomas
Thanks a lot. Just one last thing, I'm assuming that the server will allow (and handle performantly) multiple concurrent requests to open and extract text from (different) documents? Cheers, Thomas -Original Message- From: Kent Gibson [mailto:[EMAIL PROTECTED] Sent: 18 May 2006 10:22

RE: [api-dev] Re: Get a word doc as a java String

2006-05-18 Thread Gascoigne Thomas
Thanks for that. Would such a solution with a request broker have the effect of serializing the processing of each document? Cheers, Thomas -Original Message- From: Tom Schindl [mailto:[EMAIL PROTECTED] Sent: 18 May 2006 11:23 To: dev@api.openoffice.org Subject: Re: [api-dev] Re: Get

Re: [api-dev] OO Basic editor questions

2006-01-25 Thread Thomas Benisch
with the integration of external editors or IDEs is, that those editors work on the disk file system and cannot work on virtual file systems. The Basic IDE works on some kind of virtual file system, for document macros especially on the document storage. Thomas

Re: [api-dev] Two little suggestions ad http://codesnippe ts.services.openoffice.org/snippet.dtd

2005-11-15 Thread Thomas Schindl
two short remarks on http://codesnippets.services.openoffice.org/snippet.dtd. * ATTLIST for ELEMENT snippet: o Starting with OOo 2.0 there are two officially supported scripting languages missing from the valid values for the language attribute:

Re: [api-dev] Returnvalues from Macros - ooRexx example

2005-10-31 Thread Thomas Schindl
Hi, maybe I've missed something and but is ooRex a seperate scripting language and if yes should we add it to our snippet collection. Tom --- Ursprüngliche Nachricht --- Von: Rony G. Flatscher [EMAIL PROTECTED] An: dev@api.openoffice.org Betreff: Re: [api-dev] Returnvalues from Macros -

Re: [api-dev] Returnvalues from Macros

2005-10-25 Thread Thomas Schindl
But I think if you are calling a OOBasic-Macro e.g. from Java you need to invoke the ScriptingFramework don't you? So maybe the snippet should deal with calling a Macro from some UNO-Binding e.g. C++, Java, Python, ... and fetching its return value. Tom --- Ursprüngliche Nachricht --- Von:

Re: [api-dev] instantiating Basic dialogs from UNO componets

2005-07-19 Thread Thomas Benisch
Thank you, Thomas! However, the company I work for does not use the beta version yet, just OOo 1.1.4. I've just checked that this service is not available there. Can that be achieved - even if much more hardly - by 1.1.4 UNO primitives? No, that's not possible. Thomas

Re: [api-dev] instantiating Basic dialogs from UNO componets

2005-07-18 Thread Thomas Benisch
document must be passed as parameter when instantiating the DialogProvider service. See also section 18.3.4 of the developers guide, which contains an example written in Java. Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [api-dev] unable to invoke a BeanShell Macro from an uno-package

2005-05-17 Thread Thomas Benisch
run in the context of your document. Invoking macros from commandline is done asynchronously, which means that the macro might run before the document is fully loaded. If you want to run the macro in the document context, add the macro to your document and create an event binding. Thomas

Re: [api-dev] bug in windows OOo 1.1.4 bootstrap - InvocationTargetException

2005-04-15 Thread Thomas Benisch
user installation without parameters '.\setup'. Note, that the second .\setup must be called from your program directory, which was created by the network installation. Then the registry key is written to HKLM instead of HKCU. Thomas

Re: [api-dev] bug in windows OOo 1.1.4 bootstrap - InvocationTargetException

2005-04-13 Thread Thomas Benisch
need to be rejarred to benefit from the change? - it is enough to adapt this change in the latest OOo builds or do we need to patch the 1.1 branch also? Thomas, may be you can shed some light on this? Obviously the best solution would just be some modifications for the current build. Kay There's

Re: [api-dev] windows bootstrap against multiple installed versions - 1.x will always trump newer version

2005-04-07 Thread Thomas Benisch
integration (that means in this case writing keys to HKEY_LOCAL_MACHINE) is only available since OOo 2.0, you can workaround this problem only by deinstalling OOo 1.1.4 or specifying the office installation as parameter. Thomas

Re: [api-dev] bug in windows Bootstrap when multiple Oo's are installed?

2005-04-06 Thread Thomas Benisch
of time. But maybe the problem is not the key, I just heard that OOo1.1.4 *does* support the new bootstrapping and the key *is* a new one. Maybe Thomas can make this clear. So we need to know: which version of OOo1.x exactly did you use? The new bootstrap mechanism was introduced in SO7 PP3 (I

Re: [api-dev] How to protect from disposed exception?

2005-03-16 Thread Thomas Schindl
Hi, I don't know if these exceptions are related to that but OO is not thread save thus you have to serialize calls to it in your java-app. Tom Hi, We have a multi-threaded Java environment. We are using OpenOffice.org 1.1.3. There are times when we make a series of UNO calls (mostly

Re: [api-dev] [code snippet] Drawing on Uno Dialogs

2005-03-16 Thread Thomas Schindl
Hi, would it be easier to use SWT? Tom Hi Kohei, no, they will probably not extended and i hope that we will find an alternative (however it will look like) that it will be possible to implement own dialogs for extensions with the same look and feel as the rest of the office on

Re: [api-dev] IDL-Reference

2005-03-16 Thread Thomas Schindl
Hi, How is the IDL created? Maybe we could switch to output format to XML and then do the same the codesnippet page does? XML = HTML * once sorted alphabetically * once grouped like it is now According to the what the user desires? We could even create other output formats from this point on

Re: [api-dev] Code snippets ....

2005-03-10 Thread Thomas Schindl
I thought about automatically linking all imports or includes when we are talking C++. We could even link all com.sun to the IDL? What do you think about it? Tom Hi Tom, thanks for the extensison, i think it is very helpful to improve the navigation to the IDL reference and implicit