Title: TABLE - Incorrect display of images Post by: Ernest D. on April 27, 2020, 03:25:10 pm Hello,
In GDC 3.20 the images are no longer searched for locally. All images is now centralized on the server. This is a good step, but the program sometimes displays images incorrectly. If application is running via VPN, reading images into forms is slowly. Another problem, the images in the table are loaded incorrectly (see video). https://www.screencast.com/t/vjKZeho6 (https://www.screencast.com/t/vjKZeho6) GENERO RUNTIME fglrun 3.20.09 rev-1c71cff0 Genero virtual machine Target l64xl212 GENERO CLIENT Genero Desktop Client Version 3.20.12 build-202003191410 Target w32v141 Best regards, Ernest Title: Re: TABLE - Incorrect display of images Post by: Leo S. on April 28, 2020, 04:33:41 pm Hello Ernest, this sounds like a bug.
Please contact your local support center and try to provide a minimal code sample. Interesting in this context would be also the ping times of your VPN. (Or alternatively the time for 1 frontcall roundtrip, see attached) Regards, Leo Title: Re: TABLE - Incorrect display of images Post by: Roland W. on April 29, 2020, 09:23:28 am Hello everyone,
we're experiencing similar issues when changing images on the fly for Toolbars or Topmenu-entries (also running GDC 3.20.12). Sometimes the default image is displayed although it should be replaced. However, this behaviour cannot be reproduced reliably. Since we're using our custom routines to build and change Toolbars, Topmenus and Actions it's kind of tricky to show our code. The basic idea is to directly access the DOM node element and call https://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_ClassDomNode_setAttribute.html (https://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_ClassDomNode_setAttribute.html) to set the image. Our environment doesn't make use of VPN connections, the workstations are connected to our in-house application server. So I'd agree that this is a bug but is not limited to tables or VPNs. Kind regards Roland Title: Re: TABLE - Incorrect display of images Post by: Leo S. on April 29, 2020, 07:58:48 pm Hello Roland, thank you for the remark.
If you have difficulties to condense the problem into a smaller sample application, please do the following
Title: Re: TABLE - Incorrect display of images Post by: Leo S. on April 29, 2020, 08:06:25 pm In addition also the stderr output when FGLGUIDEBUG is set is a good forensic source for us
so Code would be the command line for that Leo Title: Re: TABLE - Incorrect display of images Post by: Leo S. on July 16, 2020, 03:49:23 pm Hi folks, regarding this we have a registered bug
GDC-4356 bad display when scrolling in tables using images which might match your problem. It is fixed for the upcoming GDC 3.20.13 maintenance release, so please check with the support if this problem is actually yours. Regards, Leo |