Extending product function with VBA : The System Architect object model : Object model classes : Application class : Application class: Methods : WriteStatusLineEx
  
WriteStatusLineEx
Allows short messages to be relayed to the user to keep them informed while code is being executed on the status bar of System Architect (bar in the bottom left corner). This is an extension of the WriteStatusLine method.
Syntax
Application Object.WriteStatusLineEx(Panel, TextToShow, BackColor, ForeColor)
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
Panel
Use: Required
Data type: Long
Panels are the panes or sections of the status bar: 1 on the left through to 4 on the right (2 and 3 appear only when a symbol is selected).
TextToShow
Use: Required
Data type: String
Text that is shown on status bar.
BackColor
Use: Required
Data type: Long
Background color of the status bar
ForeColor
Use: Required
Data type: Long
Foreground color of the status bar
See also
Application class: Methods