Hello everyone,
I am facing an issue with my application where I have more than 30 continuous images that need to be displayed with a single click on a button. To achieve this, I have used the Switch function to switch between images based on the value of gblTransitionScreen. eg:Switch, (gblTransitionScreenI, Image, 2, image2. 3, Image3) The formula I have used on the button's OnSelect property is screen Set(gblTransitionScreen, gblTransitionScreen+1) to increment to the next screen.
The scripts are working fine, but the problem I am facing is that there is a delay in loading each screen when I click the button. This delay makes the transition between screens slower than desired. I would appreciate any suggestions or guidance on how to make this process more efficient and reduce the loading time between screens.
Thank you in advance for your help!
Best regards,
Bala
