FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour XBROWSE issue
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
XBROWSE issue
Posted: Sun Aug 20, 2017 03:51 AM
Guys:

If I DON'T use gradients, the following command displays the oBrw:cSeek data in high white over blue:
Code (fw): Select all Collapse
   @ 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 !!!
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: XBROWSE issue
Posted: Sun Aug 20, 2017 03:15 PM

Hunter

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

Rick Lipkin

Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: XBROWSE issue
Posted: Mon Aug 21, 2017 06:07 PM

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

Continue the discussion