GestureDetect Extension (List and Swipe Images)

When you click on the image ?

even not clicked 1 min I'll send video

show us your blocks here

what size are your images? (and how many are you fetching?)

only 3 images but in future it'll be 850 images

Then this is probably not the way...

You probably want to use a recyclerlist

See here for an example (PART I or PART II):

maybe click and swipe conflicted. Disable clickable then test again

When I do this it's not froozen anymore but not showing message when i clicked

Working OK here

Try placing the AddComponent block outside the local variable block, like I have.

tried not helped

This is incorrect. All you are doing is setting a custom property called true (or false) with a value of true.

You need to set the property of Clickable to true.

Also, not sure why you removed the local variable for your created image ?

Go back, look at my previous example again and rework your blocks.

why you removed the local variable for your created image ? I created global variable.

Why ?

I corrected

What is the Vertical_Scroll_Arrangement1 for ? Are you using it for anything else ?

You can use Screen1, because the Pager will "absorb" the image components when they are set to the Pager.

Use the CompCreator SetValue block to set the image.Picture, NOT the anyComponent block.

image

image

:question: