Scaling Popup Window with New Desktop View (Multi-Monitor Client)

So I was successfully able to create a popup window in a new desktop view to allow the popup be moved across multiple monitors. The small issue now is that the popup window does not scale if I try to expand or compress the new desktop window. I was hoping if anyone could help sort this out? Thank you guys in advance!

I’ve done something similar. I don’t have the code just now, but my approach was to read the size of the current main window (I think). By comparing actual runtime size with the design size I got a scaling factor. Further I scaled the popup window using this scaling factor.

1 Like

Thanks for the reply! I’ll keep this in mind and try it out right now! Thank you!