Page 1 of 1

GoBtn / AddressCb disabled?

Posted: Mon Jul 22, 2024 12:45 pm
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

Re: GoBtn / AddressCb disabled?

Posted: Mon Jul 22, 2024 3:09 pm
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.

Re: GoBtn / AddressCb disabled?

Posted: Mon Jul 22, 2024 3:42 pm
by RaelB
Oh sorry, I missed the call to AddressPnl.Enabled :/