DriveWorks 8 now has the ability to control more form control properties with rules.
Properties that can now have rules applied include:
By default these properties will be static properties, as denoted by the 'grey orb' next to the property name.
Double clicking the 'grey orb' makes the property dynamic and it becomes a 'green orb' to denote this.
The following types of appearance properties can be made to be dynamic:
Example Caption property rule |
---|
IF(ClevisRequiredReturn=TRUE,"Clevis is selected","No clevis selected") |
Example Color Property rule |
---|
IF(ClevisRequiredReturn=TRUE,"Black","Red") |
Example Font property rule |
---|
IF(ClevisRequiredReturn=TRUE,"font-family: microsoft sans serif; font-size: 8.25pt; font-style: italic; text-decoration:","font-family: microsoft sans serif; font-size: 8.25pt; text-decoration:") |
The following types of layout properties can be made to be dynamic.
Example Width, Height, Left or Top property rule |
---|
IF(ClevisRequiredReturn=TRUE,200,250) |