Fading Popup Window

Hi, before I roll my own is there anything that can be popped up onto the screen that fades out over time? thx

You could look at the JUCE splash screen: https://github.com/WeAreROLI/JUCE/blob/develop/modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp

1 Like

ah yes, thx for the suggestion