Hi
I am not sure if this is achievable and so thought I would ask before spending any more time on it.
Is it possible to format the rows of a display array depending upon a condition. In essence I want to replicate the functionality of many email clients that show unread messages in bold.
I know there is the DISPLAY TO method with the attribute bold option but I cannot see how this would work when the array is scrollable (how can I tell if the user has scolled the array) and its container is resizeable (how can I tell if more or less rows are now being displayed).
Anyway, I would be interested to hear if any others have managed to achieve this.
Gary