Rad Studio - Firemonkey Web Browser progress bar

0

hi All

Just a short quick question, the Webbrowser component no longer has any while loading event. How would i show a progress bar for the page loading. Which event would i use?

 

Thanks all

 

Regards

 

Ant

Responses (1)
  • Accepted Answer

    Friday, March 03 2017, 07:19 AM - #Permalink
    0

    You can just fake it with a TTimer and a TProgressBar. Just increment the progress by 10 every second and when it gets to 100 reset it to zero. This makes it more of an Activity bar than an exact progress bar. 

    The reply is currently minimized Show
Your Reply

Please login to post a reply.........