Re: [PATCH] [PYTHON] DialogBox class for Python

2012-06-06 Thread Stephan Bergmann
On 06/05/2012 07:37 PM, Joost Eekhoorn wrote: Where is the place for such a demo ? The LO SDK includes a number of examples, see odk/examples/python/. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [PATCH] [PYTHON] DialogBox class for Python

2012-06-06 Thread Michael Stahl
On 05/06/12 19:37, Joost Eekhoorn wrote: I could not found a dialogbox class, thus I build one: class DialogBox in dialogbox.py. I did not look good enough. There is UnoDialog2.py in wizards/com/sun/star/wizards/ui. hi Joost, this is apparently a result of a GSoC project from last year;

Re: [PATCH] [PYTHON] DialogBox class for Python

2012-06-05 Thread Caolán McNamara
On Fri, 2012-06-01 at 09:54 -0400, Kohei Yoshida wrote: Setting [PATCH] in the subject to make sure this one doesn't get lost... Anyone familiar with PyUNO care to comment on Joost's nice dialog box class addition? The header would have to be changed to the TEMPLATE.SOURCECODE.HEADER

Re: [PATCH] [PYTHON] DialogBox class for Python

2012-06-05 Thread Joost Eekhoorn
I could not found a dialogbox class, thus I build one: class DialogBox in dialogbox.py. I did not look good enough. There is UnoDialog2.py in wizards/com/sun/star/wizards/ui. Thus dialogbox.py can go to /dev/null. Also the 2 examples. I made a new example using UnoDialog2:

Re: [PATCH] [PYTHON] DialogBox class for Python

2012-06-01 Thread Kohei Yoshida
Setting [PATCH] in the subject to make sure this one doesn't get lost... Anyone familiar with PyUNO care to comment on Joost's nice dialog box class addition? Kohei On Thu, May 31, 2012 at 1:15 PM, Joost Eekhoorn joost.eekho...@gmail.com wrote: I could not found a dialogbox class, thus I build