Find out what properties change since last input?
Hello guys,
I have a question about finding what properties changed with a different input.
For example:
- I have a text box, and then if I input the invalid value, the text box turn red.
- Usually, I will use Spy Object to highlight the test box, and then check 'BorderBrush' R,G,B value.
- I ran into a issue that the text box turn red, but 'BorderBrush' R,G,B value remained the same.
- I look through each properties, and trying to find out if I can find any difference, so I can use it as check point.
- There are too many properties, and I have hard time to find what properties have changed when I put invalid value.
Is there a way to compare properties to find out the changes between valid input and invalid input?
Appreciate as always!
Probably using an overlay or an underlay or something. I find that a lot with web based stuff. Not so much with desktop based.
Something has certainly changed to red, you can see it. Just a matter of working out what. Have a look at direct parent & child objects maybe?