Search found 3879 matches: bitmap

Return to advanced search

Re: Brush

... WS_POPUP ) ; COLOR CLR_BLACK, CLR_BLACK TRUEPIXEL SetDlgGradient( { { 0.7, CLR_WHITE, CLR_WHITE }, ; { 0.3, CLR_BLACK, CLR_BLACK }, .F. } ) @ 0, 0 BITMAP oImagem FILENAME cImagem ; SIZE 400, 600 OF ; oDlg PIXEL NO BORDER ADJUST ACTIVATE WINDOW oDlg CENTERED ; ON INIT SobreporImagem( oDlg ) Return ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 248

Re: Brush

Oliveiros, usando BITMAP, não serve? Você pode por quantas quiser e com o tamanho que quiser e transparente. Já tentou? E sempre que possível, poste um exemplo da ideia que você imaginou. ¿Oliveiros, usando BITMAP, no funciona? Puedes ...
by karinha
Fri Apr 19, 2024 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 248

Re: colorize btnbmp with diagonal

... line    hBmp  := FW_MakeYourBitmap( n1,n2, <|hDC,w,h| as    hBmp  := FW_MakeYourBitmap( n1*2,n2*2, <|hDC,w,h| With this change, the bitmap covers the full area of the button. We need to keep in mind the effect of using or not using the TRUEPIXEL clause on the dimensions of the controls. ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 302

Re: colorize btnbmp with diagonal

... line    hBmp  := FW_MakeYourBitmap( n1,n2, <|hDC,w,h| as    hBmp  := FW_MakeYourBitmap( n1*2,n2*2, <|hDC,w,h| With this change, the bitmap covers the full area of the button. We need to keep in mind the effect of using or not using the TRUEPIXEL clause on the dimensions of the controls.
by nageswaragunupudi
Thu Apr 18, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 302

Re: Problem with valid email refresh btnbmp

... ( oDlg:AEvalWhen(), oDlg:Update() )   @ 120,40 BTNBMP oBtn PROMPT "Account Invio" LEFT ;      FILE "..\bitmaps\alphabmp\gmail.bmp", "", ;           "..\bitmaps\alphabmp\question.bmp", "" ;      SIZE 220,60 PIXEL OF oDlg ...
by Silvio.Falconi
Wed Apr 03, 2024 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2438

Leer de un .RES (datos de version) incrustado en un .EXE

Saludos estimados Tengo un .RES creado con Pelles (que se incrusta en el EXE al momento del enlazado) donde tengo: Bitmap, Cursor, Dialog, Icon, Manifest, Version ... como puedo leer la informacion que esta en "Version" desde dentro de mi aplicacion FHW, quisiera leer ...
by Enrrique Vertiz
Mon Mar 11, 2024 11:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer de un .RES (datos de version) incrustado en un .EXE
Replies: 3
Views: 625

Re: TUrlLink on Xbrowse

... Object as Column for XBROWSE Default XBROWSE can use CLASS TXBrwColumn or CLASS TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" in a Cell of XBROWSE for This Fivewin have METHOD EditDateTime( nKey ) CLASS TXBrwColumn ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 237

Re: TUrlLink on Xbrowse

... Object as Column for XBROWSE Default XBROWSE can use CLASS TXBrwColumn or CLASS TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" in a Cell of XBROWSE for This Fivewin have METHOD EditDateTime( nKey ) CLASS TXBrwColumn ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 237

Bitmap in xbrowse column

Hi, Is it possible to display a bitmap at the end of an xbrowse column where it contains the number of a document but which will only be displayed if another file contains the number of that document? How can I do this? The Column: oCol:= ...
by wartiaga
Tue Feb 27, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap in xbrowse column
Replies: 0
Views: 80

Re: Tamaño de Icono

Si Joao !! ya lo hice con un BITMAP.
GRacias!!!
by José Camilo
Mon Feb 26, 2024 3:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Icono
Replies: 4
Views: 154

Re: Tamaño de Icono

... OF oDlg ; FILENAME "PREGUNTA.ICO" oIcono:nWidth = 48 oIcono:nHeight = 48 oIcono:lTransparent = .t. José, nos é mejor usar una BITMAP en este caso?    REDEFINE BITMAP oBtnA ID 120 RESOURCE "APROVAR" TRANSPARENT OF oDlg ADJUST   oBtnA:cToolTip := ...
by karinha
Mon Feb 26, 2024 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Icono
Replies: 4
Views: 154

Re: FW_SaveImage

I wanted to divide the hBmp into 3 parts - 33%, 33% and 34%
How can I do this using the FW_Transform Bitmap function ?
by Natter
Fri Feb 16, 2024 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 452

Re: FW_SaveImage

... me a test program of yours to my personal email? nageswaragunupudi [at] gmail [dot] com I am trying to make an option with the creation of several bitmap files and their subsequent gluing. For gluing, you can use the function FW_StitchImages( uImage1, uImage2, [cSide], [cType] ...
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 452

Re: FW_SaveImage

Yes, your example works well. But files in A1 and A0 format do not want to be saved from my program :cry:

I am trying to make an option with the creation of several bitmap files and their subsequent gluing.
Is it possible to split hBmp into several parts and save them as separate files ?
by Natter
Thu Feb 15, 2024 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 452

Re: Cambio de imagen a 1 boton

... ;      PROMPT { || If( nBmp == 1, "Open", "Close" ) } ;      FILE "\fwh\bitmaps\open32.bmp", "\fwh\bitmaps\close32.bmp" ;      ACTION ( nBmp := nXor( nBmp, 3 ), oWnd:Refresh() ...
by nageswaragunupudi
Wed Feb 14, 2024 1:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 289
Next

Return to advanced search