Hi,
Using the SimpleBrowser demo, I remove code from the initialization section (i.e. GlobalWebView2Loader...) and from the FormShow.
When I run the application the GoBtn and AddressCb are disabled. Why does this occur?
(Delphi 10.4, Windows 10)
Thanks
Rael
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.
GoBtn / AddressCb disabled?
- salvadordf
- Posts: 4620
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: GoBtn / AddressCb disabled?
Many demos disable the navigation controls while the browser is initializing.
When the browser is fully created the demos enable all those controls.
When the browser is fully created the demos enable all those controls.
Re: GoBtn / AddressCb disabled?
Oh sorry, I missed the call to AddressPnl.Enabled :/