Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 1749 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi gang - I have another question, this time in regards to popup window positioning in a Windows 10, multiple monitor scenario.

The problem is - I have the FM12 solution running on Monitor 2 (the extended desktop display), and when one of my popup windows activates, it always pops up in position, but on Monitor 1 (the main display where all the desktop icons are).

I want the popup window to appear in relation to where the original solution is sitting, not 2 miles away on another monitor. Window positioning is important because the industry we're in requires multiple solutions and websites to be open for the research we do.

Thank you all in advance!

Posted (edited)

Open the new window at a specific location, based the existing window's position. So for example, use these values for top and left in the new window:

$top = Get ( WindowTop ) + 48 ;
$left = Get ( WindowLeft ) + 48 ;

 

Edited by dansmith65
  • Like 1

This topic is 1749 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.