Hi Jules
I’m trying to create a (semi) transparent DialogWindow using the Native Titlebar, but it doesn’t work as expected:
- native os titlebar with transparency -> invisible titlebar
- juce titlebar with transparency -> visible titlebar
Moreover, in the native transparent case, the geometry of the contentComponent inside the resulting window seems odd. The content component is packed to the top of the window, and some space (apparently corresponding to the titlebar height) is left at the bottom.
Thanx in advance !