Finding Screenshot Image after taking it

I want to "find" a screenshot image of a QR code (using @Taifun's Screenshot ext) so I can use it later. The problem I have is that Taifun's path will not work in my APK, also I cannot "join" the Path to ASD and the Filename to see if that works. Hope I have made myself clear.

from Taifun's site:
image

the param image will contains the location of this screenshot image, it's in ASD, which is different when you are in companion and in apk.

Is Taifun's example working for you?

1 Like

Did you look at the blocks I posted? The path at the bottom of the shot. It's not in the ASD.
Also, how do I append the filename to the end of the path to ASD?

Sorry I didn't answer your last sentence. Yes everything is working well in the companion. When I build the APK is when it doesn't work.

I did not find your blocks have any relevance to Taifun's extension.

Your blocks do not really nake sense
Dors the example project work for you?

Taifun

Please find the solution,
it is working fine for me with this procedure

File :
Test.aia (14.6 KB)

Companion Screenshot :

Installed App Screenshot :

You need to join the ASD and image file name to execute the image to the component or whereever you want.

what do you mean? you already got the image path.

You can store these screenshots in a list and save it in tinyDB and later to view that screenshot call the file path from tinyDB.

Thank you all very much. From the replies, I have found the soution. I appreciate your help.

Please provide a screenshot of your working solution to help others with the same problem in future

Taifun

@Taifun
Yes, I will as soon as I have tidied it up so it is legible.