Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6040 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I was waiting to see if you get a better answer than mine. Run this script (you need a global text field gText1 or a replacement for the script to work). Here it is:

Set Field [ ;):gText1; "Window Height: " & Get ( WindowHeight ) & "¶" &

"Window Width: " & Get ( WindowWidth ) & "¶¶" &

"Desktop Height: " &Get ( WindowDesktopHeight ) & "¶" &

"Desktop Width: " &Get ( WindowDesktopWidth ) ]

The relationship between the window and desktop results should be constant on a given platform. You can then define a calculation (better in a custom function) that uses these values to tell you if a window is maximised.

I hope I made that clear,

Norman

This topic is 6040 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.