GestureDetect Extension (List and Swipe Images)

here i'm using this id 1
image
is it correct

You wanted to swipe up and down, why use the horizontal pager ?

But yes, setting id = 1 should work, that sets the id for the container, you refer to this when adding additional views.

image

sorry my bad corrected


can I use something like this?

Here is one I created using CompCreator and Viewpager to build a dynamic pager.

Image data is fetched from a spreadsheet in much the same way as you are doing it, just that I am using a google apps script web app to generate the listing on the spreadsheet

can i use without CompCreator? I would like to use only Viewpager is it ok?

how about in this way? without using CompCreator.

  1. You do not add anything to the local variable list ListShow
  2. There is no "component" in the local variable list Listshow for you to add
  3. You will need a component containing the image for each AddComponent you want to add to the view pager. This is why I used compCreator to dynamically create them.

Here how I did. Now I would like when I click image I want to see some action (for exmaple you clicked image index 2) how to do that?



image

  1. use the newest version of CompCreator
  2. Set the new image clickable as true
  3. bind a click event on the new created image; or use the build-in Any Image Click event.

I wanted to use CompCreator but I can't find download link aix

a search away:
image

I'm using 2 extentions. DCLite and VerticalViewPager.
I would like to see some action when I click on image.

image



image

image

  1. Update DCLite to the latest version of CompCreator
  2. Use SetValue block to set the image component created by CompCreator to Clickable

image


image

You appear to have DCLite and CompCreator on board, they are incompatible.

Yes working now

but i would like to see some text when I clicked. I tried in this way but not working

image

yes now working

BUT it's getting froozen for some minutes