Draw Alert Window -> LookAndFeel
-
Hello everyone,
if I want to draw an “Alert Window”, do I have to use GlobalLookAndFeel or is there a way to use LocalLookAndFeel? I don't have access to the component before it appears, so I think I have to use GlobalLookAndFeel. Or is there a way?
And is there a way to get access to the alert window text via LookAndFeel or do I have to change it in the HISE-C++ code?
Thank you very much
Oli -
@Oli-Ullmann Yes, global laf
-
@d-healey thank you.