Please look at the small demo project:
When selecting an image by clicking with the mouse, the OnImageSelect event handler is automatically triggered.
But when I select an image PROGRAMMATICALLY, the OnImageSelect event handler is NOT automatically triggered!
So how can I select an image PROGRAMMATICALLY so that the OnImageSelect event handler is automatically triggered?
Or in other words: How can I get the FILENAME of the image I have selected before programmatically?
UPDATE: ImageEnFolderMViewImages.ImageFileName[1]
does work in the context of this very simple demo. However, in a complex project where at the time when running this code the ImageEnFolderMView is hidden in a not visible CardPanel Card, it does not work. So getting the file name of an image regardless of any circumstances should always work.
attach/PeterPanino/202210991810_ImageEnFolderMViewSelect.zip
2.44 KB