Look at tha picture,
Pictures are loaded. but why isn’t something coming on the label?
Hello @JB_Kamruzzaman ,
When using DevYBImageLoader to load images to a picture, the Picture property of the image will not be changed to the image path you loaded, it would be only changed if you have set the Picture property before. That’s why the label doesn’t display the image path.
Is it possible to display picture in in label, i dont think so..
Normally, the picture won’t display in the label but the path to it, specified by the Picture property.
Thanks for your cooperation. Now what is the solution?
I just need image url
Here are some suggested solutions:
1- Store the image and it’s corresponding image URL in a dictionary, where the key is the image component and the value is the image URL. When you need to get the image URL given the image component, you can use the dictionary’s getValue block.
Thanks, but so many blocks are written for each photo
You can ask @Mohamed_Tamer to share all the blocks which are draggable into the creator.
This logic will work certainly.. apoly this method and try
I created the solution myself. This is the best solution, your solution is also good, but if you write a block according to that solution, it takes about 3 times more blocks, if I use this solution, I have to write five blocks. Anyway thank you so much for trying.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.