Message System

 
 
 

This section presents the message-based interface used to manipulate the Showcase application.

The primary method of customizing the behavior and appearance of Showcase is via a message broadcast system. This system allows Showcase to be controlled locally by Python scripts and embededded custom web user interfaces, or remotely by external custom web user interfaces.

There are three primary kinds of messsages:

Many action messages are treated as requests and have accompanying response messages. An add-in or script will often wait for the appropriate response message in order to know if and when an action has succeeded or failed.