Search found 3885 matches: bitmap

Return to advanced search

Re: Transparent Png on MDI Parent

Seems to depend on the bitmap, this code works for some bitmaps, I have also used @ 0,0 Bitmap... ...main program @ 0,0 Image oLogo File Mcs_AppPath() + "Images\SqlServerLogo.bmp" Of oWnd:oWndClient No Border ACTIVATE WINDOW ...
by byron.hopp
Fri May 10, 2024 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 5
Views: 148

Re: Filter on Xbrowse

Marc, it doesn't work. I don't like this display showing .T., .F., it should show YES or NO or a BITMAP. Download the example and modify it for me, please. Marc, no funciona. No me gusta esta pantalla que muestra .T., .F., debería mostrar SÍ o NO o un BITMAP. Descargue ...
by karinha
Sat May 04, 2024 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 707

Re: combobox color

hi Silvio, hi Silvio. Perhaps you not understood my problem , please ready my message please I not Wish bitmap i Wish colorize only the text of item , i not want list of colors, i Wish only colorize the First item text and the last item text I do understand your Problem, but ...
by Jimmy
Sun Apr 28, 2024 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 601

Re: combobox color

hi Silvio. We use combobox with bitmaps. Solution from Otto, using colored Bitmap, seems me a easy Solution Perhaps you not understood my problem , please ready my message please I not Wish bitmap i Wish colorize only the text of item , i not want list of colors, ...
by Silvio.Falconi
Sat Apr 27, 2024 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 601

Re: combobox color

Hello, We use combobox with bitmaps. Best regards, Otto https://mybergland.com/fwforum/cbxfarbe.jpg Now with WEBVIEW2 or mod harbour, these things are easily done. https://mybergland.com/fwforum/cbxfarbemod.jpg ...
by Silvio.Falconi
Sat Apr 27, 2024 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 601

Re: combobox color

hi Silvio.
Otto wrote:We use combobox with bitmaps.

Solution from Otto, using colored Bitmap, seems me a easy Solution
by Jimmy
Sat Apr 27, 2024 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 601

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: 498

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: 498

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: 337

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: 337

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: 2570

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: 645

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: 246

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: 246

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: 84
Next

Return to advanced search