Thanks for the suggestion. I have looked into this but not sure it will work. I guess I should be asking the question, how can I set the Text element of roImageCanvas to equal an array? Once the canvas is created I set the attributes for the text as follows:
Items = [
{
Text:myarray
TextAttrs:{Color:"#FFCCCCCC", Font:"small",
HAlign:"HCenter", VAlign:"VCenter",
Direction:"LeftToRight"}
TargetRect:{x:500,y:60,w:200,h:60}
}
]
I would like the Text to show the list which is stored in array. I can set the Text = "Whatever I want" and it displays correctly so I know I have all on correct layers etc. But if I set Text=myarray, nothing appears even though I have check myarray in previous areas with a print statement that shows myarray is populated.
Thanks again