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

Post Reply
padamjain
Posts: 23
Joined: Thu Jan 17, 2019 12:36 pm

Drop down positioning with window move

Post by padamjain »

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.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Drop down positioning with window move

Post by salvadordf »

Hi,

Thanks for submitting this issue!

I've created an issue about this at GitHub :
https://github.com/salvadordf/CEF4Delphi/issues/246
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Drop down positioning with window move

Post by salvadordf »

Hi,

ahausladen just fixed this issue. :)

Please, download CEF4Delphi again from GitHub.
Post Reply