Search found 124 matches: bclrgrad

Return to advanced search

xBrowse - Novo recurso

... == nil @ 0,0 BTNBMP ::oBtnElip OF ::oBrw NOBORDER SIZE 0,0 CENTER else @ 0,0 BTNBMP ::oBtnElip OF ::oBrw NOBORDER SIZE 0,0 CENTER FLAT ::oBtnElip:bClrGrad := nil endif ::oBtnElip:lGDIP := ::oBrw:lGDIP ::oBtnElip:cToolTip := IfNil( ::cBtnToolTip, "", ::cBtnToolTip ) <---- :D Sr. Antonio, ...
by MGA
Sat Nov 04, 2017 1:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Novo recurso
Replies: 3
Views: 990

Re: btnbmp captions

Nages,
Run ok . it was that I mean, you're Fantastic . thank you

why there is 3 times oBtn:bClrGrad ?
by Silvio.Falconi
Sun Jun 04, 2017 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp captions
Replies: 16
Views: 3165

Re: Button disabled looks different on folder and buttonbar

... ; FILENAME c_Pfad1 + "Excel1.Bmp" ; ACTION ( STEUER_B(oBtn2), oBtn2:Disable() , DBSELECTAREA(cMUmsName) ) ; FONT oFontSys ; LEFT oBtn2:bClrGrad := { | lMouseOver | If( ! lMouseOver,; { { aVal[112], aVal[110], aVal[111] }, ; { aVal[112], aVal[111], aVal[110] } }, ; { { aVal[116], aVal[114], ...
by ukoenig
Wed Mar 01, 2017 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button disabled looks different on folder and buttonbar
Replies: 12
Views: 6897

Re: Change Color of xBrowse Column Headers and Footers

... is used for line color in the header, other wise text color is used for lines. When oBrw:l2007 is true, 2nd and 3rd elements are ignored and oBrw:bClrGrad is used for header back.
by nageswaragunupudi
Fri Jan 20, 2017 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Color of xBrowse Column Headers and Footers
Replies: 16
Views: 4059

Re: To Mr. Rao

... .. here is an example that is a MdiChild\xBrowse that has has a few neat ideas .. notice how you can control the xBrowse frame colors with oLbx:bClrGrad .. Basically, define RECORDSET oRs in your xBrowse .. and use all the usual xBrowse methods .. Rick Lipkin If cMode = "V"   cTITLE ...
by Rick Lipkin
Sat Jan 07, 2017 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Rao
Replies: 8
Views: 2729

Re: FWH 16.11 Texured Fonts

... TEXTFONT oTileFont oSBtn[1]:nClrCaption := aVal[62] oSBtn[1]:bMMoved = { | nRow, nCol, nFlags | SHOW_FRAME( oSBtn, 1, nOld ), nOld := 1 } oSBtn[1]:bClrGrad := { |lInvert| If( lInvert, 0x80FFA54A, nARGB( 54, 0, 192, 0 ) ) } ........ ........ oMetro:Show() oMetro:bPainted := {|| oMetro:SayText( cText, ...
by ukoenig
Thu Dec 01, 2016 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.11 Texured Fonts
Replies: 8
Views: 1891

Re: ButtonBar display problems

... oDlg1 TITLE "Test folder from CODE" SIZE 650, 550 PIXEL OF oWnd BRUSH oBrush0 DEFINE BUTTONBAR oBar SIZE 60, 30 OF oDlg1 2015 oBar:bClrGrad := aPubGrad DEFINE BUTTON OF oBar PROMPT "Paint" GROUP RESOURCE "COLORS" FONT oFont1 // bitmaps from DLL DEFINE BUTTON ...
by ukoenig
Wed Jul 20, 2016 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar display problems
Replies: 9
Views: 3004

ButtonBar display problems

Using a button bar, defined as: REDEFINE BUTTONBAR oBarCL ID 101 SIZE 60,60 OF oFldCSE:aDialogs[1] 2015 oBarCL:bClrGrad := aPubGrad And a resource: CONTROL "", 101, "TBar", 0|WS_CHILD|WS_VISIBLE, 0,0, 645, 30 In a dialog, 650 wide There are two problems: 1) ...
by TimStone
Tue Jul 19, 2016 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar display problems
Replies: 9
Views: 3004

Re: Change Color of xBrowse Column Headers and Footers

Rick, http://www.service-fivewin.de/IMAGES/Header2.jpg a setting for header AND footer oBrw1:l2007 := .T. 1 // gradient oBrw1:bClrGrad := { | lInvert | If( ! lInvert, ; { { 0.50, 14342874, 16777215 }, ; { 0.50, 16777215, 14342874 } }, ; { { 0.50, 14342874, 16777215 }, ; { 0.50, ...
by ukoenig
Thu Jun 16, 2016 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Color of xBrowse Column Headers and Footers
Replies: 16
Views: 4059

Re: Change Color of xBrowse Column Headers and Footers

Rick, xBrowse Header and Footer with gradient light grey oBrw1:bClrGrad := { | lInvert | If( ! lInvert, ; { { 0.50, 14342874, 16777215 }, ; { 0.50, 16777215, 14342874 } }, ; { { 0.50, 14342874, 16777215 }, ; { 0.50, 16777215, 14342874 } } ) } // default ...
by ukoenig
Thu Jun 16, 2016 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Color of xBrowse Column Headers and Footers
Replies: 16
Views: 4059

BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad

...   FILE "..\bitmaps\alphabmp\ichat.bmp" ;      SIZE 300,100 PIXEL OF oDlg LEFT 2007 ;      FONT oFont COLOR CLR_WHITE,CLR_BLACK     oBtn:bClrGrad := { |lInvert| If( lInvert, 0x60FFA54A, nARGB( 64, 0, 192, 0 ) ) }   @ 220,060 BTNBMP oBtn PROMPT "Alpha Color ...
by nageswaragunupudi
Mon May 16, 2016 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad
Replies: 1
Views: 670

Re: New FTDN April/Abril 2016 (FWH 16.04)

... as last parameter to force transparent painting of non-alpha image also. * Enhancement: BtnBmp with translucent background. Usage: Specify bClrGrad with single Alpha Colors. Eg: oBtn:bClrGrad := { |lInvert| If( lInvert, 0x60FFA54A, nARGB( 64, 0, 192, 0 ) ) } Sample: \fwh\samples\btntrns.prg
by Antonio Linares
Sun May 15, 2016 6:56 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7764

Re: New FWH 16.04

... + "Excel1.Bmp" ; ACTION ( oBrw1:ToExcel(), ; SetFocusAfter(FindWindow( "XLMAIN", 0 ) ) ) ; FONT oFontSys ; LEFT oBBtn[11]:bClrGrad := { | lMouseOver | If( ! lMouseOver,; { { aVal[112], aVal[110], aVal[111] }, ; { aVal[112], aVal[111], aVal[110] } }, ; { { aVal[116], aVal[114], ...
by ukoenig
Fri May 13, 2016 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.04
Replies: 21
Views: 4651

New FTDN April/Abril 2016 (FWH 16.04)

... to set Standard style oBrw:lFlatStyle := .t. continues to set flat style. Programmer can continue to set his own style by assigning values to bClrGrad, bClrHeader, bClrFooter, nRecSelColor. (6) New: Gets in Header. Some users have been asking for provision of Gets in the Header area, to enable ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7764

Re: ButtonBar style 2015

... ".\bitmaps\Open.bmp" MESSAGE "Open a previous project" ; ACTION MsgStop( "Open Project", "Stop" ) oBtn[1]:bClrGrad := { | lMouseOver | If( ! lMouseOver,; { { 0.5, 16764573, 16756833 }, ; { 0.5, 16756833, 16764573 } }, ; { { 0.5, 11524015, 13625295 }, ; { ...
by ukoenig
Mon May 09, 2016 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar style 2015
Replies: 19
Views: 5712
PreviousNext

Return to advanced search