problem with continuous scroll

Hello all,

I'm new to web programming and wanted to experiment with the continuous scroll component.

Anyone else notice that the Continuous scroll demo is not working? It just shows "end of results". Also if using the new designer if you add it to a new project, you just get a spinning cursor.

Hi,

The small JSON service we wrote for the demo was hosted on a server that has its certificate expired, so the request could no longer be made. Now I restarted the service with a self signed certificate but it's only time before it stops working again.

However, you should have access to the sources for the JSON service in the demo folder. You can simply drop a TIdHTTPServer on a VCL/FMX form and copy the OnCommandGet implementation. Then it's just a matter of fixing the URL to your locally hosted server in the OnFetchNextPage implementation.

We'll update our demo so the icons won't depend on external links and we'll also replace the service a simple GUI server to make getting started a bit more easier and less dependent on other services.

This is expected, the component is trying to fetch data but cannot do that without implementing the necessary events. We'll check if there's something we can do to improve the design-time experience.