Page 1 of 1

XBROWSE issue

Posted: Sun Aug 20, 2017 3:51 am
by HunterEC
Guys:

If I DON'T use gradients, the following command displays the oBrw:cSeek data in high white over blue:

Code: Select all

   @ 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 !!!

Re: XBROWSE issue

Posted: Sun Aug 20, 2017 3:15 pm
by Rick Lipkin
Hunter

SetDlgGradient() sets the system wide transparency flag to .t. which effects all controls.

Rick Lipkin

Re: XBROWSE issue

Posted: Mon Aug 21, 2017 6:07 pm
by HunterEC
Thank you Rick. How can I make the oBrw:cSeek visible at the bottom of the browse ?