c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.11k stars 224 forks source link

Question about @image-map #103

Closed JomerDev closed 5 years ago

JomerDev commented 5 years ago

I have a question about using image-map with an image that is rebuilt on the server side. How would I recreate the map item names when the image is changing, for example when a new Icon is added while the program is running?

Edit: The best way is probably to use Tiscript and the graphics api instead

c-smile commented 5 years ago

Not clear what you want to achieve so some task definition is needed.

Otherwise you can recreate/reload CSS containing that image-map but I suspect there are better options.

JomerDev commented 5 years ago

Reload could be an option, but I'll probably just use the graphics api on an element instead. Thank you for the info