ShowLoadingMessage fires and displays loading animationdojo.connect(map,"onUpdateStart", ShowLoadingMessage('Loading...'))HideLoadingMessage fires when the basemap is successfully drawndojo.connect(map, "onUpdateEnd", HideLoadingMessage);
identifyManager login then pops up, asking for username/password. After signing in, the 9 feature layers are then added to map, but it takes a few seconds; how do I fire my ShowLoadingMessage, then fire HideLoadingMessage when all feature layers are drawn?I looked through featurelayer events and can't find what I'm looking for. thanks!