Module cProcessStatusPanel.pkg

cProcessStatusPanel.pkg Class used to create StatusPanels. This class does not provide any of the inner objects that make up a status panel. Instead an interface is provided that is used to update the various areas of status panel. At this level, those areas (title area, message area, action area, button area) are logical. You create the physical objects at the object level and then bind these objects to the interface. Take a look at StatPnl.pkg to see how this is used. the standard Interface for status panels are: Send Initialize_StatusPanel - initializes values for caption, title & message Send Start_StatusPanel - start the status panel Send Stop_StatusPanel - stop the status panel Send Update_StatusPanel - update the status panel's action area Get Check_StatusPanel - check for cancel (if cancel or pbCancel is set, close the panel) Get/Set Caption_Text - updates the caption bar Get/Set Title_Text - updates the title area Get/Set Message_Text - updates the Message area Get/Set Action_Text - updates the action area Get/Set Button_Text - updates the button area Get/Set Allow_cancel_state - determines if panel can be canceled Send EnableCancelButton - code must be provided in the cancel button object to enable/disable cancel button

References (1):

ModuleLine
Statpnl.pkg73

Field References (0):

ModuleContaining SymbolLine