Problem with map
Posted: Fri Nov 06, 2020 7:58 am
I have developed a lot in a WebApp project and now I noticed during testing that suddenly there is a problem when deleting a map element.
After the delete, GUI errors suddenly occur and nothing works anymore.
The only hint I could find in the browser debugger:
What could that mean?
Is there any other way to see if something is broken on the map or something else?
Code: Select all
If FindMapElement(Form(), Str(nr))
DeleteMapElement(Form(), Str(nr))
EndIf
The only hint I could find in the browser debugger:
Code: Select all
Source-Map-Fehler: Error: request failed with status 404
Ressourcen-Adresse: http://127.0.0.1/spiderbasic/libraries/javascript/dojo/dojo.js
Source-Map-Adresse: dojo.js.map
Is there any other way to see if something is broken on the map or something else?