xbrowse gradient cell colors

xbrowse gradient cell colors

Postby Silvio.Falconi » Fri Nov 04, 2022 10:08 am

we can set a gradient color for each cell ?
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: 6849
Joined: Thu Oct 18, 2012 7:17 pm

Re: xbrowse gradient cell colors

Postby karinha » Fri Nov 04, 2022 2:20 pm

Doesn't it work like that?

¿No funciona así?

Code: Select all  Expand view

oBrw:nMarqueeStyle       := 3    // Marquee style (row selected) 0 No Marquee 1 Dotted cell 2 Solid cell 3 Highlight cell 4 Highlight row & Raise Cell 5 Highlight row 6 Highlight row & multiselect

or

oBrw:bClrRowFocus    := { || { CLR_BLACK, RGB( 150,231,255 ) } }

or

oCol:bClrSelFocus := <....>



 


or

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19153&p=100728&hilit=color+celda#p100728

or

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=15326&p=79502&hilit=color+en+celda+xbrowse#p79502

C:\FWH..\SAMPLES\XBROWGRD.PRG

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7343
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: xbrowse gradient cell colors

Postby Silvio.Falconi » Fri Nov 04, 2022 3:32 pm

karinha wrote:Doesn't it work like that?

¿No funciona así?

Code: Select all  Expand view

oBrw:nMarqueeStyle       := 3    // Marquee style (row selected) 0 No Marquee 1 Dotted cell 2 Solid cell 3 Highlight cell 4 Highlight row & Raise Cell 5 Highlight row 6 Highlight row & multiselect

or

oBrw:bClrRowFocus    := { || { CLR_BLACK, RGB( 150,231,255 ) } }

or

oCol:bClrSelFocus := <....>



 


or

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19153&p=100728&hilit=color+celda#p100728

or

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=15326&p=79502&hilit=color+en+celda+xbrowse#p79502

C:\FWH..\SAMPLES\XBROWGRD.PRG

Regards, saludos.


Please
I ask gradient color not only two colors , allready now I have the two colors as you can see here

Image

but it not is gradient
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: 6849
Joined: Thu Oct 18, 2012 7:17 pm

Re: xbrowse gradient cell colors

Postby nageswaragunupudi » Fri Nov 04, 2022 5:29 pm

Silvio.Falconi wrote:we can set a gradient color for each cell ?


Code: Select all  Expand view
oCol:bClrStd := { || { <clrtext>, <aGradient> } }
Regards

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

Re: xbrowse gradient cell colors

Postby karinha » Fri Nov 04, 2022 7:14 pm

Code: Select all  Expand view

   oBrw:aCols[2]:bClrStd := { || { CLR_BLACK, aRowGrad } }
 


Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7343
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: xbrowse gradient cell colors

Postby Silvio.Falconi » Sun Nov 06, 2022 8:12 pm

nageswaragunupudi wrote:
Silvio.Falconi wrote:we can set a gradient color for each cell ?


Code: Select all  Expand view
oCol:bClrStd := { || { <clrtext>, <aGradient> } }


Nages,
I tried to make gradient cell color

Image

I made ( I have the colors on ini file and load it on a array)

Code: Select all  Expand view
aadd( aTmpColors, {aText[n], {aBack[n],aGradient[n]}} )



but this is not a pretty sight or probably I am wrong something and I do not have the right effect I want to give, for example the gradient I see it vertical, how can I modify it to give it a more beautiful shape?


then I tried with

Code: Select all  Expand view
nClr1:=aGradient[n]
             nClr2:=aBack[n]
  aadd( aTmpColors,  { aText[n], {{ 0.5, nClr1,nClr2 },{0.5, nClr2,nClr1}, .F. } } )


and I had this result

Image



with
Code: Select all  Expand view
nClr1:=aGradient[n]
             nClr2:=aBack[n]
  aadd( aTmpColors,  { aText[n], {{ 0.5, nClr1,nClr2 },{0.5, nClr2,nClr1}, .t. } } )


I had this result

Image
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: 6849
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], Horizon and 42 guests