I am having a bit of trouble with delayed rendering when dragging a file from my app (onto for example a Windows explorer window).
I am getting multiple calls to delay render, most of which I would like to ignore, I only actually want to "render" my data when the file is dropped on a target (like when the user lets go of the mouse button). But OnRenderGlobalData is called numerous times before that including when the file is first dragged, when the drag item passes outside of my apps focus, etc, etc.
I've seen a number of posts in other forums and on here where people have asked the same question, but not one of them has a reply or solution.
Start Free Trial