Page 1 of 1

Showing UI Controls on top of FMXChromium browser

Posted: Mon Mar 04, 2019 9:13 pm
by padamjain
Hi,

I have TFMXChromium browser embedded in my FMX form. i need to show other UI controls like message box or TPanel on top of the webbrowser at run time. the issue is that FMXWindoParent is not allowing any other UI control to show on top of it ?
any advise ?

Re: Showing UI Controls on top of FMXChromium browser

Posted: Tue Mar 05, 2019 8:27 am
by salvadordf
Hi,

I tried to do what works in VCL : calling BringToFront, reparenting, etc...but FMX is very different and the control remains in the back. :oops:

However, if you use the FMXExternalPumpBrowser demo then you can bring any control to the front without problems.