Hi Nevron Support,
Is there a delay before a NPageItem property setting is reflected in the UI (NPage)?
If there is supposed to be a delay, is there an event or property I could check to make sure that the setting I set was already rendered in the Page/UI?
For context, this is the current problem I would like to solve.
I do not know why an exception occurs here even though I have checked conditions before removing the CustomToolTip shape.
My assumption is that the object is already accessed by another thread? The top-level call before this function is wrapped under a Task by the way.
Kindy advise if you know the possible cause of my current issue.
Thank you.