Search found 1538 matches: brush

Return to advanced search

Re: Folderex Gracent

Puedes hacerlo con BRUSH también:    // Brush no Folder   FOR nI := 1 TO LEN( oFld:aDialogs )      oFld:aDialogs[nI]:SetBrush( oBrush )      oFld:aDialogs[ ...
by karinha
Thu Nov 21, 2024 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Folderex Gracent
Replies: 3
Views: 194

Re: Two monitors, show different windows

... MuestraFoto(cTexto) Local oBrush2 Local oWnd2 Local oMonitor2 := FW_GetMonitor( 2 ) DEFINE FONT oBold NAME 'Tahoma' SIZE 0, -320 BOLD DEFINE BRUSH oBRush2 RESOURCE "LAYER" TILED DEFINE WINDOW oWnd2 FROM oMonitor2:Row(50), oMonitor2:Col(10) TO ; oMonitor2:Row(600),oMonitor2:Col(800) ...
by Adolfo
Mon Oct 07, 2024 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Two monitors, show different windows
Replies: 10
Views: 511

Re: question gdiplus

... only over the part where the old figure is. oGraphics:DrawEllipse( oPen2, oBrush2 , 500, 100, 60, 60 ) but for oBrush2 take the background brush. Or clear the entire drawing area. Best regards, Otto >Redraw the background only over the part where the old figure is. and how do you do ...
by Silvio.Falconi
Wed Sep 25, 2024 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: question gdiplus
Replies: 3
Views: 188

Re: question gdiplus

Silvio,
Redraw the background only over the part where the old figure is.
oGraphics:DrawEllipse( oPen2, oBrush2 , 500, 100, 60, 60 )
but for oBrush2 take the background brush.
Or clear the entire drawing area.

Best regards,
Otto
by Otto
Tue Sep 24, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: question gdiplus
Replies: 3
Views: 188

question gdiplus

... local oGraphics := Graphics():New( hDC ) local oPen := Pen():New( 255, 0, 0, 255 , 10 , .T.) local oBrush2 := Brush():NewSolidBrush( 150, 0, 255, 167 ) oPen:SetInset( ) oGraphics:DrawEllipse( oPen2, oBrush2 , 500, 100, 60, 60 ) then I want clear this ...
by Silvio.Falconi
Tue Sep 24, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: question gdiplus
Replies: 3
Views: 188

Re: ajustar una imagen en un dialogo como background

This is not correct function BuildBrush( oDlg )   local oImage, oBrush, aRect := oDlg:GetRect()   DEFINE IMAGE oImage FILENAME ".\logo.jpg"   oBrush   := TBrush():new( ,,,, ResizeBmp( oImage:hBitmap, ...
by nageswaragunupudi
Mon Sep 09, 2024 1:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ajustar una imagen en un dialogo como background
Replies: 15
Views: 1503

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... := .t. local oBrush local oImage, lSetAlpha := .t. local bAction := { || .t. } default cTitle := "Usuario, un momento por favor" DEFINE BRUSH oBrush COLOR RGB( 192, 216, 255 ) //rosa IF cCaption == NIL DEFINE DIALOG oWait ; FROM 0,0 TO 5, Len( cTitle ) + 4 ; STYLE nOr( DS_MODALFRAME, ...
by CARLOS ATUNCAR
Tue Aug 20, 2024 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 4400

Re: Need Help giide for my program

... Date() aItems := { AClone( aBlankItem ) } else aItems := IIT->( FW_DbfToArray( cItemFlds, { || IIT->INVNUM == oRec:InvNum } ) ) endif DEFINE BRUSH oBrush RESOURCE "PAPER" DEFINE FONT oLarge NAME "VERDANA" SIZE 0,-30 BOLD DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 ...
by Otto
Fri Jul 19, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2435

Re: Ayuda con DLL

... Controller - V.240603" MsgFooter:="Conectado en:"+IPCem+" "+ModCem DEFINE ICON oIcon RESOURCE "A_ICON_1" DEFINE BRUSH oFondo1 RESOURCE "FONDO_1" DEFINE WINDOW oApp FROM 3,6 TO 40,160 TITLE Titulo ICON oIcon BRUSH oFondo1 SET MESSAGE OF oApp TO MsgFooter ...
by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 582

Re: Una pregunta de párvulo

Hola Camilo, disculpa la tardanza en responder. Estaba de viaje. Lo primero que debes hacer es crear una imagen que te va a servir de BRUSH para el dialogo de entrada, como este que hice: https://www.datanet.space/fw/Acceso.png es solo una imagen, un PNG o JPG normalito, sin ...
by JoseAlvarez
Tue May 14, 2024 9:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una pregunta de párvulo
Replies: 6
Views: 1147

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... DEFINE FONT oFnt1 NAME "Arial" SIZE 0,-18 OF oPrn DEFINE FONT oFnt2 NAME "Arial" SIZE 0,-8 BOLD OF oPrn DEFINE BRUSH oBrush COLOR 0 DEFINE PEN oPen1 WIDTH 5 DEFINE PEN oPen2 WIDTH 15 COLOR 7873845 DEFINE PEN oPen3 WIDTH 1 COLOR 4556678 DEFINE PEN oPen4 WIDTH ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 3465

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... * default nWidth := 0.035 // 1/3 M/mm * default nWidth := 0.025 // 1/3 M/mm default nLen := 0.8 // Cmm. 0.8 * default nLen := 1.5 // Cmm. define brush oBr color nColor // Width of Bar if !lHorz nWidth :=round ( nWidth * 10 * oPrint:nVertRes() / oPrint:nVertSize() ,0 ) else nWidth :=round ( nWidth ...
by pedroluis
Fri May 10, 2024 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 3465

Re: Brush

Olá,

Obrigado pelas possibilidades. Vou testar e retorno aqui.

Att.,

Oliveiros Junior
by oliveiros junior
Wed Apr 24, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 1197

Re: Brush

https://imgur.com/qCqrs37

Image

Regards, saludos.
by karinha
Sun Apr 21, 2024 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 1197

Re: Brush

... oBrush   LOCAL cImagem := "..\bitmaps\pngs\2.png"   DEFINE IMAGE oImagem FILENAME cImagem   DEFINE BRUSH oBrush FILE cImagem RESIZE   oImagem:lTranspaRent := .T.   oImagem:End()   oDlg:SetBrush( oBrush )  ...
by karinha
Sun Apr 21, 2024 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 1197
Next

Return to advanced search