PolyList and content-type = image-data
Posted: Tue May 20, 2025 9:19 pm
I've been trying to find information on how to use the PolyList and specifically the data type image-data, but I can't find any.
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;
and
But none of it works. Any ideas?
Thanks and regards!
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!