-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StickOnMove does not work when using DragMove() #4
Comments
Hi @RudeySH , I haven't used |
@thoemmi @RudeySH
But StickyWindows is listening to It would be cool if StickyWindows can handle the DragMove() stuff in the future :-D |
In deed it would be cool. However, I'm not that deep into Win32 anymore, so a PR would be welcome 😁 |
since it is already announced as v0.3 "not yet released", has there been any progress in the last 6 years? |
@manuelkamp Thanks in your interest. Can't you use the pre-release package? Actually, the source code is quite outdated, and so is the build environment. To get a new build I would have to re-create the entire build pipeline. |
It seems
StickOnMove = true
only has effect when the window is being dragged using the default window title bar. In my case, I am usingDragMove()
to drag my window from anwhere, not just the title bar. Moving the window using that method breaks StickyWindows.Also, because of the same reason, you'll run into issues when you have a custom title bar (e.g.
WindowStyle="None"
).Could StickyWindows be improved to enable support for
DragMove()
? Is there a way to move the window that StickyWindows supports, besides the default title bar?The text was updated successfully, but these errors were encountered: