RacingSoftwareGuy
Programmer
I would like to change the text box backcolor depending on the severity of changes in their values.
I currently have the backcolor change to red if the value is positive and light blue if the value is negative. These are visual clues to the operator that something is happening.
I would like to change the color slightly as the value nears no change and more radically if the value begins to get out of the normal range.
For example, if the change is 10 I want bright red, however if the change is only 5 I want a much less intrusive red. Is there a way to calculate with math the next red or blue color that should be used rather than a Do Case type of procedure?
Don Higgins
I currently have the backcolor change to red if the value is positive and light blue if the value is negative. These are visual clues to the operator that something is happening.
I would like to change the color slightly as the value nears no change and more radically if the value begins to get out of the normal range.
For example, if the change is 10 I want bright red, however if the change is only 5 I want a much less intrusive red. Is there a way to calculate with math the next red or blue color that should be used rather than a Do Case type of procedure?
Don Higgins