Search found 77 matches: colorize

Return to advanced search

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: 8
Views: 202

Re: colorize btnbmp with diagonal

NO GOOD FOR ME
si tengo un diálogo con 80 botones (con diferentes medidas WxL) ¿cuántas líneas de código crees que debería escribir?
by Silvio.Falconi
Wed Apr 17, 2024 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 8
Views: 202

Re: colorize btnbmp with diagonal

https://imgur.com/wDGWLGO

Image

Regards, saludos.
by karinha
Tue Apr 16, 2024 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 8
Views: 202

Re: colorize btnbmp with diagonal

Teste e comente: // C:\FWH\SAMPLES\SILVDIAG.PRG - VERSION: 1.2 by Kapiaba.#Include "FiveWin.ch"STATIC oChkSil// colorize btnbmp with diagonalFUNCTION test()   LOCAL oBtn, hBmp := LinesBmp(), oFont, cVersion := "Version: 1.2"   LOCAL ...
by karinha
Tue Apr 16, 2024 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 8
Views: 202

Re: colorize btnbmp with diagonal

Listo: // C:\FWH\SAMPLES\SILVDIAG.PRG#include "fivewin.ch"// colorize btnbmp with diagonalFUNCTION test()   local oBtn, hBmp := LinesBmp()   LOCAL oDlg, oBtn1, oBtn2, lMenu := .T., cTitle   LOCAL nLarg1 := 095 // Largura   LOCAL nAlt1 ...
by Silvio.Falconi
Mon Apr 15, 2024 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 8
Views: 202

Re: colorize btnbmp with diagonal

Listo: // C:\FWH\SAMPLES\SILVDIAG.PRG#include "fivewin.ch"// colorize btnbmp with diagonalFUNCTION test()   local oBtn, hBmp := LinesBmp()   LOCAL oDlg, oBtn1, oBtn2, lMenu := .T., cTitle   LOCAL nLarg1 ...
by karinha
Mon Apr 15, 2024 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 8
Views: 202

Re: colorize btnbmp with diagonal

Algo asi?

https://imgur.com/7TrVjPp

Image

Regards, saludos.
by karinha
Mon Apr 15, 2024 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 8
Views: 202

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 ...
by Silvio.Falconi
Mon Apr 15, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 8
Views: 202

Re: colorize a xbrowse with a brush

oBrw:aRow is same as oBrw:aArrayData[oBrw:nArrayAt] :oBrushs := { |o| If( o != nil .and. Empty( o:Value ) .and. ;              Empty( o:oBrw:aRow[ 6 ] ) .and. ;              Empty( XEv...
by nageswaragunupudi
Wed Nov 08, 2023 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 328

Re: colorize a xbrowse with a brush

For setting background color of empty cells, we need not use brush XBROWSER aData SETUP ;   oBrw:bClrStds := { |b,o| { CLR_BLACK, If( o != nil .and. Empty( o:Value ), ;      CLR_BLUE, CLR_WHITE ) } }  For setting a brush for empty columns DEFINE BRUSH oBrush FILE...
by Silvio.Falconi
Wed Nov 08, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 328

Re: colorize a xbrowse with a brush

For setting background color of empty cells, we need not use brush XBROWSER aData SETUP ;   oBrw:bClrStds := { |b,o| { CLR_BLACK, If( o != nil .and. Empty( o:Value ), ;      CLR_BLUE, CLR_WHITE ) } }  For setting a brush for empty col...
by nageswaragunupudi
Tue Nov 07, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 328

colorize a xbrowse with a brush

I want to color the columns with a brush, I don't know the contents of each column, it can be alphanumeric, numeric, logical, data and I want to color it if it doesn't contain any data I made and I used Empty function          For n=1 to LEN(oBrw:aCols)            oCol := oBrw:aCols[ n &...
by Silvio.Falconi
Tue Nov 07, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 328

Re: Report class : colorize rows resolved!!!

resolved!!
thanks to a guardian angel .... who helps me
by Silvio.Falconi
Sat Mar 18, 2023 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report class : colorize rows RESOLVED
Replies: 7
Views: 488

Re: Report class : colorize rows

Really, the example of Liñares does not work. https://www.tek-tips.com/viewthread.cfm?qid=197908 ACTIVATE REPORT ::oReport WHILE !::oPrenota:eof() ;   ON STARTLINE ::oReport:aColumns[ 3 ]:lShadow:= ! Empty( ::oPrenota:DATAPAYED )  Regards, saludos. if you mak...
by Silvio.Falconi
Sat Mar 18, 2023 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report class : colorize rows RESOLVED
Replies: 7
Views: 488
Next

Return to advanced search