JET resize problem
Hi all, I have an Eikon app calling JET resize on initial load. It works perfectly on single monitor. However, when my computer is connected to use extended monitor, the width would be greatly increased unexpectedly.
For example, if I call JET.resizeTo(1280, 1080, true), it occupies 1280px width in my single monitor. Under extended monitor mode, the actual app width becomes 25XX pixels.
It happens on my teammate's laptop (1280x1080) with extended monitor (1280x1080).
Any idea? Thanks!