Class: cStatusPanel

Module location: cStatusPanel.pkg line 43 (view source)

Class Hierarchy:

DFBaseToolPanelFloatingPanelcStatusPanel

Direct Known Subclasses:

cProcessStatusPanel,

Class Definition

Properties

booleanpbCancel

Functions and Procedures

Activate()
Inherited from Shadow_Mixin
Send this message to start the panel
Close_Panel()
Inherited from Panel_Mixin
note close panel does not actually close the panel. It just sets pbCancel to True, informing the process using this that it wants to close. It is then up the process close the panel.
Construct_Object()
Inherited from FloatingPanel
Deactivate()
Send this message to stop the panel
Deactivate_Group()
this is private and required. Never send this.
ProcessEvents()
This allows the panel to paint when used in a tight loop, which is what status panels are used for. Any time you update the panel or wish to check for a cancel, you should call this.

References (1):

ModuleContaining SymbolLine
cProcessStatusPanel.pkgcProcessStatusPanel34