I found a minor incompatibility in ObjectDock Docklet hosting:
While a docklet is inside of any kind of call, e.g. like OnRightButtonClick(), the dock freezes.
Especially true for docklets that have a configuration dialog or self made context menu displaying.
Calls into docklets need to be on a different thread than the main user interface.
ObjectDock provides an API call to deliberately force locking:
DockletLockMouseEffect(HWND, BOOL);
This call locks and unlocks the user interface, otherwise any kind of CPU time consumed inside a docklet leaves the user interface undisturbed.
The YZ-Implementation does not show this behaviour, nor do the built-in shortcuts.
Aqua-Soft Forums