Is there a way to get the width and height of the current form in code?
Hi,
Is it form or window that you need ?
Form you cannot get (AFAIK !!)
Window you can get through the Application node using:
getWindowHeight()
getWindowWidth()
Cheers
Harry
Thank you!