Hi Jeremy, Thanks for your thoughts, but it looks all has to do with having a https url without having a valid certificate for the web site It looks like the 64-bit embedded web rendering engine doesn’t show anything in that case When I make the web server accept using http all works fine, what of course isn’t desirable
So: When using 64-bit embedded web rendering and make a call to an unsecure website (https without valid certificate) it show a blank page I would expect the same behavior as with Chrome, and this certainly isn’t just a blank page Van: Jeremy French <[email protected]> Verzonden: donderdag 11 april 2019 16:35 Aan: 4D iNUG Technical <[email protected]> CC: Piotr Chabot Stadhouders <[email protected]> Onderwerp: Re: Web area and not secure site Have you tried making these calls in the form’s “form method”. In the form’s “On Load” event WA OPEN URL(*;$objName_webArea_t;"about:blank") WA SET PAGE CONTENT(*;$objName_webArea_t;" ";"file:///“) SET TIMER(-1) In the form’s “On Timer” event SET TIMER(0) WA OPEN URL(*;$objName_webArea_t;"about:blank") WA SET PAGE CONTENT(*;$objName_webArea_t;" ";"file:///“) Also see: https://doc.4d.com/4Dv17/4D/17.1/SET-TIMER.301-4178784.en.html On Apr 11, 2019, at 3:25 AM, Piotr Chabot Stadhouders via 4D_Tech <[email protected]<mailto:[email protected]>> wrote: I don't use the embedded version because * in 64-bit (Blink) I get an blank HTML page, and nothing is shown ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

