February 8, 20205 yr 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!
February 9, 20205 yr 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 February 9, 20205 yr by dansmith65
Create an account or sign in to comment