Search found 37 matches: setbmp

Return to advanced search

Re: Ayuda para Leer JPG desde una DBF

Estimado Antonio Intenta con SETBMP oImage:SetBmp(oDBF->IMAGEN)  Hola Adhemar C. Muchas gracias por tu ayuda. Intente con tu sugerencia, pero me arrojo un error en la ejecución. Error occurred at: 05/07/2022, 11:22:31 Error description: ...
by remtec
Tue Jul 05, 2022 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Leer JPG desde una DBF *SOLUCIONADO*
Replies: 7
Views: 599

Re: Ayuda para Leer JPG desde una DBF

Estimado Antonio

Intenta con SETBMP
Code: Select all  Expand view

oImage:SetBmp(oDBF->IMAGEN)
 
by acuellar
Tue Jul 05, 2022 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Leer JPG desde una DBF *SOLUCIONADO*
Replies: 7
Views: 599

Re: Guardar imagen en el disco con FW_SaveImage

... ) He intentado recuperando la imagen con LoadFromMemory, LoadImage, Setbmp Gracias por la ayuda Is oDBF an object? TDatabase object? In that case, it should be oDBF:FOTOIf you are directly refering to memo field from ...
by nageswaragunupudi
Sat Jun 20, 2020 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Guardar imagen en el disco con FW_SaveImage
Replies: 11
Views: 1664

Guardar imagen en el disco con FW_SaveImage

... ) He intentado recuperando la imagen con LoadFromMemory, LoadImage, Setbmp Gracias por la ayuda
by acuellar
Tue Jun 16, 2020 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Guardar imagen en el disco con FW_SaveImage
Replies: 11
Views: 1664

Re: mostrar imagen desde MARIAdb sin recordset...

... Con MEDIUMTEXT    BLOBImport( FieldPos( "FOTO" ),cFoto )  Para recuperar: oFoto:SetBmp(FOTO) Para mostrar:   REDEFINE XIMAGE oFoto ID 118 OF oDlg SOURCE oEMPL:FOTO UPDATEo  REDEFINE BITMAP oFoto ID 118 OF oDlg NOBORDER ...
by acuellar
Sat Dec 21, 2019 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mostrar imagen desde MARIAdb sin recordset...
Replies: 7
Views: 1446

Re: btnbmps list

the test is from that test of rao
How ?

I not Know How have the array of buttons pressed

then another I must put the small images then and not before
I explain
I drwar the images, the I control if there is a reservation and the I can put the images or change the big image with setBmp ?
by Silvio.Falconi
Tue Jun 19, 2018 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmps list
Replies: 2
Views: 431

Re: A problem TFOLDEREX tab-images from resource ?

... to load the images SET RESOURCES TO c_path + "SYSTEM.dll" // select DLL oBtn[1]:SetFile( "EXIT" ) // set button-image oBitmap:SetBMP( "IMAGE1" ) // set Image oBitmap:Refresh() aBitmaps1 := { "BOOKS",; // define folder-tab-images "BOOKS",; "BOOKS",; ...
by ukoenig
Tue Jul 19, 2016 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting Tab-images from res. RC and DLL TFOLDEREX (solved)
Replies: 19
Views: 5604

change Image

I wish change a image when I move the mouse over the image control
sample :

&img_name:bMMoved:= { || myfunc() }

Func Myfunc()

&img_name:cBmpfile:="full.bmp"
return nil

I tried with LoadImage, LoadBmp or setbmp and all make error I not Know why
by Silvio.Falconi
Wed Dec 24, 2014 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change Image
Replies: 1
Views: 334

Re: change bitmaps from radio button

... OF oDlg ; ON CHANGE Refresque(nVar,oBmpOpc) //------------------------ Function Refresque(nVar,oBmpOpc) if nVar=1 oBmpOpc:SetBmp("Texto") elseif nVar=2 oBmpOpc:SetBmp("Calculator") ... ... endif oBmpOpc:Refresh() Return nil
by FranciscoA
Mon Jan 27, 2014 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change bitmaps from radio button
Replies: 8
Views: 2742

problem with communication (RS232)

... WriteComm(nComRam, "$01"+"6"+chr(13))  ) // Start      oDlg:bCommNotify = { | nComUlz, nStatus |oCont:SetBmp( hBmpKon[ 1 ] ), BytesAtPort( nComRam, nStatus ),;                                       EnableCommNotification( ...
by mtajkov
Sat Jul 28, 2012 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with communication (RS232)
Replies: 6
Views: 1166

Re: bitmap changed from user

... different Colors ) http://www.pflegeplus.com/pictures/Bmpres1.jpg oBrw:bLClicked := { | nRow, nCol | IIF( oLbx1:nArrayAt = 1, oBMP:SetBMP( "Black" ) , NIL ), ; IIF( oLbx1:nArrayAt = 7, oBMP:SetBMP( "Red" ), NIL ) } To display a Image from File, You have to add ...
by ukoenig
Thu Mar 10, 2011 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmap changed from user - RESOLVED !!!
Replies: 20
Views: 5381

Re: imágenes intermitentes

... oImag2 := LoadBitMap(GetResources(),"Imagen2") n:=2 DEFINE TIMER tImag OF oWnd3 INTERVAL 1000 ACTION (If(n=1, (oBoton:setBmp(oImag1), n= 2), (oBoton:SetBmp(oImag2), n= 1)) ACTIVATE TIMER tImag .. ... REDEFINE BTNBMP oBoton RESOURCE "Imagen1" ACTION MsgInfo() ...
by Willi Quintana
Tue Mar 09, 2010 9:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: imágenes intermitentes
Replies: 1
Views: 518

Re: SETBMP

... aData[nY,nX] == "S"        luscita := FALSE     EndIF     aBmps[nY,nX]:SetBmp( "VACIO" )          aData[nY,nX] := "X"  EndIF IF aData[nY,nX] ...
by Silvio
Mon Mar 02, 2009 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SETBMP
Replies: 10
Views: 3367

Re: SETBMP

Sorry , sorry , sorry , Perhaps someone not understand my problem I explain to YOU : I made a program . I use a dialog on the resources with many bitmaps controls for this dialog I can use only 16X11 bitmaps and the application save the configuration of my beach http://www.vdswin.it/CONF...
by Silvio
Mon Mar 02, 2009 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SETBMP
Replies: 10
Views: 3367
Next

Return to advanced search