XBROWSE issue

Post Reply
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

XBROWSE issue

Post 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 !!!
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: XBROWSE issue

Post by Rick Lipkin »

Hunter

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

Rick Lipkin
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: XBROWSE issue

Post by HunterEC »

Thank you Rick. How can I make the oBrw:cSeek visible at the bottom of the browse ?
Post Reply