
Quote from CDY@44 on August 15, 2019, 8:10 pmHi Luis,
When I launch the example inside VisualNeoWeb : "load-json.neoapp", whithout any modification, I have this message in console :
Error: [$rootScope:inprog] http://errors.angularjs.org/1.7.7/$rootScope/inprog?p0=$apply
at p (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:146:165)
at m.prototype.$apply (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:154:454)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:118:48)Any idea ?
Regards,
Denis
Hi Luis,
When I launch the example inside VisualNeoWeb : "load-json.neoapp", whithout any modification, I have this message in console :
Error: [$rootScope:inprog] http://errors.angularjs.org/1.7.7/$rootScope/inprog?p0=$apply
at p (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:146:165)
at m.prototype.$apply (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:154:454)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:118:48)
Any idea ?
Regards,
Denis

Quote from luishp on August 16, 2019, 9:47 amHi @cdy44-2, although the error appears, the sample works correctly.
That's because, for simplicity, I decided to use a synchronous loading for LoadJSON action command instead of an asynchronous one, and the W3C has unapproved it due to bad user experience.
You can use instead FileToVar, OnLoadSuccess and ParseJSON if you prefer.Sorry!
Hi @cdy44-2, although the error appears, the sample works correctly.
That's because, for simplicity, I decided to use a synchronous loading for LoadJSON action command instead of an asynchronous one, and the W3C has unapproved it due to bad user experience.
You can use instead FileToVar, OnLoadSuccess and ParseJSON if you prefer.
Sorry!

Quote from CDY@44 on August 16, 2019, 4:51 pmWhen I launch "Animate-icon", I have this error message in console:
Error: [$rootScope:inprog] http://errors.angularjs.org/1.7.7/$rootScope/inprog?p0=$apply
at p (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:146:165)
at m.prototype.$apply (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:154:454)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:169:386)
at completeTask (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:166:15)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:52:1)
Error: [$rootScope:inprog] http://errors.angularjs.org/1.7.7/$rootScope/inprog?p0=$apply
at p (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:146:165)
at m.prototype.$digest (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:151:46)
at m.prototype.$apply (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:155:33)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:169:386)
at completeTask (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:166:15)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:52:1)
[$rootScope:inprog] http://errors.angularjs.org/1.7.7/$rootScope/inprog?p0=$apply (angular.min.js, 155)
When I launch "Animate-icon", I have this error message in console:
Error: [$rootScope:inprog] http://errors.angularjs.org/1.7.7/$rootScope/inprog?p0=$apply
at p (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:146:165)
at m.prototype.$apply (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:154:454)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:169:386)
at completeTask (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:166:15)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:52:1)
Error: [$rootScope:inprog] http://errors.angularjs.org/1.7.7/$rootScope/inprog?p0=$apply
at p (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:146:165)
at m.prototype.$digest (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:151:46)
at m.prototype.$apply (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:155:33)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:169:386)
at completeTask (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:166:15)
at Anonymous function (file:///C:/ProgramData/SinLios/VisualNeoWeb/js/angular.min.js:52:1)
[$rootScope:inprog] http://errors.angularjs.org/1.7.7/$rootScope/inprog?p0=$apply (angular.min.js, 155)

Quote from luishp on August 16, 2019, 9:45 pmHi again @cdy44-2,
When I launch "Animate-icon", I have this error message in console
That sample app use SVG Vivus plugin. A modern Web Browser is required if you want to avoid any error.
PLease test the application under FireFox or Chrome.
Hi again @cdy44-2,
When I launch "Animate-icon", I have this error message in console
That sample app use SVG Vivus plugin. A modern Web Browser is required if you want to avoid any error.
PLease test the application under FireFox or Chrome.


Quote from luishp on August 16, 2019, 9:58 pmCan't reproduce the error messages here in Chrome nor in FireFox.
For me they only appear under Internet Explorer (Run menu)
Can't reproduce the error messages here in Chrome nor in FireFox.
For me they only appear under Internet Explorer (Run menu)

Quote from CDY@44 on August 17, 2019, 2:28 pmThank you. So the problem come from IE... Can't we change the browser of the "Run from start" function ? It is good to have visibility on "actions", "variables" and "console".
Have a nice week-end.
Thank you. So the problem come from IE... Can't we change the browser of the "Run from start" function ? It is good to have visibility on "actions", "variables" and "console".
Have a nice week-end.

Quote from luishp on August 18, 2019, 12:37 pmSorry that's not possible, but you can open the console in any web browser.
Have a nice weekend you too!
Sorry that's not possible, but you can open the console in any web browser.
Have a nice weekend you too!