Hello dear TMS support,
if I load a image (png, jpg) into the property image of TMSFNCTileListItem it doesn't show the image at run time.
Video.zip (1.8 MB)
Hello dear TMS support,
if I load a image (png, jpg) into the property image of TMSFNCTileListItem it doesn't show the image at run time.
Video.zip (1.8 MB)
Hi,
We tested the following with RAD Studio 12:
After running the application we see the images correctly:
What are you doing differently?
That is strange. Here's the project:
Project1.zip (123.1 KB)
Thanks for your help. I found a solution that works for us.
When I use the following line code it works fine
TMSFNCTileList1.Items[1].Image.LoadFromFile('WatchLive.png');
but with the Bitmap Editor it doesn't work
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.