Decoder_360
(The Decoder 360)
February 12, 2021, 10:05am
#1
Hello Developer Please Help !!
After Reading A lot Of Articles In the Community I can’t find my Solution.
Please Somebody Help !!
I Just Wanna to Show " When Any Card on Image Click then it should open it another Screen
with the same particular image "
but whenever I click the Any Card View it shows me error
Please Help !!
Thanks In Advance !!
Here Is the Image Blocks
Decoder_360
(The Decoder 360)
February 12, 2021, 10:18am
#3
When I click On Image It Redirects Me On Another Screen As What I want But Also It shows me This Error and Image Does Not Shows ??
Please Help
Thanks In Advance
Here Is The Image Where it Redirects
Here Is The Error Block Screen
Use Do it on where you got image link to check is the image link is valid or have some issue.
Decoder_360
(The Decoder 360)
February 12, 2021, 10:35am
#5
No Image Is Valid
I have Checked ??
Please Help
Thanks In advance
You need to use this extension, By DebYb
Image Loader
Hi everyone,
Today I present a new extension based on Universal Image Loader that allows you to load and cache images.
Demo
Event
OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image.
[OnLoadingStarted]
OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image.
[OnLoadingFailed]
OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image.
[OnLoading…
Vaibhav
(Vaibhav)
February 12, 2021, 11:16am
#7
In above image the marked variable contains only a singe item and is not a list! @Decoder_360
Its not necessarily a solution for this stage/error
Decoder_360
(The Decoder 360)
February 12, 2021, 12:29pm
#8
Can You Help Me Please By Guiding The Correct Block
Please Help What Will Be Correct Block
Thanks In Advance
Decoder_360
(The Decoder 360)
February 14, 2021, 10:11am
#9
After Correction it Again Shows the same error
here what i have done Correction
Please Help Someone !!
I am Facing this issue from last 4 days
Help Me !!
Thanks In Advance
Number 1:
You have initialised List as a text variable and then later on you are using it as a list with the select item list.
Number 2:
Why are you adding a one?
I suppose the value you get is already a single item, so what’s the point of using a index? Why not directly use it to set the picture?
Edit: I’m sorry it’s a list… My bad.
Number one is correct though
Decoder_360
(The Decoder 360)
February 14, 2021, 10:30am
#11
I want to use with Multiple Photoview That’s why ??
Because when swipe left or right it should change the image ??
1 Like
On the second screen, you have initialised the variable ‘List’ as a text variable.
But later on you use the variable ‘List’ as a list.
So replace the ‘text’ block with ‘create an empty list’
Decoder_360
(The Decoder 360)
February 14, 2021, 10:37am
#13
Do you mean like this ??
Now it is the Correct Block ??
Can you check when you recieve the list on the second screen, is the list actually a list with the ‘is a list’ block.
Im talking about the pictures list.
Place a label, use the set text to check whether it’s a list or no