Search found 37 matches: abmp

Return to advanced search

Re: Consulta sobre centrar un dialogo.

... ) local oBr, oFont local titgral := 'Información Sobre Correcciones' local atitcol := '' local acampos := {} local lcampos local aBmp := { "TildeR.bmp", "TildeA.bmp", "TildeV.bmp" } Private oBar2 acampos := {|| {str(Corregir->Numero,4),dtoc(Corregir->FechaError),Corregir->Tema,if(Corregir->Estado=1,aBtms[1], ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 435

Re: Xbrowse Menu with checkbox

... for example i have this adatamenu array Please change this part of the code:         WITH OBJECT :aCols[ 3]             :SetCheck(aBmp, .t. )             :nHeadBmpNo    := 2          END  TO          WITH OBJECT :aCols[ 2 ]             :SetCheck( aBmp , .t. )  ...
by Silvio.Falconi
Fri Nov 18, 2022 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Menu with checkbox
Replies: 5
Views: 470

BMP en xBrowse. Transparente?

Buenas tardes.
Uso BMPS en xBrowse.

asi definidos
local aBmp := { "Ok.bmp", "Delete.bmp" }

asi los uso
{|| if(Emple->Estado,aBmp[ 1 ],aBmp[ 2 ] )}

la pregunta es si se pueden hacer transparentes?

Gracias
by José Camilo
Mon Sep 05, 2022 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BMP en xBrowse. Transparente?
Replies: 2
Views: 388

FWBitmap invalid parameter

... 74) Data: 12/07/20 Ora: 20:42:38 lGDIPImage: Tipo var: L>>>.T.<<< lReadByFreeImage: Tipo var: L>>>.F.<<< aBmp: Tipo var: A>>> -1106951790 0 16 16 .F. 16DbgBrk .T. BITMAP 12632256 <<< grazie a chi vorrà dare un mano Roberto
by chiaiese
Mon Dec 07, 2020 7:55 pm
 
Forum: All products support
Topic: FWBitmap invalid parameter
Replies: 3
Views: 870

WndReadPalBmpEx problem

I have this istruction: ...cNomeFilepng = "\\serverlan\database$\imagefolder\Products\1052.bmp"aBmp := WndReadPalBmpEx(nil, cNomeFilepng)  aBmp returns array with "NOT FOUND" \\serverlan\database$\imagefolder\Products\ is a share folder inside "serverlan" ...
by damianodec
Tue Sep 22, 2020 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WndReadPalBmpEx problem
Replies: 1
Views: 182

Possible to add < roundrect > to FW_CreateBitmap ?

... aShapes } ) to complete it :?: http://www.pflegeplus.com/IMAGES/Roundrect1.jpg ACTIVATE WINDOW oWnd ON PAINT ( ; oWnd:DrawImage( aBmp[ 1 ], { 0, 0, 200, 150 } ), ; oWnd:DrawImage( aBmp[ 2 ], { 0, 150, 200, 300 } ), ; oWnd:DrawImage( aBmp[ 3 ], { 0, 300, 200, 600 } ), ; oWnd:DrawImage( ...
by ukoenig
Fri Mar 23, 2018 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to add < roundrect > to FW_CreateBitmap ?
Replies: 0
Views: 531

Re: Help creating a Dialog for Tablet Windows

Please check these lines and give correct path

cBmpPath := "c:\fwh\bitmaps\32x32\" // give your path
aBmp := DIRECTORY( cBmpPath + "*.bmp" )
by nageswaragunupudi
Sat Aug 19, 2017 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help creating a Dialog for Tablet Windows
Replies: 16
Views: 2889

Pngs not transparent

... oGrid:adialogs[1]:nHeight,, .T.) ) } and on this folder many btnbmp buttons with png file @ nrow,ncol btnbmp oBtn[n] Filename aBmp[RA->RACOLORE] ; SIZE nsizeW,nsizeh ; Prompt str2lines(alltrim(Ra->Radesc)," ") ; noborder CENTER; font ofontsmall of oGrid:adialogs[1] ...
by Silvio.Falconi
Wed Mar 02, 2016 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pngs not transparent
Replies: 12
Views: 2641

Re: a tpanel into a tfolder

... cCursor:= TCursor():New(,'HAND')local nRow := 40 //+oBar:nHeightlocal ncol := 10Local nsizeW:= 120Local nsizeh:= 150llocal aBmp:= {".\bitmaps\fivewin.bmp"    ,;              ".\bitmaps\fivewin.bmp" ,;  ...
by Silvio.Falconi
Fri Feb 26, 2016 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a tpanel into a tfolder :resolved!!
Replies: 17
Views: 7914

Re: xBrowse error with 16.01 and resource

... http://imagizer.imageshack.us/v2/xq90/903/mhbqCb.png We do not understand the need for this code / Assign the bitmaps to the array aBmp := { LoadBitMap( GetResources( ) , "CM1" ), ; LoadBitMap( GetResources( ), "CM2" ), LoadBitMap(GetResources( ), "CM3") ...
by nageswaragunupudi
Wed Jan 27, 2016 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error with 16.01 and resource
Replies: 10
Views: 1745

Re: TXImage from resources

Enrico , use WndReadPalBmpEx( Self, uBmp, aReSize ) -> aBmp // format: { hBitmap, hPalette, nBmpWidth, nBmpHeight, lAlpha, cName, lResource } This function is in btnbmp.prg for substitution in test . In my tests gdi+ it gives equal and often better ...
by mastintin
Sat Oct 24, 2015 5:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXImage from resources
Replies: 5
Views: 1100

Re: Perdida recurso en Preview

Rectifico:

aBmp[ n ] es un array de objetos bitmaps...

:-)
by Antonio Linares
Tue Dec 16, 2014 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Perdida recurso en Preview
Replies: 18
Views: 3542

Re: Perdida recurso en Preview

A ver,

Esto no puede funcionar bien:

::oImageListPages:Add( aBmp[n] )

Porque se espera un objeto bitmap

Sigo sin ver la relación con el oDevice que ya no se destruye en el VALID, y menos con el brush :-S
by Antonio Linares
Tue Dec 16, 2014 5:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Perdida recurso en Preview
Replies: 18
Views: 3542

Re: XBROWSE Change FOOTER PCITURE

... may correct. in xbrowse.ch, line 196 is now CODE: SELECT ALL EXPAND VIEW <.lite.>, <nOrder>, <nAt>, <nBmpElem>, [\{ <aBmp> \}], <.hide.>,, ; The two commas at the end of the line should be made as one comma only like this: CODE: SELECT ALL EXPAND VIEW <.lite.>, ...
by avista
Tue May 27, 2014 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Change FOOTER PCITURE
Replies: 13
Views: 3347

Re: to Mr Nages xbrowse footer

... have BUG in xbrowse.ch, line 196 is now CODE: SELECT ALL EXPAND VIEW <.lite.>, <nOrder>, <nAt>, <nBmpElem>, [\{ <aBmp> \}], <.hide.>,, ; The two commas at the end of the line should be made as one comma only like this: CODE: SELECT ALL EXPAND VIEW <.lite.>, ...
by avista
Tue May 27, 2014 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Mr Nages xbrowse footer
Replies: 8
Views: 1539
Next

Return to advanced search