dhtmlxScheduler’s loading indicator is not working at all.

dhtmlxScheduler’s loading indicator is not working at all.

I have included the loading indicator in my code but the image doesn’t appear at all.

scheduler.config.show_loading = true;

Thanks

Hello,
it seems working with our examples, i’ve tested it on scheduler/samples/01_initialization_loading/05_loading_database.html
with this code on the client scheduler.config.show_loading = true; scheduler.load("data/events.php");It loads data almost instantly on the local server, but if you want to make sure that indicator is actually showing up, you may put something like 'sleep(5);’ to php script to increase data loading time.