Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How you manage configuration changes for your components us up to you; there is no fixed method. However following method is the standard employed by Qbika useful paradigm as as follows:

  • User changes some configuration in your UI component.
  • UI component sends changes to the WinGate engine using CommsSend.
  • WinGate engine persists changes and broadcasts the message back out to all connected WMCs with CommsSend. Even to the original one that sent the changes in the first place.
  • WMCs receive configuration change messages and update their internal state.

...