Hi Osa,
In the example app you posted the Carousel script was not included.
WebServer procedure, NetTalk Extension, Settings tab, Scripts tab, "Carousel" needs to be on.
Generate.
Then run the GzipAll.Bat file.
Your example of showing a gallery and carousel on the same page was unnecessarily complicated (and confusing.) I removed the gallery. I also "cleaned" up the data by removing the first record (which didn't have any pics) and the "John" record which contained an enormous pic.
Your settings for the Carousel control (200 x 100) was too small for the content. You need to make sure that's is big enough for what you plan to put in it. I changed it to 1000 x 500.
Lastly, the charset of the page has to be set as UTF-8 for the arrow buttons to appear. WebServer, Extensions, Settings Tab, Advanced tab, set Charset to
'utf-8'
(Store Data As can remain unchanged, whatever is appropriate for your app.)
cheers
Bruce