Hello,
Whats the best way to bind to data that will change in real time to form fields and not hurt WiseJ performace. Let’s say we receive a JSON message that will deserialize to a class.
What’s the best way to bind form fields – mostly labels, to this class so that simply updating the class will cause all the form fields to update.
I realize we can just brute force updating the labels manually, but it seems non-productive. Also when a new JSON packet comes in and it is deserialized, will it break the binding to all the form labels -assuming this is even possible.
Hi edmond,
You can use Binding way for change Label or Text property,
I provide you one sample, It use a thread for simulate async Data,
Happy coding,
Kevin (ITG)
Please login first to submit.