Data Binding to real time data feed

0
0

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.

  • You must to post comments
0
0

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)

  • edmond girardi
    Thanks Kevin, I’ll check it out.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.