LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

resolution changed by Win OS for event case

Hi There were several posts, I have seen in this forum concerning the scale, maintain proportion in different resolutions, allow user to resize, close and miniminse windows.
Because of that, there were lots of problems, during the change of the resolution.
In this case, I prefer ticks on maintain proportion, dis-enable resize, and use resize functions found in the third party only.
Now I am looking for the kind of property of the Win OS's change in the resolution. In the event of this, resize function of the third party can be used to resize properly without causing problems. So where can I find the property to trigger the event? What kind of classes? ActiveX? Net? Node Interface function? Call Library Function Node? Dll?

Please advise.
Thanks
Clement
0 Kudos
Message 1 of 2
(2,139 Views)
Hi astroboy,

there's a property node ("Display.Primary Workspace" in LV7.1) giving you the actual screen size - you can poll this once a second...

But:
How do you want to control the resize of LabView controls/indicators? They are maintained by the LV core routines. How to plug-in your "3rd party resize functions"?


Message Edited by GerdW on 01-22-2008 09:59 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,126 Views)