Hi,
I wish to make a Component snapshot, and using the Component::createComponentSnapshot makes perfect sense, except I need to exclude certain child windows from the snapshot.
Particularly, I must exclude any child window popups that actually include the functionality that creates the snapshot. (Yes, I HAVE to have a window ontop, that the user clicks on
to produce a snapshot.)
Is there any way other than making the unwanted child temporarily invisible? Surely Juce must have a traversion list somewhere to decide what to include and what to not include.
