Estimating Software
Project Management Software
Accounting Software
Inventory SoftwareInventory Management SoftwareBookkeeping SoftwareTime Tracking SoftwareConstruction Estimating SoftwareConstruction Management SoftwareProject Management Software

Zero & Negative Text Colors

Feature

Goldenseal 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 By

Turtle Creek programmers.

Technical Details

Goldenseal 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.