Search found 128 matches: loadbitmap

Return to advanced search

RESUELTO ---> arreglo en BTN_ACTION

... PRODUCTOS->(DBSKIP(1)) *==================================================== Aadd(aBtns, { cBebida + CRLF + "REFRESCO" + CRLF + cBcod,LoadBitmap( GetResources(), "COTROS" ), { || BTN_ACTION(oPdd, @cBcod ) } } ) *==================================================== END ENDIF ...
by Male
Wed Feb 15, 2023 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RESUELTO ---> arreglo en BTN_ACTION
Replies: 1
Views: 218

Re: Imagelist : Icon and Bitmap from Resource

...     ...   else      oIco = oIcon   endif so both Object or String can be used METHOD Add( oBmpImage, oBmpMask ) want to have a Object so LoadBitmap() or ReadImage() fail as they return hBITMAP Handle so i made this   DEFINE BITMAP oBMP RESNAME "GRID_ASC"   iImage := ::oImageLHeader:Add( ...
by Jimmy
Tue Feb 14, 2023 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imagelist : Icon and Bitmap from Resource
Replies: 5
Views: 448

COMO GRABAR UN RESOURCE EN EL DISCO

... mano con esto: Tengo que recuperar un Bitmap desde los resources y grabarlo en el disco para luego leerlo con Ximage Estoy haciendo esto: hDC:= LoadBitMap(getresources(),'wimagex') FW_Saveimage(hDC,'Imagex.bmp') El archivo se recupera y se graba bien pero no lo puedo leer con ximage ni con image ...
by rterraz
Sat Sep 25, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO GRABAR UN RESOURCE EN EL DISCO
Replies: 2
Views: 401

No incluye los BITMAPS como RC en las app

... en los prgs donde uso menus la opcion: MENUITEM OPCI_OBJ(i) PROMPT OPCI_TIT(i) ACTION OPCI_ACC(i) BLOCK OPCI_BLO(i) --- OPCI_OBJ(i):hBitmap:=LoadBitmap(GetResources(),OPCI_BMP(i)) ... OPCI_BMP(i) = ES EL NOMBRE DEL RECURSO Con la version de fwh 13.x, xHarbour 1.2.3, y bcc55 lo hacia sin problemas.
by noe aburto
Sat Aug 29, 2020 7:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No incluye los BITMAPS como RC en las app
Replies: 1
Views: 352

Re: Inserting an icon on a button

I didn't understand - BmpFromIcon(EXTRACTASSICON returns a bimap handle. I can't use :LoadBitmap method to enter handle
by Natter
Fri Dec 06, 2019 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting an icon on a button
Replies: 5
Views: 756

Re: Inserting an icon on a button

... setup1.bmp > of oBtn3 to < setup2.bmp > @ 50, 180 BTNBMP oBtn2 ; OF oDlg FLAT ; SIZE 64, 64 ; PIXEL ; RESOURCE 0xE10B ; ACTION ( oBtn3:LoadBitmap( 'SETUP2.bmp' ), oBtn3:Refresh() ) ; // update of oBtn3 COLOR CLR_WHITE, 12088150 There is a TButtonBmp button. I select a file via cGetFile ...
by ukoenig
Fri Dec 06, 2019 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting an icon on a button
Replies: 5
Views: 756

Re: Class TTITLE ( images ) possible without Freeimage.dll ?

... is it possible to update class TTitle ( image-section ) for usage without Freeimage.dll :?: regards Uwe :?: itio's possible change the METHOD LoadBitmap( cnName ) I thinkg insert hBmp := FW_ReadImage( nil, ::cImage )[ 1 ] instead of hBmp = ResizeImg( cnName, ::nWidth, ::nHeight ) but I not ...
by Silvio.Falconi
Wed May 22, 2019 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TTITLE ( images ) possible without Freeimage.dll ?
Replies: 5
Views: 1067

Re: Problem to change bitmap

I must use CLASS TButtonBmp
and setimages not good
oBtngiorn:LoadBitmap(".\bitmaps\prenota.png" )
by Silvio.Falconi
Tue May 21, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to change bitmap
Replies: 7
Views: 662

Re: Are there checked uncheck box bitmap functions ?

... unchecked. Now using CHR(160) results in an oversized red cross instead of a blank as it had done under Win XP, Vista and Win 7 32bit. _hOn := LoadBitMap(0, OBM_CHECK) // Use OEM system resources <- Black tick <- this still works fine // Next equates to an empty cell and is treated as ...
by Colin Wisbey
Tue Oct 23, 2018 2:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there checked uncheck box bitmap functions ?
Replies: 8
Views: 1712

Black Screen within grids

... unique. I found a solution to the black screen problem on some workstations, and it was the way we handled bitmaps. // Declare LOCAL bTagOn := LoadBitMap( GetResources(),"CHECK4" ) // single red check mark LOCAL bTagOff := LoadBitMap( GetResources(),"CHECK5" ) // blank grey ...
by byron.hopp
Fri Aug 24, 2018 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen within grids
Replies: 1
Views: 491

Re: html class

I tried to insert a btnbmp but it make error @ ::rcItem[1]+1, ::rcItem[3]-11 BTNBMP oBtnLeft SIZE 16, 16 OF Self oBtnLeft:hBitmap1 := LoadBitmap( 0, 32750 ) oBtnLeft:bAction := {|| Msginfo() } oBtnLeft:oFont := ::oWnd:oFont2:hFont I sent you test test Application===========   Path ...
by Silvio.Falconi
Thu Jan 25, 2018 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: html class
Replies: 14
Views: 2415

Re: add a symbol

... con...", "Apri con..." ) if File( cBitmap ) oBarOpenWithlist:hBmp = ReadBitmap( 0, cBitmap ) else oBarOpenWithlist:hBmp = LoadBitmap( GetResources(), cBitmap ) endif ACTIVATE DIALOG oAllegati CENTERED return nil
by Silvio.Falconi
Fri Jan 19, 2018 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a symbol
Replies: 10
Views: 1281

Re: add a symbol

... con...", "Apri con..." ) if File( cBitmap ) oBarOpenWithlist:hBmp = ReadBitmap( 0, cBitmap ) else oBarOpenWithlist:hBmp = LoadBitmap( GetResources(), cBitmap ) endif
by Silvio.Falconi
Tue Jan 16, 2018 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a symbol
Replies: 10
Views: 1281

Re: Imagen en TBTNBMP

Mr. Rao, thanks for reply.
If I do ;
oVent:LoadBitMap( , aBmps[oBrw:nArrayAt] )
oVent:Refresh()
I Get this error Message not found TBTNBMP:LOADBITMAP.

But if I do oVent:LoadBitmaps( aBmps[oBrw:nArrayAt] ) , it works.

Thanks again.
by FranciscoA
Mon Jan 01, 2018 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen en TBTNBMP
Replies: 4
Views: 639

Re: Imagen en TBTNBMP

oBtn:LoadBitmap( cImageFileName/cResourceName ) and then oBtn:Refresh() works
by nageswaragunupudi
Mon Jan 01, 2018 3:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen en TBTNBMP
Replies: 4
Views: 639
Next

Return to advanced search

cron