Message 1 of 4
Optimize IndependentTag.Create (generating graphics)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody!
Description:
There are n elements. Each tag must be tagged with (IndependentTag.Create).
Everything happens in a cycle.
Problem:
Graphs are generated after each iteration. This significantly slows down the plugin.
Question:
How to optimize IndependentTag.Create so that it updates the graphics AFTER all iterations, and
not every time?
Is there a way in the API to place tags SIMULTANEOUSLY ( luikeIndependentTag.Create )
Best regards!