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

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

Recommended Posts

Posted (edited)

Is there a function that lets me check for the existence of a window? I have a pretty complicated script that is called multiple times; I'd like it to create a window the first time it is called and then just select that window each subsequent time it is called.

If (Window Doesn't Exist(WindowName))

Create Window(WindowName)

EndIf

Select Window(WindowName)

Edited by Guest
Posted

The DESIGN FUNCTIONS offers WindowNames to produce a list of currently open windows.

If you store the list in a $var then you can test for your "windowname" in the list.

This topic is 5728 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.