Forum Discussion
shocko
Oct 22, 2022Steel Contributor
How to detect and utilize Multiple Monitors/screens
I have a specific requirement to port an older application from IE11 to MS Edge. We have tested everything in Edge and all works fine bar one thing. Our application calls Window.Open() to create new ...
Kelly_Y
Oct 24, 2022Microsoft
shocko Are you utilizing IE mode in MS Edge?
You can contact the App Assure Team if you have compatibility issues and they can work with you directly to get your older application working in MS Edge. Either request assistance or email them (ACHELP@microsoft.com) for free remediation assistance. Thanks!
-Kelly
- shockoNov 04, 2022Steel ContributorThanks for the reply. It's not really an answer to my question per say. The question is more on the general use case
Note: I have contacted App Assure and they can't get it working as there are fundamental differences between the way the IE11/Chromium engines handle Window.Open() calls with top/left specified for example. Bottom line is I need to re-write my code.