UIIndex.gif Previous-2.gif disNext-3.GIF

UIworkingDialog


Synopsis

a dedicated information working message dialog window

UImessageBox UIworkingDialog {
type<NEvisible=0> = 5;
};

Description

UIworkingDialog is a dialog that posts a working message to the user in a separate window. This is used to inform the user of application actions that can take a long period of time to complete. The value of OK (from UIdialog) can determine if a user accepts the situation described by the posted message. The dialog displays a special message dialog bitmap.

Subobjects

type <Not visible in Network Editor> =5 (dialog working bitmap);

Attributes inherited from the UImessageBox class.

title;
isModal;
autoUnmanage;
destroyOnUnmanage;
ok;
cancel;
okButton;
okLabelString;
cancelButton;
cancelLabelString;
display

Attributes inherited from UIdialog.

message

(+IPort2)UIdecorContainer class attribute.

x; y;
width; height;

UIGeom class attributes.

clientWidth; clientHeight

UIdecorGeom class attributes

* parent;
grouptoParent;
&cursor;
events <Not visible in Network Editor>;

UIwindow class attributes

shellParent <Not visible in Network Editor>;
canHaveChildren <Not visible in Network Editor> =0(cannot have children)

UIConnection class attributes inherited from UIwindow.

&visible=0;
&active;
pixmap;
color;
fontAttribute;
fontlist <No longer used. Not visible in Network Editor>;
cxxhandle <Internal Object. Not visible in Network Editor>;
handle <Internal Object. Not visible in Network Editor>;
motif_resources <No longer used. Not visible in Network Editor>;
window_resources <No longer used. Not visible in Network Editor>;
layout <No longer used. Not visible in Network Editor>

Attributes inherited from UIcore class through UIwindow.

Example

Not available.

File

v/UI.v

See Also

Related modules:

•      UIdialog

•      UIfileDialog

•      UIprimitive

•      UIsliderUnbnd



UIIndex.gif Previous-2.gif disNext-3.GIF