here i'm using this id 1
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.
sorry my bad corrected
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?
- You do not add anything to the local variable list ListShow
- There is no "component" in the local variable list Listshow for you to add
- 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?

- use the newest version of CompCreator
- Set the new image clickable as true
- 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:
I'm using 2 extentions. DCLite and VerticalViewPager.
I would like to see some action when I click on image.

- Update DCLite to the latest version of CompCreator
- Use SetValue block to set the image component created by CompCreator to Clickable
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