Skip to content
General IRCX

Checking If A Dialog Is Open

A TG007 community discussion started by Rhys.

Discussion 3 posts
Page 1 of 1
Open
Topic #5044 · 3 published posts · 1,183 views

How do you check if a dialog is open, not active, but if it is open?

if ($dialog(name)) { }

or check see if it's not open

if (!$dialog(name))

Thanks