This is related to the question that I posted earlier that I had to use a workaround for.
I have a TablePane with a ScrollPane with yet another TablePane inside it. All of these are in a cardpane. The innermost TablePane contains a list of data pulled from objects that implement Runnable. What is happening is that when the object's status gets updated inside the thread, the proper method is called to update the status field in the UI, but only the color changes. The text does not update until I move the mouse. Example: All objects have an initial status of WAITING. This status is shown in grey. Once it starts RUNNING, it changes to blue. FAIL is red and PASS is green. The colors update properly no matter what, but the text only changes when I move the mouse. Also the color being displayed is a result of a switch case based on the status. Has anyone else noticed delayed changes like this? I can't tell my users to keep the mouse moving. :) 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>
