Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1940
LoadFromXML on MouseClick issue
posted

Hello,

our application allows the user to switch docking settings around. To do so, the user can click a tool in a toolbars manager's toolbar.

At the moment the user clicks the tool, the system recognizes a click on the desktop while/after/before LoadFromXML is running.

Commenting LoadFromXML out will result in clean behavior.

On slow machines if the user clicks the tool and a desktop icon is behind at this desktop's location, the desktop icon will be visible for a brief period of time, which is kind of irritating :)

On fast machines you will not see the icon but if you minimize the application and bring the tool and the desktop icon together to overlap, you can see the selection of the deskop item (less than 1 second). You are unable to open/run the desktop item by double clicking the tool, I tried that :)

I would like to get rid of this behavior, any advice?

Blue