Ideally I'd like to manipulate (rotate) an image before adding it to a specific item in the PolyList.
Just for testing purposes, I've;
- Added an image control, named "imageArrow"
- Selected an image for use in the image control
This is the code I've tested, without success;
Code: Select all
put image "imageArrow" into aData[1]["wind"]
set the dataContent of widget "PolyList" to aData
Code: Select all
put the imageData of image "imageArrow" into aData[1]["wind"]
set the dataContent of widget "PolyList" to aData
Thanks and regards!