Mark- 29 Posted August 16, 2020 Hello, Can TEdgeBrowser be used in 10.2.3? I can download and install 10.4 in a VM, copy the component/files to 10.2.3 if it will work. Ideas, other than to switch to 10.4? Thanks. Mark Share this post Link to post
Mohammed Nasman 11 Posted August 17, 2020 TMS released one with their FNC component, but not free. Ready for the new Microsoft Edge Chromium browser! Share this post Link to post
Fr0sT.Brutal 900 Posted August 17, 2020 16 hours ago, Mark- said: Can TEdgeBrowser be used in 10.2.3? Why not? It's just a wrapper, no magic AFAIU Share this post Link to post
Mark- 29 Posted August 17, 2020 (edited) 2 hours ago, Fr0sT.Brutal said: Why not? It's just a wrapper, no magic AFAIU Don't know, hence the asking. Thanks for the response. Edited August 17, 2020 by Mark- Share this post Link to post
Mark- 29 Posted August 17, 2020 3 hours ago, Mohammed Nasman said: TMS released one with their FNC component, but not free. Ready for the new Microsoft Edge Chromium browser! Yeah I read about it. Thanks for the response. Share this post Link to post
Mark- 29 Posted August 19, 2020 (edited) Well so far, so good. [ Changing the code in Vcl.Edge. ] I had to make changes to every location an inline var or const is used, a few dozen, not too must trouble. Only real pain is when the same var name is used in a function, in different blocks of the function, and the type is different in each block. Now, one line of code that uses TDictionary.TryAdd which does not exist in 10.2. I have not used TDictionary so I need to see if I can change the line to get the same operation using existing TDictionary functions and/or a few more lines of code. Edited August 19, 2020 by Mark- Share this post Link to post
Rollo62 536 Posted August 19, 2020 Not quite sure what you're doing right now, changing your code or TMS code, or what. But the TDictinary is maybe worth to replace by Spring4D dictionary, to circumvent such errors.. Share this post Link to post
Mark- 29 Posted August 19, 2020 7 minutes ago, Rollo62 said: Not quite sure what you're doing right now, changing your code or TMS code, or what > Can TEdgeBrowser be used in 10.2.3? Changing the code in Vcl.Edge. Thanks for the response. Share this post Link to post
Mark- 29 Posted August 19, 2020 The results. All seems to be working. The TDictionary.TryAdd missing was solved with two lines of code. Share this post Link to post