Hello, i am trying to dynamically set the PageHeight property in the source code of a popup.
its seems you cannot run an expression in the variable declaration of the source code.
I can put this in the main function PageHeight = PickValid(Type_PID\RemSP, 0) == 1 ? 709 : 577 ;
But it seems it doesn’t resize the popup.
Is there a way to change the height of a popup with an expression?
Hello, i am trying to dynamically set the PageHeight property in the source code of a popup.
its seems you cannot run an expression in the variable declaration of the source code.
I can put this in the main function PageHeight = PickValid(Type_PID\RemSP, 0) == 1 ? 709 : 577 ;
But it seems it doesn’t resize the popup.
Is there a way to change the height of a popup with an expression?