Hi, @Vishwas!
Thanks a lot for your help!
I followed your given steps, and nothing showed up on the image component. These are my blocks -
Am I doing anything wrong?
Thanks!
Hi, @Vishwas!
Thanks a lot for your help!
I followed your given steps, and nothing showed up on the image component. These are my blocks -
Am I doing anything wrong?
Thanks!
Hmm
I’m not sure. Perhaps @Mika will be able to help you out better as he’s the author of the feature
Maybe you should first check the content of the “value” parameter as example inside a label.
Also you should first do a check which type the shared data is.
Example it does not make sense to receive text and your app tries to set it as image (Which will not work).
Hi, @Mika!
Thanks for your reply!
I tried to display both type
& value
parameters through these blocks -
The label displayed,
2 , /external/images/media/1219
I think the 2 indicates it’s an image, as this hint says -
What is that /external/ … thing?
Thanks a lot!
That’s the path to the received image.
Maybe you need to add some other words in front of it that it works correct for the picture.
Can’t help you much. Iam at work.
You should look here.
Maybe there is the answer
@Taifun has already confirmed that it is content uri and you have to convert it to file path to make it work.
I edited my answer above.
There are linked two topics now.
Either using TaifunFile or FileTools.
Thanks @mika! I’ll definitely read and let here know if it helped.
@vknow360 I am not familiar with TaifunFile extension, but with yours. Can you guide me?
Edit - Is this the appropriate block?
Thanks!
Have you tried this (I dont talk about using a extension):
“file:///storage/emulated/0/” + value ?
Then you should try to use a extension for it.
Probably yes, attach value block to it and it should give you the path
Yes that is the block I was talking about.