Is it possible to set the background color of an individual entry in a perl tk listbox. So for instance, i may have a list of batch compute jobs that are running that is updated every 10 seconds, and any with errors reported would change to a red background in the list.
Is this possible? I know i can do it with a textbox, but a listbox?
thanks!
JSlice