AutoCAD JavaScript API not working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I tried now for quite some days to load a JavaScript into AutoCAD 2016, by following this Tutorial: https://df-prod.autocad360.com/jsapi/v3/GettingStart/index.html?url=files/tutorial_palette_wrkflw.ht...
However, I'm able to load the html file into AutoCAD, but I cannot get any function run. The documentation on that is extremely poor, which makes it very rough for beginners to drop in. I had to change the javascript source file into src="http://app.autocad360.com/jsapi/v2/Autodesk.AutoCAD.js"
at least to be able to execute any of the commands.
But nevertheless in this example the data of the added points are not passed back from the AutoCAC Window to the html. There is actually no interaction possible.
Does anyone have an idea how I could proceed?
Many thanks in advance