Hal Vaughan
2011-06-16 07:22:31 UTC
I've mentioned the sticky-note project I'm working on yesterday in two emails.
Now I'm running into a problem: I'd like to display a number of sticky-notes, but to display any kind of dialog in BASIC, I need to do something like this:
oSticky = createUnoDialog(DialogLibraries.HalLib.StickyNote)
oSticky.Execute()
And the program will stop until I close the dialog, either by the close button, a cancel, or OK, or another button.
That means the only way to have multiple dialogs open is to open one and from there, open the next, and then open the next and so on.
Is there some way, from BASIC, to display a dialog and leave it open without it stopping a script?
Thank you!
Hal--
-----------------------------------------------------------------
To unsubscribe send email to dev-***@api.openoffice.org
For additional commands send email to ***@api.openoffice.org
with Subject: help
Now I'm running into a problem: I'd like to display a number of sticky-notes, but to display any kind of dialog in BASIC, I need to do something like this:
oSticky = createUnoDialog(DialogLibraries.HalLib.StickyNote)
oSticky.Execute()
And the program will stop until I close the dialog, either by the close button, a cancel, or OK, or another button.
That means the only way to have multiple dialogs open is to open one and from there, open the next, and then open the next and so on.
Is there some way, from BASIC, to display a dialog and leave it open without it stopping a script?
Thank you!
Hal--
-----------------------------------------------------------------
To unsubscribe send email to dev-***@api.openoffice.org
For additional commands send email to ***@api.openoffice.org
with Subject: help