Search found 422 matches: obrush

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... now have any combination of alpha and solid colors and thereby making it possible to have translucent backgrounds - SetColor( nTextClr, nClrPane, oBrush ): nClrPane can now be either alpha color or solid color * BtnBmp: FLAT Style: Flat style was introduce to mainly support solid colors. While ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 43

Re: Brush

... oDlg ) Return NIL *------------------------------------------------------------------------------* Function SobreporImagem( oDlg ) Local oImagem, oBrush Local cImagem := "..\bitmaps\pngs\2.png" DEFINE IMAGE oImagem FILENAME cImagem oBrush := TBrush():new( ,,,, ResizeBmp( oImagem:hBitmap, ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 233

Re: ERROR METROBUTTON con JPG

sucede lo mismo con BRUSH

DEFINE BRUSH oBrush FILE ".\imagenes\windows10.JPG" RESIZE // ERROR

DEFINE BRUSH oBrush FILE ".\imagenes\windows10.BMP" RESIZE // OK
by russimicro
Fri Nov 24, 2023 11:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR METROBUTTON con JPG
Replies: 6
Views: 349

Re: TBAR CON BRUSH DE FONDO

oi karinha boa tarde tudo bem // \SAMPLES\BARBRUSH.PRG #include "Fivewin.ch" STATIC oWnd FUNCTION Main() LOCAL oBar, oBtn1, oBrush DEFINE BRUSH oBrush COLOR CLR_HBLUE <---- ACA CON FILE "IMAGEN.JPG" DEFINE BRUSH oBrush FILE "IMAGEN.JPG" DEFINE WINDOW oWnd ...
by claudio.leiva
Thu Nov 02, 2023 4:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TBAR CON BRUSH DE FONDO
Replies: 11
Views: 650

Re: Reason for closing DBF file

... LOCAL oCajDia, cCol, aItem , oBrwFW2 , K := 1, campo, nPosGui := 0 LOCAL A := "IMAGEN", nRecSel := 0, oBrush, oCol , oFont, J:= 0, oErr LOCAL aRowGrad LOCAL aSelGrad LOCAL XaSelGrad IF SELECT(cAliTab) == 0 ALERTA("Error. Tabla a visualizar con browseConsulta(), ...
by russimicro
Mon Sep 18, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1161

Re: TXBROWSE - SOLUCIONADO

Solucionado...
DEFINE BRUSH oBrush FILE...no existe... en fwh 15 no marcaba error, en la 23 si...
Gracias
by russimicro
Mon Aug 14, 2023 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBROWSE
Replies: 3
Views: 278

Re: Child OF oWnd

... 864}, {TWINDOW:NLEFT, 10}, {NBOTTOM, 893}, {NRIGHT, 649.00}, {NSTYLE, 1342177280}, {NCLRPANE, 16777215}, {NCLRTEXT, 0}, {ACONTROLS, {}}, {OBRUSH, {{HBRUSH, 9437200}, {HBITMAP, 0}, {HBMPORGL, 0}, {NCOUNT, 6}, {NRGBCOLOR, 16777215}, {LSYSTEM, .T.}, {USOURCE, CLR_WHITE}}}, {OFONT, {{CFACENAME, ...
by Jimmy
Thu Nov 10, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 344

Re: Clase para Graficos Vectoriales

... does all calculations and print. Eg: Line( nTop, nLeft, nBottom, nRight, oPen, cUnits ) METHOD Box( nRow, nCol, nBottom, nRight, anoPen, noBrush, aText, cUnits ) METHOD AngleArc( x, y, r, angle, sweep, uPen, uBrush, cUnits ) METHOD Ellipse( nRow, nCol, nBottom, nRight, oPen, nFillClr, ...
by Antonio Linares
Wed Sep 21, 2022 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para Graficos Vectoriales
Replies: 20
Views: 1157

Re: gradiants ?

... can fill parts of window/dialog/control with FillRectEx( hDC, aRect, aGrad ) We can also define gradient brush and assign to a window DEFINE BRUSH oBrush GRADIENT aGrad Brushes get automatically resized when window gets resized
by nageswaragunupudi
Thu Jun 02, 2022 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 569

Re: print pixels in certain positions

Dear Detlef, I tried to divide the receipt on Sections Print_Numbers(oPrn,oPen,aNumbers,oBrush) // section 1 Print_Ruote(oPrn,oPen,aRoutes,oBrush) // section 2        #include "FiveWin.ch"    #define _MARGIN_LEFT   0.8  // the circle pattern starts 25 mm from ...
by Silvio.Falconi
Sun Mar 20, 2022 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 725

Re: Problem with TBtnGet

Creo que hay un malentendido

Estamos hablando de un GET con claúsula ACTION que hace que se muestre un botón al lado derecho del GET

En tal caso sería:

REDEFINE GET oGet ID ... OF oDlg ACTION ( oGet:SetColor( nClrText, nClrPane, oBrush ), otras cosas que necesites hacer )
by Antonio Linares
Tue Dec 14, 2021 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TBtnGet (SOLVED)
Replies: 6
Views: 760

Re: Problem with TBtnGet

ACTIVATE DIALOG oDlg ON INIT ( oBtnGet:SetColor( nClrText, nClrPane, oBrush ), .T. )

nClrPane and oBrush are optional
by Antonio Linares
Mon Dec 13, 2021 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TBtnGet (SOLVED)
Replies: 6
Views: 760

Re: no estaria mostrando el brush...

Lo he intentado pero tampoco funciona. sigue sin colorearme la linea. Musestre el código donde usted DEFINE BRUSH oBrush... Ó intente con una COLOR(nRGB) para teste.    DEFINE BRUSH  oBrush COLOR nColor  http://fivewin.com.br/index.php?/topic/24782-relat%C3%B3rio-desconfigurado/ ...
by karinha
Sun Dec 12, 2021 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no estaria mostrando el brush...
Replies: 8
Views: 558

Re: Windows 11 Fluent Design

Cristobal, DEFINE DIALOG oDlgL ; FROM 108, 324 TO 460, 690 OF oP PIXEL TRUEPIXEL ; BRUSH oBrush STYLE WS_POPUP Thanks for that. Unfortunately, I found that if you use "STYLE WS_POP" the caption bar is removed, however, the automatic shadow is also removed. ...
by James Bott
Wed Nov 10, 2021 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9402

Re: Box question

Show in this example what is wrong. Muestre en este ejemplo lo que está mal. [    RELEASE BRUSH oBrush    RELEASE FONT oFont   RETURN NIL  [/code] querido señor me parece que está exagerando, es la segunda vez que me escribe e inserta ejemplos (fuente) que nada tiene que ...
by Silvio.Falconi
Wed Nov 10, 2021 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box question
Replies: 7
Views: 584
Next

Return to advanced search