SilverpointDev

Results 10 comments of SilverpointDev

Try this, open TB2Dock.pas and add this: ```pascal TTBDock = class(TCustomControl) private ... procedure CMSysCommand(var Message: TWMKeyDown); message CM_SYSCOMMAND; ... procedure TTBDock.CMSysCommand(var Message: TWMKeyDown); begin inherited; // Robert: fix alignment...

> Hello, Robert. There is a problem. The CM_SYSCOMMAND message does not exist. You have to add it

That would be ideal. I asked Jordan about this a couple years back with no luck.

Ok, cross your fingers

Message from Jordan: ```` Sorry for the delay. Indeed the project hasn't been updated in ages, and years ago I actually did intend to switch it to the "zlib" license...

Can't reproduce. Are you using the latest version?

Are you still experiencing the flicker with the latest version? In your demo you use the CoolScrollbar unit, try removing it.