Re: [udk-dev] Re: returning multiple values (and range cells) from a Python calc add-in

2007-05-29 Thread Juergen Schmidt
Alexandro Colorado wrote: The XCU most point to your script so it can be properly packaged, there is a site that is pretty good: http://udk.openoffice.org/python/scriptingframework/index.html i mean a new xcu file for Calc add-ins. It is probably not documented yet, you can take a look on

Re: [udk-dev] Re: returning multiple values (and range cells) from a Python calc add-in

2007-05-29 Thread Juergen Schmidt
Hi Joachim, that of course sounds strange and we should analyze it in detail. I am not really familiar with the Python binding but anyway we should try to check it. Maybe you can prepare a small demo add-in and can provide it for further investigation. Juergen Joachim Dahl wrote: I have a

[udk-dev] Creating UNO-Ruby bridge?

2007-05-29 Thread Girish Chandran
Hi All, I am analyzing the effort required for implementing a UNO Bridge for Ruby. As part of this exercise I am going through the documentation available at the following urls: - http://udk.openoffice.org/common/man/bridge.html -

Re: [udk-dev] Creating UNO-Ruby bridge?

2007-05-29 Thread Kay Ramme - Sun Germany - Hamburg
Hi Girish, Girish Chandran wrote: Hi All, I am analyzing the effort required for implementing a UNO Bridge for Ruby. I am happy to hear that :-) As part of this exercise I am going through the documentation available at the following urls: - http://udk.openoffice.org/common/man/bridge.html

Re: [udk-dev] Re: returning multiple values (and range cells) from a Python calc add-in

2007-05-29 Thread Joachim Dahl
The problem seems to be that the add-in is executed every time I click on a parameter in the function-wizard, and thus the optimization routines I am wrapping are executed over and over again as I cycle through the different parameters. So it's not a bug, but something you want to keep in mind