xela144 / CANaconda

CANaconda project: CAN message viewer
GNU General Public License v3.0
10 stars 0 forks source link

Highlight erroneous fields in transmission area when error occurs #28

Closed Susurrus closed 10 years ago

Susurrus commented 10 years ago

When filling invalid values into the transmission fields, highlight with a red border the fields that are incorrect. This helps to remedy the problem of problems with one field masking problems with another.

xela144 commented 10 years ago

Initial work done here 41bd33e

Need to add better error messages for bad data entered by the user.

xela144 commented 10 years ago

Color highlighting as above. Added an error message that tells user the bounds on the payload values as constrained by CAN field lengths. e861bff