I just installed the latest VCL UI Pack and don't see the TAdvWebBrowser component on my Delphi Component Palette. Is there a trick to seeing it there?
I have verified Edge is installed.
I am using D2007 and Windows 10 Enterprise.
Thanks!
-ed
I just installed the latest VCL UI Pack and don't see the TAdvWebBrowser component on my Delphi Component Palette. Is there a trick to seeing it there?
I have verified Edge is installed.
I am using D2007 and Windows 10 Enterprise.
Thanks!
-ed
Can you make sure it is checked in Install Components?
I'm not sure what you mean by "in Install Components". If you mean Components | Install Packages, I cannot find it in any of the VCL UI pack or any other of the TMS component packages.
I also searched my AppData\Local\tmssoftware\registered directory and found that the only files where AdvWebBrowser is mentioned is in AdvWebBrowser.pas, AdvWebBrowser.Win.pas and AdvWebBrowserReg.pas. I did not see where AdvWebBrowserReg.pas was included in the VCL UI Pack package.
What's more is, if I create a one for VCL Forms Application and add AdvWebBrowser to the uses clause, it does not compile. Can you confirm that the AdvWebBrowser supports D2007?
Thanks!
-ed
I overlooked your IDE, unfortunately TAdvWebBrowser is not supported in Delphi 2007. It is supported starting from Delphi XE7
Thanks for the response. Fortunately, part of our application is written in XE7. I'll just have to move those forms that use the TWebBrowser out of D2007 and into XE7. I little more work, but not all bad.
Thanks for the quick responses!
-ed