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
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
http://lists.freedesktop.org
>> 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: example-using-uno
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
temp
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
wrote:
> I could not found a dialogbox class, thus I build one: class DialogBox in
I could not found a dialogbox class, thus I build one: class DialogBox in
dialogbox.py.
Also made 2 examples using this DialogBox:
- example-using-dialog.py: showing a simple dialog and printing the
results to the shell.
- example-import-to-calc.py: importing data from a csv-file to a
calc-sheet