![]() |
|
||||
Zero & Negative Text Colors |
|||||
FeatureGoldenseal now stores text colors in the field itself, so screen drawing is a few microseconds faster. This may reduce flickering since we don't need to check the number value each time the screen draws. Suggested ByTurtle Creek programmers. Technical DetailsGoldenseal includes the option to show zero and negative values in a dfiferent color in reports and data entry windows (it can be convenient to see negative values in bright red, for example).We used to check the number value each time the screen
draws, but we now check the field value only when it
changes, and store the text color for faster drawing. |