Force loading message with backdrop
10 years ago.
Hello,
I am looking for a way to show the loading label (and the loading backdrop) programaticaly. I know that I can do it with
args.async = true;
$.dp.message("Loading...");
but I don't have the args variable in my library that fires up the loading process.
I tried to call $.dp.loadingStart() but it not seems to exist. I am working with ver 2182.
DayPilot