Hey, Is there a way to bind a label's text to an object's data during runtime?
I have created a pane that has a list of rows that display certain values from members of data objects. These objects have threads that will alter some of these values based on the outcome of those threads. What I am trying to do is bind the label text to the value of the data member of that object. The data member is private, but I have a getter for it. All the examples that I am finding are showing me what needs to be done when there is an action in the UI to change text or when the binding is done in the initialize method. Since these rows are being created dynamically I cannot use that as a reference. Any help is appreciated. Thanks, Jason Dorsey | Engineering Intern 1233 West Loop South Houston, TX 77027 USA [email protected]<mailto:[email protected]> www.attachmate.com<http://www.attachmate.com> | www.netiq.com<http://www.netiq.com>
