SMS:Dynamic Model Interface Schema: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(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...")
 
No edit summary
Line 1: Line 1:
The dynamic model interface provides a way to quickly generate an interface for a numeric model.
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.
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.
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.

Revision as of 15:35, 30 December 2013

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.