Skip to content

goat1000's tagcanvas with TagCanvas.Stop(id) function added

Notifications You must be signed in to change notification settings

ichuan/tagcanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a modified version of tagcanvas with TagCanvas.Stop(id) added.

Why

In TagCanvas, there's a TagCanvas.Start(id) interface. When in SAP applications, according to template reloading, it's common for a name to be assigned to several different element. When calling TagCanvas.Start() on the same name repeatedly, those after the first one will not entering drawing loop correctly.

So I added a TagCanvas.Stop(id) interface, you just need to call it before you call TagCanvas.Start(id), or just after route change.

About

goat1000's tagcanvas with TagCanvas.Stop(id) function added

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published