How to know, if the Dialog is opened

Hi,

is there a way to tell from the DSP thread, if the UI dialog is active?

Thanks,

Hermann

As nobody ever answered this question, here is my own answer :slight_smile: :

if (GetUI()) {
    // here comes the code, which must be executed if the UI dialog is active (like preparing data for presentation)
}