acl is 'any' Editor dialogue open
Hi All,
Wondered if anyone knows an easy way to detect if 'any' dialogue is open, not just the main menu ones.
For example below, this works fine to prevent a message pop-up from coming when using 'message' in a timer loop and you open 'save as' dialogue. However open Ctrl-D / Modify Attributes, and you still get a pop-up with this message looping over the top.
Or if it is easier to show the status of something without using 'message' at all?
dbActive = windows_disabled();
if (dbActive != 1){message "Timer widget is active $nticks"
}
Many thanks
Chris

