I am involved in development for compact frameworks, and I ran into a problem that is pushing me.
I have attached a couple of text fields to some properties (first and last name of the person class) and have a menu item that just shows the full name and works quite well, except that the properties are updated only once the focus is the loss of text fields. This means that if I change the first name and click on the show name menuitem button, I will get the old firstname value.
Is there a way to force the data binding to be updated, or to make it possible that every time a character is changed in one of the text fields, the corresponding property is updated?
source
share