Looking for suggestions on how to approach an issue.
I want to write a function to compare the current value of a text field with
the value of the field in the selected row of the dataGrid. I want to use the
function as a focus-out handler on every text input.
Obviously I don't want to rewrite this for each and every field but I did not
see a functional similarity to a pointer in actionscript or did I just miss it?
This is for the awesome Flashbuilder 4,... I have a text input for every field
in the value object and want to compare each to the selectedItem for the
dataGrid and kick some stuff if it does not match.
Thanks
Dan Pride