Lex Li
Lex Li
Just noticed that you are using a customized `FloatWindow`. Then you can override `WndProc` to resolve the issue. I will be reluctant to include the changes in master, as *...
No such plan. Pull requests are welcome though.
Double clicking and single clicking are currently handled in separate events so such can be observed. To properly implement it, the two must be handled together. So it is a...
If you can provide a sample project, then we can do some troubleshooting. Otherwise, it is too difficult to reproduce.
You have to share a sample somewhere so that others can investigate what might be wrong.
The current code base was written for VS2005 theme mainly, and hasn't be touched much ever since. If you do want a better float window (to work with VS2015 themes...
You should provide some code snippets/screen shots or similar to make a reproducible description of the issue.
Cannot reproduce the "minimizing" part. Did you mean the main window lost focus and something else is displayed ahead (such as Windows Explorer)?
There are many focus related issues reported, https://github.com/dockpanelsuite/dockpanelsuite/issues?utf8=✓&q=is%3Aissue+is%3Aopen+focus But we don't have enough resources to work on them. Pull requests are welcome in this area.
Since you have an environment to reproduce this issue, can you print out the exact `ClientRectangle` information when the exception occurs? What is the width and height that triggers the...