Quote:
No worries squidy.
@Patrick: Thanks for sending those over! The issue is related to the hook chain and how the hook chain security permissions work in Windows. DF uses mouse hooks for some features, and RocketDock uses them for the mouseover animations. What's happening here is that DF runs elevated, and RocketDock doesn't. Elevated programs aren't allowed to pass hook messages down the chain to non-elevated programs, so RocketDock never gets them after we're done with them.
There are a few workarounds you can use (any one of these will work):
- Make sure that RocketDock launches after DisplayFusion, so that it gets the hook messages first.
- Run RocketDock as administrator.
- Disable the "Prevent mouse cursor snagging" option in the DisplayFusion Settings.
Hope that helps!