Re: [Libreoffice] [GSOC] Java > Python, problem with uno.invoke

2011-05-30 Thread Michael Meeks
Hi John, On Fri, 2011-05-27 at 22:12 -0700, John LeMoyne Castle wrote: > I think your Java->Python porting project is awesome. ... Wow - and your feedback is brilliant :-) it would be wonderful to have you working with Xisco on this, and/or helping to mentor if Bjoern is up for that :-)

Re: [Libreoffice] [GSOC] Java > Python, problem with uno.invoke

2011-05-28 Thread Xisco FaulĂ­
Hello, It's funny how close I was to the solution and the time it took me to find it. uno.invoke(xPSet, "setPropertyValue", (PropertyName, uno.Any( \ "[]string",PropertyValue))) Thank you John for your answer. 2011/5/28 John LeMoyne Castle > Hi Xisc

Re: [Libreoffice] [GSOC] Java > Python, problem with uno.invoke

2011-05-27 Thread John LeMoyne Castle
Hi Xisco, I think your Java->Python porting project is awesome. My experience is thin on many counts here: Java, Python, pyuno and LibreOffice, but I have been curious about them all, so I dove in a little on your question. My short answer of encouragement: Yes, you can solve it! One questio

[Libreoffice] [GSOC] Java > Python, problem with uno.invoke

2011-05-27 Thread Xisco FaulĂ­
Hello, I have converted the method setControlProperty in UnoDialog: http://opengrok.libreoffice.org/xref/components/wizards/com/sun/star/wizards/ui/UnoDialog.java#149 as follow: def setControlProperty(self, ControlName, PropertyName, PropertyValue): try: if PropertyValue: