RE: Web Area not visible

2020-01-03 Thread Mitchell Shiller via 4D_Tech
Hi, A combination of things solved my problems. 1) If you have multiple web areas on the same page, make sure that the have different variable and object names. 2) Be sure and define the variables for the URL and the Progress. Let me know if that works. Mitch

RE: Web Area not visible

2020-01-03 Thread Piotr Chabot Stadhouders via 4D_Tech
Verzonden: vrijdag 8 november 2019 04:48 Aan: 4D iNUG Technical <4d_tech@lists.4d.com> CC: Mitchell Shiller Onderwerp: Re: Web Area not visible Hi Mitch, I resolved the failure (of the embedded web engine to display when a form loads) by calling (in the form's Form Method) the following:

Re: Web Area not visible

2019-11-07 Thread Jeremy French via 4D_Tech
Hi Mitch, I resolved the failure (of the embedded web engine to display when a form loads) by calling (in the form's Form Method) the following: Case of : (Form event=On Load) JFU_WEB_AREA_DISPLAY_FIX ("webArea") SET TIMER(-1) : (Form event=On Timer)

Re: Web Area not visible

2019-11-07 Thread Mitchell Shiller via 4D_Tech
Thanks Kirk. That did it. Mitch ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4d_tech-unsubscr...@lists.4d.com

Re: Web Area not visible

2019-11-07 Thread Kirk Brooks via 4D_Tech
Mitch, Well I confirm that if you enable the web kit and don't have a url the area is blank. But if I set and load a url the are appears as expected. And in this configuration looks exactly the same as running without. On Thu, Nov 7, 2019 at 12:06 PM Mitchell Shiller via 4D_Tech <

Re: Web Area not visible

2019-11-07 Thread Mitchell Shiller via 4D_Tech
Kirk, I could run Chrome on it, but I need to access 4D methods and that requires the embedded engine. Anyone else notice this problem? Takes 1 minute to recreate. New dB. Create a form. Put a web area on it. Select use embedded engine. Run form. Just want to know if it is particular to my

Re: Web Area not visible

2019-11-06 Thread Kirk Brooks via 4D_Tech
Mitch, The web engine has been changed in 16r2 to Blink. https://kb.4d.com/assetid=77745 Are you able to run Chrome on this Mac? On Wed, Nov 6, 2019 at 12:03 PM Mitchell Shiller via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi, > > MacOs 12.6 > 4D v17R6 > > Create a form. > Put a Web Area on