Search found 91 matches: colorize

Return to advanced search

Re: Another setcheck xbrowse

... I wish have the text white on orange when I select one record and when I click over ( true) the second column ( that is checked) must colorize of orange
by Silvio.Falconi
Sun Nov 03, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another setcheck xbrowse - RESOLVED -
Replies: 8
Views: 599

Another setcheck xbrowse - RESOLVED -

...    := 2          END for Now I can click only on first column to check , I wish click on second column to check first column then I wish colorize with orange color the record selected I made :bClrSel := { || { ORANGE,CLR_WHITE } } but not run ok and I wish no cursor on xbrowse , because ...
by Silvio.Falconi
Sat Nov 02, 2024 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another setcheck xbrowse - RESOLVED -
Replies: 8
Views: 599

Re: colorize Header and selector

thanks Not found the variables into xbrowse class
by Silvio.Falconi
Wed Oct 23, 2024 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize Header and selector
Replies: 5
Views: 476

Re: colorize Header and selector

Silvio: https://i.postimg.cc/JndzFxcH/silvio.jpg #include "fivewin.ch"function Main()   local aData := FillArray()   local oDlg, oBar, oBrw   LOCAL nColorBkg := nRGB( 200, 225, 165 )   DEFINE DIALOG oDlg SIZE 500,450 PIXEL TRUEPIXEL   DEFINE BUTTONBA...
by Cgallegoa
Wed Oct 23, 2024 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize Header and selector
Replies: 5
Views: 476

Re: colorize HEader and selector

Marc Venken wrote:oBrw:bClrHeader := { ||{ CLR_GRAY, nRGB( 242, 242, 242 ) } }

You need nRGB


Yes but I need selector column color
by Silvio.Falconi
Wed Oct 23, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize Header and selector
Replies: 5
Views: 476

Re: colorize HEader and selector

oBrw:bClrHeader := { ||{ CLR_GRAY, nRGB( 242, 242, 242 ) } }

You need nRGB
by Marc Venken
Tue Oct 22, 2024 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize Header and selector
Replies: 5
Views: 476

Re: colorize HEader and selector

perhps I found the solution for header

:SetStyle( 2013 )

Image

I wish the same color also for the selector column
by Silvio.Falconi
Tue Oct 22, 2024 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize Header and selector
Replies: 5
Views: 476

colorize Header and selector

https://i.postimg.cc/bvpmqWvR/kk.jpg can I change the color of header of xbrowse and selector ? I tried with :bClrHeader :=RGB(247,248,248) but make error If I make :bClrHeader := {|| { RGB(247,248,248), CLR_BLACK } } I have this https://i.postimg.cc/tJp66QLr/tt.png ...
by Silvio.Falconi
Tue Oct 22, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize Header and selector
Replies: 5
Views: 476

strange on Folderex

... 180; PROMPTS aMenuFolder; COLOR DLG_nColorBar2 oFolder:lTransparent := .T. oFolder:nFolderHeight := 25 oFolder:nSeparator := 5 because I need to colorize the background of tab
by Silvio.Falconi
Tue Jun 18, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange on Folderex
Replies: 0
Views: 526

EXCEL and interior color

The question is very simply I want to colorize the cells interior using a color present in theme colors dialog. In this way the user can manipulate an excel workshet using the same color i an easiste way oAs:Range( "A1:K1" ):Interior:Color:= ...
by MarcoBoschi
Mon Jun 03, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL and interior color
Replies: 6
Views: 523

Re: combobox color

hi Silvio, hi Silvio. Perhaps you not understood my problem , please ready my message please I not Wish bitmap i Wish colorize only the text of item , i not want list of colors, i Wish only colorize the First item text and the last item text I do understand your Problem, but do you ...
by Jimmy
Sun Apr 28, 2024 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 2847

Re: combobox color

... using colored Bitmap, seems me a easy Solution Perhaps you not understood my problem , please ready my message please I not Wish bitmap i Wish colorize only the text of item , i not want list of colors, i Wish only colorize the First item text and the last item text https://i.postimg.cc/h4k4tgT4/mmmmmmmmmm.png ...
by Silvio.Falconi
Sat Apr 27, 2024 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 2847

Re: combobox color

... Perhaps you not understood my problem , please ready my message please I not Wish bitmap i Wish colorize only the text of item , i not want list of colors, i Wish only colorize the First item text and the last item text
by Silvio.Falconi
Sat Apr 27, 2024 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 2847

Re: colorize btnbmp with diagonal

I tried a test I found on this forum https://i.postimg.cc/8Ct5JFkV/f.png #include "fivewin.ch"// colorize btnbmp with diagonalFunction test()local oDlglocal oBtnlocal lmenu:=.f.DEFINE DIALOG oDlg SIZE 400,400@  10, 10 BTNBMP    oBtn  SIZE 50, 50 PIXEL ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 1281

Re: colorize btnbmp with diagonal

I tried a test I found on this forum https://i.postimg.cc/8Ct5JFkV/f.png #include "fivewin.ch"// colorize btnbmp with diagonalFunction test()local oDlglocal oBtnlocal lmenu:=.f.DEFINE DIALOG oDlg SIZE 400,400@  10, 10 BTNBMP    oBtn  SIZE 50, 50 PIXEL ...
by nageswaragunupudi
Thu Apr 18, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 1281
Next

Return to advanced search