OpenOffice.org video based manual
Plan-B for OpenOffice.org, learning office productivity software with videos


Tech Support for OpenOffice.org
Applications
Go to Open Office Writer Index
Go to Open Office Impress Index
Go to Open Office Math Index
Go to Open Office Draw Index
Go to Open Office Calc Index
Go to Open Office Base Index
Go to Open Office Online Help Index

Help Sections:
General
Writer
Impress
Math
Draw
Calc
Base
Basic

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

Index

CreateUnoDialog function

This help text is published from the OpenOffice-Help files under the Public Documentation License 1.0.

Get OpenOffice.org - Free!