i have inserted in the ribbonbar example the code below, but i haven't the transparence of the texts.
(windows xp, fwh 7.09, xHarbour 1.21)
@ 5, 1 SAY oSay1 PROMPT "ribbonbar" OF oGr TRANSPARENT
DEFINE BRUSH oBrush STYLE NULL
@ 6, 1 CHECKBOX oCheck1 VAR lPrev OF oGr1 PROMPT "ribbonbar"
oCheck1:oBrush := oBrush
@ 2, 1 RADIO oRad1 VAR n OF oGr5 ITEMS " rad1", "rad2"
oRad1:aItems[1]:oBrush := oBrush
what can i do to have the transparence?
thanks in advance