Page 1 of 1

Transparent stack with opaque controls?

Posted: Sun May 24, 2009 8:47 pm
by RRobert
Hello,

creating a transparent stack by using blending is easy but how could I let the controls stay opaque like Jerry did in GLX2?

Thanks,
Robert

Image

Posted: Sun May 24, 2009 10:38 pm
by bn
Robert,
no blending involved, as far as I see.
Just set the backgroundcolor of a card or a stack to a dark color, like Jerry did. Than you place your controls. In the property editor set the text color to white where applicable. That is all it takes for the checkboxes.

The Textfield: you set the background color to a little lighter then the background color of the card. The bordercolor still a little lighter. turn threeD of, Textcolor to white, borderwidth 1,

The label field textcolor to white
The optionmenu leave it as it is.
That should come close to what Jerry did.
regards
Bernd

Posted: Mon May 25, 2009 1:47 am
by RRobert
Hello Bernd,

there is blending involved but only 1,2 or 3 and together with the combination of dark colors it looks like the controls are opaque. However thanks for looking into it. :)

Robert