Search found 128 matches: loadbitmap

Return to advanced search

Imagen en TBTNBMP

Saludos, amigos.
Usando TBUTTONBMP podemos cargar su imagen con: oBmp:LoadBitMap( aBmps[oBrw:nArrayAt] ) .
Cual seria su equivalente para TBTNBMP?
Gracias
by FranciscoA
Sun Dec 31, 2017 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen en TBTNBMP
Replies: 4
Views: 669

MENUs CON RECURSOS en variables

... gpf 3) bVar:= { {|| "'" + cBmp + "'" } cBmp:= EVAL(bVar) tambien da un gpf la imagen la defino asi : oMnItem[nItem]:hBitmap:= LoadBitmap( GetResources(), cBmp ) Gracias.
by Ariel
Sat Oct 14, 2017 10:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MENUs CON RECURSOS en variables
Replies: 14
Views: 2711

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6424

Re: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

... FUNCTION CambiaBmpSort(n,xBrw,cBmpAsc,cBmpDes) local hBmp DEFAULT n:=0 xBrw:aSortBmp := {} hBmp := if( n = 0, FWbmpAsc(),LoadBitMap(GetResources(), cBmpAsc ) ) AAdd( xBrw:aSortBmp, { hBmp, 0, nBmpWidth( hBmp ), nBmpHeight( hBmp ), nil, .F. } ) hBmp := if( n = 0, FWbmpDes(),LoadBitMap(GetResources(), ...
by cnavarro
Sun Aug 20, 2017 11:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 6
Views: 1278

COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

... FUNCTION CambiaBmpSort(n,xBrw,cBmpAsc,cBmpDes) local hBmp DEFAULT n:=0 xBrw:aSortBmp := {} hBmp := if( n = 0, FWbmpAsc(),LoadBitMap(GetResources(), cBmpAsc ) ) AAdd( xBrw:aSortBmp, { hBmp, 0, nBmpWidth( hBmp ), nBmpHeight( hBmp ), nil, .F. } ) hBmp := if( n = 0, FWbmpDes(),LoadBitMap(GetResources(), ...
by rterraz
Sun Aug 13, 2017 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 6
Views: 1278

CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

... FUNCTION CambiaBmpSort(n,xBrw,cBmpAsc,cBmpDes) local hBmp DEFAULT n:=0 xBrw:aSortBmp := {} hBmp := if( n = 0, FWbmpAsc(),LoadBitMap(GetResources(), cBmpAsc ) ) AAdd( xBrw:aSortBmp, { hBmp, 0, nBmpWidth( hBmp ), nBmpHeight( hBmp ), nil, .F. } ) hBmp := if( n = 0, FWbmpDes(),LoadBitMap(GetResources(), ...
by rterraz
Sun Aug 13, 2017 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 0
Views: 443

Impresion JPG en remoto, detalle?

... ya el tamaño del archivo cambia de 1KB a 15KB, y este archivo es de 120x120 pxl. Mi pregunta para resolver esto es: hay forma de leer este archivo LoadBitmap() o LoadBmp() y como puedo volver a guardarlo para evitar este detalle? Mi código de impresión del JPG cArchLogo:='\FUNPAR\N00002039_23-01-2016_MUSA580225MK8.JPG' ...
by noe aburto
Tue Mar 28, 2017 4:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion JPG en remoto, detalle?
Replies: 2
Views: 566

Re: Bugs in TButtonBmp

Try with REDEFINE?? If i not change with :loadbitmap() the the bitmap is shown normal. I will tomorrow use a other bitmap.
by byte-one
Mon Jul 25, 2016 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1651

Bugs in TButtonBmp

1. There are the line
Code: Select all  Expand view
fwlog empty( ::clayout ), ! Empty( ::hBitmap )
in the method new(). Should be erased.
2. When i use clausula GDIPLUS and call the method ::loadbitmap() to change the bitmap, no bitmap to see. Without GDIPLUS is ok!
by byte-one
Sat Jul 23, 2016 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1651

Refrescar un array.

... en refresacarlo. ¿Existe la posibilidad de refrescar solo la fila de ese array modificado? Nota.- BTMRojo es un bitmap cargado asi:; BTMROJO := LoadBitmap( GetResources(), "ROJO" ) Gracias. vcelda6:=tconsultastock[fila,5]     oBrwconsulta:lEditCol(6,@vcelda6,"@E 9,999",,)  ...
by Garbi
Tue May 24, 2016 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refrescar un array.
Replies: 2
Views: 409

Re: xBrowse error with 16.01 and resource

... 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") } We ...
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: 1777

Re: Menu (se podrá?)

... ) oMnuItem:hBitmap:= ReadBitmap( 0, cFileBmp ) ENDIF IF ! EMPTY( cResName := ALLTRIM((cMnuAlias)->FLDRESBMP) ) oMnuItem:hBitmap:= LoadBitmap( GetResources(), cResName ) ENDIF IF ! EMPTY( ALLTRIM((cMnuAlias)->FLDSYS) ) AAdd( oApp:aObjSys, oMnuItem ) ENDIF cValue := ALLTRIM((cMnuAlias)->CNEXT) ...
by jcenteno
Sun Oct 11, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu (se podrá?)
Replies: 11
Views: 2662

añadir soporte para png,jpg,etc en buttonb

... = If( File( ::cBitmap ), ReadBitmap( 0, ::cBitmap ),;      //                    LoadBitmap( GetResources(), ::cBitmap ) )     en LoadBitmap...   if ValType( cBmpName ) == 'N'      if IsGdiObject( ...
by mastintin
Thu Jun 18, 2015 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: añadir soporte para png,jpg,etc en buttonb
Replies: 0
Views: 284

Re: Cargar parte de un BitMap?

... nBottom, nRight ) ) ¿Como doy lectura a mi archivo BMP para "oBitmapCompleto" oBitmapCompleto:=FiLoadImg('AZ09.BMP') o oBitmapCompleto:=LoadBitmap(GetResources(),'AZ09.BMP') o oBitmapCompleto:=ReadBitmap(0,,'AZ09.BMP') o que funcion?
by noe aburto
Sun Jun 07, 2015 9:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cargar parte de un BitMap?
Replies: 4
Views: 544

Re: xHarbour 1.2.3 build 20141106

... pointer type WVW_GET_HND_WINDOW,WVW_GETWINDOWHANDLE,WIN_GETDLGITEM,WIN_LOADICON,WIN_LOADIMAGE,WIN_GETDC,WIN_CREATEBRUSH.CREATEIMAGELIST LOADIMAGE,LOADBITMAP,LOADBITMAPEX,OPENIMAGE,OPENBITMAP,CREATESOLIDBRUSH,CREATEHATCHBRUSH,CREATEFONT,LOADICON,WINDOW2BITMAP WVW_DLGSETICON,WVW_CREATEDIALOGDYNAMIC,WVW_CREATEFONT,WVW_SETPOPUPMENU,WVW_CREATEMENU,WVW_CREATEPOPUPMENU,WVW_GETMENU ...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5878
PreviousNext

Return to advanced search