Search found 66 matches: cimage

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... en lugar de NIL. Esto corrige el error de ejecución en FW_ReadImage() * Clase TImageList: (source\classes\timaglst.prg) - Nuevo método AddImage( cImage ) Para añadir cualquier imagenm no sólo mapas de bits e iconos. * Clase TListView: (source\classes\tlistvie.prg) - Nuevo método SetStyle( nStyle ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3574

New FTDN October/Octubre 2023 (FWH 23.10)

... in such cases instead of nil This fixes runtime error in FW_ReadImage() * TImageList Class: (source\classes\timaglst.prg) - New Method AddImage( cImage ) To add any image, not only bitmaps and icons. * TListView class: (source\classes\tlistvie.prg) New Method SetStyle( nStyle ) Refer prg source ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3574

Re: enviar mensajes a whatsapp, ¿posible solucion?

... Do not use any other existing functions and not even tclipboard class (till we improve in next version) function CopyImageToClipboard( cImage )   local hBitmap  := FW_ReadImage( nil, cImage, , .f. )[ 1 ]   if !Empty( hBitmap )  ...
by nageswaragunupudi
Fri Oct 27, 2023 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 3685

FWH2309: New function FW_StitchImages()

newImage := FW_StitchImages( cImage1, [cImage2], [cSide], [cBlobType] )  cImage1 and cImage2 can be image file names of any type, or image blobs, or hBitmap / pImages or any combination thereof If cImage2 ...
by nageswaragunupudi
Fri Sep 08, 2023 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2309: New function FW_StitchImages()
Replies: 0
Views: 274

Select one btnbmp into a scrollpanel

... with the Btnbmp class I want that when I press one it stays selected I made lActive:= .f. For n=1 to Len(aElements) cDesc := aElements[n][2] cImage := aElements[n][5] nProduct:= aElements[n][1] @ nRow,ncol BTNBMP aBtnEle[n] ; FILENAME cImage; SIZE 220, 55 PIXEL; FLAT RIGHT; FONT oFontSmall ...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 104

printer class printimage

... 0 )   Called from: source\ut_preview.prg => PRNIMAGE( 409 ) I cal this method with oPrn:PrintImage( nRow,nCol,cImage,nWidth,nBottom,; lStretch, nAlpha, lTransp, lGray,; cUnits, cAlign) where is the error ?
by Silvio.Falconi
Tue Apr 18, 2023 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 589

Re: New FTDN December/Diciembre 2022 (FW 22.12)

... oFileSystem * FWMariaRowSet: - Mejora en la velocidad de ordenación de los campos de tipo carácter (char). * Nueva función FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess La podemos encontrar en source\function\imgtxtio.prg
by Antonio Linares
Wed Jan 04, 2023 6:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1131

New FTDN December/Diciembre 2022 (FW 22.12)

... ) --> oHttp - FileSysObj() --> oFileSystem * FWMariaRowSet: - improvement in sorting speeds of char fields. * New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess in source\function\imgtxtio.prg
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1131

Re: New FTDN October/Octure (FWH 22.10)

... memo, hasta hasta ahora, era necesario asignar el valor del campo a una variable de carácter y luego utilizarla para imprimir la imagen. Ejemplo: cImage := FIELD->IMAGE @ r,c PRINT TO oPrn IMAGE cImage SIZE w,h INCHES ahora podemos utilizar directamente la variable de campo. Ejemplo: @ r,c ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 820

New FTDN October/Octure (FWH 22.10)

... saved in memo fields, till now, it was required to assign the value of the field to a character variable and then use it to print the image. eg., cImage := FIELD->IMAGE @ r,c PRINT TO oPrn IMAGE cImage SIZE w,h INCHES now we can directly use the field variable. eg., @ r,c PRINT TO oPrn IMAGE ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 820

Re: Mr. Rao's samples collection.

... from :?: can u use CURL instead to download Webpage :?: (if Yes how under FiveWin ) function WebPageContents( cURL, [lText := .f.] ) --> cText/cImage is FWH built-in function and is used extensively inside FWH library to download image/text contents of any webpage. This function uses WinHTTP. ...
by nageswaragunupudi
Sat Aug 06, 2022 4:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20313

Re: Ayuda para Leer JPG desde una DBF

  cImage := FIELD->Fir_med   [code]@ 2.0, 2.0 PRINT TO oPrn IMAGE cImage SIZE 5.0, 4.0 INCHES[/code]  Buen dia Mr. Rao Muchas gracias por su ayuda. Me funciono perfecto. Muchas saludos Antonio From the next ...
by nageswaragunupudi
Fri Jul 08, 2022 12:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Leer JPG desde una DBF *SOLUCIONADO*
Replies: 7
Views: 578

Re: Ayuda para Leer JPG desde una DBF

  cImage := FIELD->Fir_med   [code]@ 2.0, 2.0 PRINT TO oPrn IMAGE cImage SIZE 5.0, 4.0 INCHES[/code]  Buen dia Mr. Rao Muchas gracias por su ayuda. Me funciono perfecto. Muchas saludos Antonio From the next ...
by nageswaragunupudi
Fri Jul 08, 2022 12:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Leer JPG desde una DBF *SOLUCIONADO*
Replies: 7
Views: 578

library of utility functions of FWH also for mod HARBOUR

... MH_DbfToArray( cFieldList, bFor, bWhile, nNext, nRec, lRest, aData ) function MH_DbfToHTML( cFieldList, lWebPage ) function MH_ImageToBase64( cImage ) function MH_RecordSetToHTML( oRs, lHtmlPage ) static function CloseTag( cTag ) static function ImageType( cBuf ) static function IsBinaryData( ...
by Otto
Mon Apr 19, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: library of utility functions of FWH also for mod HARBOUR
Replies: 0
Views: 351

Re: New FTDN February/Febrero 2021 (FWH 21.02)

... campo a otra variable y entonces llamar a estas funciones. Solucionado ahora !!! Ejemplos: FW_ReadImage( nil, FIELD->IMAGE ) estaba fallando cImage := FIELD->IMAGE FW_ReadImage( nil, cImage ) estaba funcionando. Lo mismo con FW_DrawImage(). Ahora es posible llamar a ambas funciones directamente ...
by Antonio Linares
Mon Apr 05, 2021 6:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1422
Next

Return to advanced search