Search found 81 matches: agrad

Return to advanced search

Re: Create a Panel width a text

If you call the function MLCount() you know before how many lines your memo has. DEFINE BRUSH oBrushshadow GRADIENT aGrad //shadow DEFINE BRUSH oBrushtext GRADIENT aGradtext //text nTotRows:= MLCount(Alltrim(cmessage),250) oPanel1 is a ttaskpanel //the shadow oItem1:=Tpanel():New( ...
by Silvio.Falconi
Thu Jan 04, 2024 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: xBrowser click

... negra, aparece o fundo negro, independente da cor colocada para o fundo. Att., Junior Faça um TESTE, retire o SetDlgGradient e use o GRADIENT aGrad direto no DEFINE DIALOG... Diga o que ocorre. Obg. abs. Regards, saludos.
by karinha
Wed Oct 11, 2023 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 934

error TXBROWSE:CARGOS

... "Apellido", ; "CargoArea" ; Sizes 250, 250, 250 ; ALIAS AliasRA autosort FASTEDIT LINES CELL font ofontBR // BACKGROUND aGrad HORIZONTAL colorxbrw( oRApertur, .f. ) WITH OBJECT oRApertur:Nombre :bOnPostEdit := { | o, x, k | RApertur->nombre := x } //PostEdit( o, x, ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 281

Re: Consulta sobre centrar un dialogo.

... 50,20,290,50 OF oDlg ; SIZE 300,238 PIXEL ; JUSTIFY .T.,.f.,.f.,.t. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; Font oFont; BACKGROUND aGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 // anulo el doble color d los registros oBrw:lContrastClr := .f. ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 437

Ayuda con un error en xbrowse

... OF oDlg ; SIZE 500,283 PIXEL ; JUSTIFY .T.,.f.,.f.,.t.,.t.,.t.,.t.,.t. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 // anulo el doble color d los registros oBrw:lContrastClr := .f. ...
by José Camilo
Tue Mar 28, 2023 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un error en xbrowse
Replies: 2
Views: 279

Re: Reitero consulta para actualizar un campo con XBrowse

... OF oDlg ; SIZE 500,283 PIXEL ; JUSTIFY .T.,.f.,.f.,.t.,.t.,.t.,.t.,.t. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 // anulo el doble color d los registros oBrw:lContrastClr := .f. ...
by José Camilo
Sun Feb 12, 2023 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reitero consulta para actualizar un campo con XBrowse
Replies: 6
Views: 511

Solicito ayuda para relacionar 2 o mas dbf

... OF oDlg ; SIZE 500,115 PIXEL ; JUSTIFY .T.,.f.,.t.,.f.,.t.,.t.,.t.,.t. ; ALIAS cAlias AUTOSORT LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 // anulo el doble color d los registros oBrw:lContrastClr := .f. ...
by José Camilo
Thu Dec 15, 2022 8:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicito ayuda para relacionar 2 o mas dbf
Replies: 1
Views: 235

Re: cyclometric circle

Antonio, I tried also with ::bPainted := { |hDC|FillRectEx( ::hDC, aPoints, aGrad) } or ::bPainted := { |hDC|FloodFill( ::hDC, aPoints [1][1], aPoints [5][1], nil, nColor ) } or local hBru := CreateSolidBrush( nColor ) local hOld := SelectObject( ::hDC, hBru ) ...
by Silvio.Falconi
Sat Dec 03, 2022 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3031

Re: cyclometric circle

] corrected the position line Problem to refill with agradient With FillRectEx( ::hDC, aPoints, aGrad) https://i.postimg.cc/xT3CxpSJ/t9.png new code #include "fivewin.ch"#include "constant.ch"Function Test()      local oDlg,oFont,oBold  ...
by Silvio.Falconi
Fri Dec 02, 2022 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3031

TRIBBON.PRG - New nQuickHigh (DEFINE QUICKBUTTON )

CLASS TRibbonBar FROM TControl CLASSDATA lRegistered AS LOGICAL DATA oBold, oFont DATA aLeft DATA aPrompts DATA aDialogs DATA aSizes DATA aGrad DATA aGradFld DATA aGradOver DATA aGradHigh DATA aQuickRGrad DATA nQuickHigh INIT 32 <---- New METHOD Paint() CLASS TRibbonBar ... if ::aQuickRGrad ...
by MGA
Wed Nov 23, 2022 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRIBBON.PRG - New nQuickHigh (DEFINE QUICKBUTTON )
Replies: 1
Views: 316

Re: cyclometric circle

... I can to refill the area with transparent color ? https://i.postimg.cc/0yk3BHx4/refi.jpg I tried with FillRectEx( ::hDC, aPoints, aGrad)
by Silvio.Falconi
Fri Jul 29, 2022 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3031

Re: gradiants ?

aGradient := { ; { size1, clrStart1, clrEnd1 }, ; { size2, clrStart2, clrEnd2 }, ; .... { sizeN, clrStartN, clrEndN } [, lOrient] } All sizes are fractions less than 1 and total of all sizes should be 1.0 Optionsl lOrient: ...
by nageswaragunupudi
Thu Jun 02, 2022 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 573

Ancho de columnas en xBrowse

... OF oDlg ; SIZE 712,289 PIXEL ; JUSTIFY .T.,.F.,.F.,.F.,.F.,.F.,.F.,.F. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL quiero achicar el ancho de la columna 2 y he probado asi: left("Razonsoc",20) y no resulta. tambien asi oBrw:aCols[ 2 ]:nWidth ...
by José Camilo
Wed May 04, 2022 8:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ancho de columnas en xBrowse
Replies: 2
Views: 248

Error que no entiendo por que sucede.

... * * * function AbmConsor() local napu local aBotones := {} local oDlg, oBrw, cAlias := cGetNewAlias( "CONSORC" ) local oBr, oFont local aGrad := ; { ; { 0.5, RGB( 193, 182, 174 ), RGB( 237, 234, 109 ) }, ; { 0.5, RGB( 237, 234, 109 ), RGB( 185, 170, 164 ) } ; } local acampos := {|| {' ...
by José Camilo
Thu Mar 10, 2022 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error que no entiendo por que sucede.
Replies: 8
Views: 891

Centrar títulos de columnas en xBrowse.

... ; COLSIZES-10,-10,-10,-10,-10,-10,-10 OF oDlg ; SIZE 712,285 PIXEL ; JUSTIFY .T. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL y por ultimo como agrego espacios al inicio del contenido de un campo? ejemplo. en un registro tengo un campo NIVEL que es numérico y ...
by José Camilo
Tue Apr 27, 2021 3:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar títulos de columnas en xBrowse.
Replies: 3
Views: 505
Next

Return to advanced search