Hi,
I am using FMX chromium browser in one of my application.
I've an issue with Dropdown control appearing in wrong place after form moved.
I've checked other posts where its mentioned that NotifyMoveOrResizeStarted is called for WM_MOVE and WM_MOVING.
some piece from code :
............................
if PeekMessage(TempMsg, 0, 0, 0, PM_NOREMOVE) then
case TempMsg.Message of
WM_MOVE,
WM_MOVING :
..............................
i can see that while moving the form these two messages are not executed.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Drop down positioning with window move
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Drop down positioning with window move
Hi,
Thanks for submitting this issue!
I've created an issue about this at GitHub :
https://github.com/salvadordf/CEF4Delphi/issues/246
Thanks for submitting this issue!
I've created an issue about this at GitHub :
https://github.com/salvadordf/CEF4Delphi/issues/246
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Drop down positioning with window move
Hi,
ahausladen just fixed this issue.
Please, download CEF4Delphi again from GitHub.
ahausladen just fixed this issue.

Please, download CEF4Delphi again from GitHub.