Hello,
I'm working on the new xbrowse-tools.
I have to use folders, because of many options.
The 1. page will be the gradient-defines for header and footer.
I would like to have gradients as a folder background.
Is it possible ?
There is nothing like => ON PAINT gradpaint3( hDC, oFld )
i could use.
// -----------------------------------------------
static func gradpaint3( hDC, oFld )
local aGrad1 := { { 0.50, 16054371, 8388608 } }
GradientFill( hDC, 0, 0, oFld:nHeight, oFld:nWidth, aGrad1, .F. )
RETURN NIL
Best Regards
Uwe