Re: [udk-dev] [pyUNO]oood problem

2005-06-01 Thread Laurent Godard
(uno:socket,host=localhost,port=2002;urp;StarOffice.ComponentContext) Thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles

Re: [udk-dev] [pyUNO]oood problem

2005-06-08 Thread Laurent Godard
a resolver.resolve method or a plain connection/bridgefractory/aso. method and didn't find any suitable method (the best is the bridge error, the worst an OOo crash) I'll continue to investigate Thanks Joerg for your answer Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie

[udk-dev] PyUNO 2.0 storeToURL bug ?

2005-07-26 Thread Laurent Godard
(url, '_blank', 0, args) url = unohelper.systemPathToFileUrl(theTargetFile) args = (PropertyValue('FilterName', 0, 'writer_pdf_Export', 0),) sourceDoc.storeToURL(url,args) sourceDoc.close(True) -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo

Re: [udk-dev] PyUNO 2.0 storeToURL bug ?

2005-07-27 Thread Laurent Godard
this message, when sourceDoc is None. SourceDoc is not None as i retreive somme info before such as supportsService method call Thanks again for your response, i'll let you know Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http

Re: [udk-dev] PyUNO 2.0 storeToURL bug ?

2005-07-27 Thread Laurent Godard
with your pyuno. Thannks for your report I'll have a close look as the inspect suggested by Joerg segfaults Thinking to it, i'm pretty sure you're right in fact I had to change me python setings and boindings on my debian and this may be the problem I let you know Laurent -- Laurent Godard

Re: [udk-dev] PyUNO 2.0 storeToURL bug ?

2005-07-27 Thread Laurent Godard
gone Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [udk-dev] [pyUNO]Unexpected connection closure

2005-08-10 Thread Laurent Godard
like some kind of race condition. Is it possible ? BTW, joerg thanks a lot for your response I'll investigate further and probably post the code on a svn anyway Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com

[udk-dev] pyUNO addon

2005-10-05 Thread Laurent Godard
this ? (won't have time util november though) Thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [udk-dev] How to copy part of a document.

2005-10-08 Thread Laurent Godard
-- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e-mail: [EMAIL

Re: [udk-dev] Checking for liveness of an oood connection from python

2005-11-02 Thread Laurent Godard
, these points have been discussed (june IIRC) HTH Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [udk-dev] crash and PyUNO

2005-11-09 Thread Laurent Godard
Hi Christian good to know. What about deploying UNO packages (finalized products)? Do they need to be distributed with the LGPL license or can it be any other license? can be of any licence even propriatary ones Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org

[udk-dev] [pyUNO]opening with XInputStream

2005-11-14 Thread Laurent Godard
is the best way to start ? Thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [udk-dev] [pyUNO]opening with XInputStream

2005-11-14 Thread Laurent Godard
Hi David it may be useful to have a version that does not load the entire file in memory, with something like (untested): yes should work btw, havin the whole file in foo can be usefull though for transport consideration. It is what i need :) thanks for your proposal Laurent -- Laurent

Re: [udk-dev] [pyUNO]opening with XInputStream

2005-11-14 Thread Laurent Godard
. thanks for this precision and thanks to Joerg too I'll test it on OOo 2 but i expect it to work Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org

Re: [udk-dev] xxx.setName() and xxx.name

2006-01-23 Thread Laurent Godard
at getAAA and setAAA in OOoBasic as shown by the regular API ? declare them at idl level ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles

[udk-dev] [Reminder]OpenOffice.org Developer Article Contest

2006-02-22 Thread Laurent Godard
wishes all participating developers and writers good luck! We look forward to receiving the first articles. Best regards, The OpenOffice.org Developer Contest Team -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com

Re: [udk-dev] ooextract.py python script

2006-02-24 Thread Laurent Godard
, Nov 20 2005, 17:04:48) [GCC 4.0.3 2005 (prerelease) (Debian 4.0.2-4)] on linux2 are you python built with ucs = 2 flag (default) I experienced some problem with debian built-in python as it uses ucs = 4 This directly impact the utf-8/utf-16 handling Laurent -- Laurent Godard [EMAIL

Re: [udk-dev] Getting started with UDK?

2006-02-24 Thread Laurent Godard
-- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e-mail

Re: [udk-dev] Re: Getting started with UDK?

2006-03-08 Thread Laurent Godard
and the SDK from www.openoffice.org. i do not know if relevant, but cedric wrote an HowTo http://blogs.nuxeo.com/sections/blogs/cedric_bosdonnat/2005_12_07_creating-an-ure perharps a complementary tool Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http

Re: [udk-dev] Starbasic function SaveDataToFile does not check params

2006-08-22 Thread Laurent Godard
based applications if so (my opinion), then make this clear in the chaneglog thanks again paolo Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org

Re: [udk-dev] managing a zone of text

2006-09-20 Thread Laurent Godard
://www.eyrolles.com/Informatique/Livre/9782212117639/livre-programmation-openoffice-org-2.php Dealing with api in english is dev@api.openoffice.org welcome on board, and happy to see new pythonists Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo

[udk-dev] pyUNO bridge status ?

2006-10-18 Thread Laurent Godard
Hi all What is the python bridge status ? Does someone still maintain it ? Joerg ? Do you think a call for help would be needed for keeping pyUNO usable on a long run ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content

Re: [udk-dev] Addon with modal dialog

2006-10-23 Thread Laurent Godard
Hi M.Title = args.__repr__() +' '+ str(Wavelet.cnt) +'' Dlg.setModel(M) Dlg.setVisible(True) Dlg.execute() try commenting the Dlg.execute() Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise

Re: [udk-dev] pyUNO bridge status ?

2006-10-23 Thread Laurent Godard
in order to relay at term ? Thanks a lot Joerg Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http://www.nuxeo.com - http://www.nuxeo.org Livre Programmation OpenOffice.org, Eyrolles 2004-2006

Re: [udk-dev] Proposal to upload Java Uno JARs to Maven repository

2006-11-23 Thread Laurent Godard
Hi Mirko I would appreciate some comments, especially to understand if I have the approval to go ahead and implement this idea or not. ;-) i personanly agree on the need Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise

Re: [udk-dev] python scripting dialog.

2006-12-28 Thread Laurent Godard
, the right manifest entry would be, I guess manifest:file-entry manifest:media-type=application/vnd.sun.star.uno-component;type=Python manifest:full-path=Scripts/python/PrintToWriter.py/ HTH Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo

Re: [udk-dev] The CWS python25 Will be setted ready for QA

2007-02-03 Thread Laurent Godard
process ? Btw, Liyuan thanks again for your hard work and joerg thanks for your help !! Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http://www.nuxeo.com - http://www.nuxeo.org Livre Programmation

Re: [udk-dev] The CWS python25 Will be setted ready for QA

2007-02-03 Thread Laurent Godard
Hi Charlie, Are your problem under windows solved ? I'll ask if some MacOsX volunteers want to test I can do this. What do I have to do? thanks :) first, have a buidable m197 (X11) then apply cws python25 run tests to see if all works thanks again Laurent -- Laurent Godard [EMAIL

Re: [udk-dev] The CWS python25 Will be setted ready for QA

2007-02-04 Thread Laurent Godard
someone else) some ideas to correct this Thanks to all Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http://www.nuxeo.com - http://www.nuxeo.org Livre Programmation OpenOffice.org, Eyrolles 2004-2006

Re: [udk-dev] The CWS python25 Will be setted ready for QA

2007-02-09 Thread Laurent Godard
conenctions Peter, eel free to ask if any question Thansk again Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http://www.nuxeo.com - http://www.nuxeo.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [udk-dev] Re: The CWS python25 Will be setted ready for QA

2007-02-26 Thread Laurent Godard
-- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http://www.nuxeo.com - http://www.nuxeo.org Livre Programmation OpenOffice.org, Eyrolles 2004-2006

[udk-dev] Next steps for pyUNO

2007-02-28 Thread Laurent Godard
regarding this. Do you think we could propose a Google summer of code on this (eg. External IDE connector for UNO Scripting) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http://www.nuxeo.com - http://www.nuxeo.org

Re: [udk-dev] A new Version of the Object Inspector is available

2007-02-28 Thread Laurent Godard
mainly due to several „deficiencies“. The Object Inspector is still under development. ... For further information see http://wiki.services.openoffice.org/wiki/Object_Inspector -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content

[udk-dev] Maven repositiory for OOo2.2 jar files

2007-04-11 Thread Laurent Godard
Hi all are the OOo2.2 jar files available on Maven repository ? using JODConverter worked with OOo2.1 but not anymore with OOo2.2 Thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http

Re: [udk-dev] Suggestion for adding python import functionality (i76281)

2007-04-11 Thread Laurent Godard
in their code (e.g. same 3rd party product, but different versions). But as it solves a lot of use-cases, i'm for it Any volunteer for having a look at http://www.openoffice.org/issues/show_bug.cgi?id=27026 ? Thanks again Jorg Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie

Re: [udk-dev] RE:PyUNO and OpenOffice installaed with Ubuntu distro

2007-09-21 Thread Laurent Godard
Hi The Ubuntu 7.04 distro provides a python UNO package that appears to be python 2.5 compatible (See the Provides: section below) : Original-Maintainer: Debian OpenOffice Team [EMAIL PROTECTED] I'll ask rene laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org

[udk-dev] COM and Named constants

2007-10-30 Thread Laurent Godard
Hi A user accesses OOo from VisualFoxPro through COM It works but, he can't access to nammed contants like com.sun.star.text.ControlCharacter.PARAGRAPH_BREAK What is the best way to use them ? Thanks laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http

Re: [udk-dev] Description file for an extension

2008-01-30 Thread Laurent Godard
Hi bernard Waiting.. to be sure it is not lost, i would suggest to open an issue against the extensions or api project Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management

[udk-dev] CannotRegisterImplementationException issue

2009-12-24 Thread Laurent Godard
Hi all i just entered this issue http://www.openoffice.org/issues/show_bug.cgi?id=107877 i don't know if udk is the right project, or framework ? the problem is that every extension needing to register a component fails if the windows user account contains accent leading to a path like