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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

GoBtn / AddressCb disabled?

Post Reply
RaelB
Posts: 26
Joined: Sun Feb 12, 2017 11:22 am

GoBtn / AddressCb disabled?

Post by RaelB »

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

Re: GoBtn / AddressCb disabled?

Post by salvadordf »

Many demos disable the navigation controls while the browser is initializing.

When the browser is fully created the demos enable all those controls.
RaelB
Posts: 26
Joined: Sun Feb 12, 2017 11:22 am

Re: GoBtn / AddressCb disabled?

Post by RaelB »

Oh sorry, I missed the call to AddressPnl.Enabled :/
Post Reply