Page 1 of 1

Drop down positioning with window move

Posted: Tue Nov 12, 2019 8:53 pm
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.

Re: Drop down positioning with window move

Posted: Wed Nov 13, 2019 4:35 pm
by salvadordf
Hi,

Thanks for submitting this issue!

I've created an issue about this at GitHub :
https://github.com/salvadordf/CEF4Delphi/issues/246

Re: Drop down positioning with window move

Posted: Thu Nov 14, 2019 10:05 am
by salvadordf
Hi,

ahausladen just fixed this issue. :)

Please, download CEF4Delphi again from GitHub.