Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just setup and installed the files found there: Fusion 360 Help | Palette Sample | Autodesk
Everything is working just as expected which is very nice and give me ideas for a plugin I have in mind.
The mystery is that, for example, I see as a title in the HTML document "Fusion 360 Palette Sample", but I can't find this string in either the .py file or the .html file.
I also added some css, like this:
<head>
<style>
body {font: normal, Verdana, Arial, sans-serif; font-size:large;}
p {color: rgb(38, 0, 255);}
</style>
</head>
but I can't see any difference in the displayed html, while I see it in VS Code (Extension HTML Preview), even after I stopped and restarted the plugin.
It would be a great help in using this feature to have those "mysteries" solved!
Happy New Year !
Solved! Go to Solution.