xbrowse vertical line thickness

xbrowse vertical line thickness

Postby damianodec » Thu Dec 28, 2017 4:26 pm

hi
How can I change thickness or colors of vertical lines in some columns in xBrowse ?
Image
thanks
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
User avatar
damianodec
 
Posts: 414
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia

Re: xbrowse vertical line thickness

Postby nageswaragunupudi » Fri Dec 29, 2017 1:19 am

Code: Select all  Expand view
  aData := { { 1, 2, 3, 4 }, { 5, 6, 7, 8 }, { 9, 10, 11, 12 } }

   DEFINE DIALOG oDlg SIZE 400,170 PIXEL TRUEPIXEL
   @ 20,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ;
      DATASOURCE aData AUTOCOLS CELL LINES NOBORDER

   hPen  := CreatePen( PS_SOLID, 2, CLR_HRED )

   WITH OBJECT oBrw
      :nColDividerStyle := LINESTYLE_LIGHTGRAY
      :aCols[ 2 ]:hColPen  := hPen
      :aCols[ 3 ]:hColPen  := hPen
      :CreateFromCode()
   END

   ACTIVATE DIALOG oDlg CENTERED
   DeleteObject( hPen )
 
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10245
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: xbrowse vertical line thickness

Postby damianodec » Fri Dec 29, 2017 7:51 am

perfect
thank you Mr Rao
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
User avatar
damianodec
 
Posts: 414
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia

Re: xbrowse vertical line thickness

Postby horacio » Fri Dec 29, 2017 8:36 pm

The problem I see is that when I navigate through the xbrowse the thickness is lost. Compiled with FWH1701 and Harbor 3.2

regards
horacio
 
Posts: 1358
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina

Re: xbrowse vertical line thickness

Postby ukoenig » Sat Dec 30, 2017 10:36 am

I noticed the same ( FWH_17_12 )

The problem I see is that when I navigate through the xbrowse the thickness is lost. Compiled with FWH1701 and Harbor 3.2


Image

regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: xbrowse vertical line thickness

Postby nageswaragunupudi » Sat Dec 30, 2017 12:31 pm

We need to fix this.
Till then, please use different color but not different thickness.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10245
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: xbrowse vertical line thickness

Postby Silvio.Falconi » Sat Dec 30, 2017 3:42 pm

damiano,
i not understood what need it ...
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6766
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 11 guests