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.

Showing UI Controls on top of FMXChromium browser

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

Showing UI Controls on top of FMXChromium browser

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

Re: Showing UI Controls on top of FMXChromium browser

Post 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.
Post Reply