getting the fileName of an image control
Posted: Thu Dec 31, 2015 12:32 am
Hi,
I need to do a little reverse engineering. This is for an iOs app.
In my preOpenCard I set the filename of the image control.
What I need to do is get the path to the file after its been set. I tried get the text of image "imageHolder" and get the fileName of image "imageHolder" but no-joy. Is there a way to do this?
It works in the IDE and from the message box.
Regards,
Tom
I need to do a little reverse engineering. This is for an iOs app.
In my preOpenCard I set the filename of the image control.
Code: Select all
set the filename of image "imageHolder" to tPicPath
It works in the IDE and from the message box.
Regards,
Tom