SMS:Dynamic Model Interface Schema

From XMS Wiki
Revision as of 15:35, 30 December 2013 by Jcreer (talk | contribs) (Created page with "The dynamic model interface provides a way to quickly generate an interface for a numeric model. Dynamic dialogs are a quick way to generate dialogs without having to compile...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The dynamic model interface provides a way to quickly generate an interface for a numeric model.

Dynamic dialogs are a quick way to generate dialogs without having to compile code. To add or delete a widget on a dynamic dialog, the user simply modifies the .xml document. When the modified document is loaded, the new/modified dialog exists. The .xml document defines the layout, behavior and the different dialog controls.

The dialog is divided into 2 sections, the tree and the widget view. The tree is on the left side of the dialog and it contains groups and items that represent data. Clicking on a group or item will result with the widget view being updated to match the selected tree or group item.