CreateUnoDialog Function [Runtime] /text/sbasic/shared/03131800.xhp Sun Microsystems, Inc. converted from old format - fpe
CreateUnoDialog function CreateUnoDialog Function [Runtime] Creates a Basic Uno object that represents a Uno dialog control during Basic runtime.
Dialogs are defined in the dialog libraries. To display a dialog, a "live" dialog must be created from the library. See Examples. Syntax: CreateUnoDialog( oDlgDesc ) Example: ' Get dialog description from the dialog library oDlgDesc = DialogLibraries.Standard.Dialog1 ' generate "live" dialog oDlgControl = CreateUnoDialog( oDlgDesc ) ' display "live" dialog oDlgControl.execute