If I DON'T use gradients, the following command displays the oBrw:cSeek data in high white over blue:
- Code: Select all Expand view
- @ 250,10 SAY oBrw:oSeek PROMPT oBrw:cSeek SIZE oBrw:nWidth,10 PIXEL OF oDlg ;
COLOR CLR_WHITE, CLR_HBLUE
As soon as I issue a SetDlgGradient(...) the blue background does not show up. What is wrong ?
Thank you very much !!!