3 6 3 Adding a Visualization

Visual LANSA

3.6.3 Adding a Visualization

To add another visualization for the field, use the toolbar on the tab.

When you select one of the visualizations, it is added to the field's component definition. The new visualization becomes visible in the design view:

The component defined for the Role property defines the type of visualization. These are the Roles for the available visualizations:

Edit box

#PRIM_EVEF

Spin edit field

#PRIM_EVSE

Track bar

#PRIM_EVTB

Progress bar

#PRIM_EVPB

Radio buttons, check box, lists (PickList visualizations)

#PRIM_EVPL

Multi-line Edit Box

#PRIM_EVEM

 

 

If you define several visualizations for a field and if you want to make one of them the default visualization of the field when it is added to another component, set the DefaultVisual property of the visualization to True:

In the following picture the track bar visualization is made the default:

Only one of the field's visualizations can be the default visualization.

You need to save the updated definition for the field before you can use the visualizations you have defined.

Ý 3.6 Field Visualization Development