This is very simple setup... I have a PolyList that only has the item "image" which is set to the content type of "image-data". There are 2 images in the card that I am testing with.
I have the following button set to add the imageData to the Polygrid. The data is in the array, but nothing is being displayed.
Code: Select all
on mouseUp
put the imageData of image "a1" into tData[1]["image"]
put the imageData of image "a2" into tData[2]["image"]
set the dataContent of widget "PolyList" to tData
end mouseUp
Any thoughts as to what I'm missing?