Getting loading circle symbol when I use carouse in the page.

0
Hi Team,   As per my requirement, I want to display images based on the content selection from the "Searchable Selector Widget" (Avaliable in marketplace). However, when I try to place the Selector and Carousel widget next to each other in the two column layout grid. A spinner is showing (Attached screenshot for your reference). Does any one earlier faced this kind of challenge.   My Requirement is based upon the Equipment name from the dropdown, I have to display corresponding equipment pictures in the carousel.   I am using Mendix 10.6.1 version.   Actual Problem:       Domain Model:
asked
2 answers
1

Unless you have the Carousel constrained in some way, the page is trying to load all images in the database.  It seems like maybe there are a lot of images in your database, so the page is taking a long time to load them all.  Make sure you have the Carousel constrained in some way so that you are displaying a reasonable number of images in the Carousel.

answered
0

Hey Mike!

 

Thanks buddy taking time to look into my issue.

 

Fortunately I resolved the issue. The issue is if you are not provided with source of the carousel, then the loading button will keep on coming.

answered