T O P I C R E V I E W |
Vish |
Posted - Jun 13 2020 : 12:53:33 Is there a way to get list of images from ImageENMView.
Also, I am loading images to ImageEnmview from disk or by scanning. Is it possible to create the list of files.
I want to hide imageinfo data from display.
Thanks Vish |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jun 16 2020 : 00:33:10 Hi Vish
Please see the example at:
https://www.imageen.com/help/TImageEnMView.ImageUserPointer.html
Or use the text fields, but set ShowText := False (to hide all text).
Nigel Xequte Software www.imageen.com |
Vish |
Posted - Jun 15 2020 : 01:18:24 Thanks Nigel.
I want to assign some info to image using imageinfo but I do not want that to be displayed on UI. How can I do that.
OR, if there is away to attach some sting data with every image in ImageEnMView.
Thanks Vish |
xequte |
Posted - Jun 14 2020 : 17:27:30 Hi Vish
You can just iterate through the list reading ImageFileName. Please see the example at:
https://www.imageen.com/help/TImageEnMView.ImageFileName.html
Nigel Xequte Software www.imageen.com |