6/24/2025 1:02 PM | |
Joined: 3/15/2021 Last visit: 9/5/2025 Posts: 8 Rating:
|
Hello everyone, I'm using the following script in the Interestingly, if I set the "Format - Size - fit = Fit screen to window", the popup doesn't open at the desired coordinates. However, with the other options, it opens correctly in the location I've specified. Does anyone know the reason for this behavior, or could this be a bug? // Open popup (This method allows the popup to take its own dimensions automatically) let po = Faceplate.OpenFaceplateInPopup( "PumpSmallOnOffPopup_V_0_0_17", title, false, // independent window true, // invisible: true -> Make it invisible before setting the position data ); // Set position po.Left = 442; po.Top = 76; ------------------------------------------------------------------------------------------ |
Last edited by: Moderator_Lan at: 06/24/2025 13:25:48New subject after splitting |
|
Follow us on