Hello again. It is time for bug chasing :D I still don't get this one. In my code I have this sequence (JS) : dojo.subscribe('notifPlayElemental', this, "notif_PlayElemental"); this.notifqueue.setSynchronous('notifPlayElemental', 500); notif_PlayElemental( notif ) { if (...) { this.playEle...