Search found 621 matches: timage

Return to advanced search

Re: Error: FWH2206 Parte1

Estimado Rao, gracias por apoyarme con estos problemas. He hecho el cambio de TImage por TXImage, pero ahora me dio este error: Application===========   Path and name: G:\svnsem\semtest\sem32.exe (32 bits)   Size: 5,142,528 bytes   Compiler version: Harbour ...
by csincuir
Mon Feb 12, 2024 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 987

Re: Error: FWH2206 Parte1

Karinha,
Como es una imagen ".Png" en la TImage se usa con LoadFromMemory y se me olvido quitarlo cuando probé con la TXImage.
Gracias por el dato, pero igual, sigo teniendo el mensaje de "Format image not supported"

Saludos cordiales.

Carlos.
by csincuir
Mon Feb 12, 2024 2:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 987

Re: Error: FWH2206 Parte1

Estimado Rao, gracias por apoyarme con estos problemas. He hecho el cambio de TImage por TXImage, pero ahora me dio este error: Application===========   Path and name: G:\svnsem\semtest\sem32.exe (32 bits)   Size: 5,142,528 bytes   Compiler version: Harbour ...
by csincuir
Mon Feb 12, 2024 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 987

Re: Error: FWH2206 Parte1

We also advise using TXImage instead of TImage and you can dispense using freeimage.dll prg:   REDEFINE XIMAGE oBmp ID 501 OF oDlg RESOURCE "TSSEM" rc    CONTROL         "", 501, "TXImage", ...
by nageswaragunupudi
Sun Feb 11, 2024 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 987

Error: FWH2206 Parte1

... utilizando la versión FWH2206, y tengo dos problemas con la misma que con la versión FWH2203 no los tenía: El primer problema es con la clase TImage, con este codigo: DEFINE FONT oFont NAME "TIME NEW ROMAN" SIZE 0,-14 BOLD ITALICDEFINE BRUSH oBrush RESOURCE "Grad01" DEFINE ...
by csincuir
Fri Feb 09, 2024 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 987

Re: Problem with xBrowse

... 11 TICON 12 TBRUSH 13 TMDIFRAME 14 TMENU 15 TREG32 16 TMENUITEM 17 TMDICLIENT 18 TFONT 19 TMSGBAR 20 TRECT 21 TMSGITEM 22 TTIMER 23 TBITMAP 24 TIMAGE 25 TCURSOR 26 TBAR 27 TBTNBMP 28 TMDICHILD 29 TDIALOG 30 TXBROWSE 31 TXBRWCOLUMN 32 TSCROLLBAR 33 TCLIPBOARD 34 TSTRUCT Memory Analysis =============== ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2165

Re: printer class printimage

Note-1: We need not use oImage for printing. We can straight away use the image source, viz, filename, resource or any source of image. Note-2: TImage requires 'freeimage.dll'. Better to use TBitmap or TXImage instead so that our application runs without freeimage.dll. This is a simple sample ...
by Silvio.Falconi
Thu Apr 20, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 619

Re: printer class printimage

Note-1: We need not use oImage for printing. We can straight away use the image source, viz, filename, resource or any source of image. Note-2: TImage requires 'freeimage.dll'. Better to use TBitmap or TXImage instead so that our application runs without freeimage.dll. This is a simple sample ...
by nageswaragunupudi
Wed Apr 19, 2023 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 619

Re: Consejos sobre el uso de las clases TImprime y TUtilPrn

... => LOADFREEIMAGE( 505 ) Called from: .\source\classes\IMAGE.PRG => FILOADIMG( 325 ) Called from: .\source\classes\IMAGE.PRG => TIMAGE:DEFINE( 95 ) Called from: c:\sicef_desarrollo\bin\Utilprn.prg => TUTILPRN:SAYIMAGE( 0 ) Called from: c:\sicef_desarrollo\bin\Sicefwin.prg ...
by nanoespinoza
Tue Nov 15, 2022 12:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consejos sobre el uso de las clases TImprime y TUtilPrn
Replies: 9
Views: 914

Re: Consejos sobre el uso de las clases TImprime y TUtilPrn

... => LOADFREEIMAGE( 505 ) Called from: .\source\classes\IMAGE.PRG => FILOADIMG( 325 ) Called from: .\source\classes\IMAGE.PRG => TIMAGE:DEFINE( 95 ) Called from: c:\sicef_desarrollo\bin\Utilprn.prg => TUTILPRN:SAYIMAGE( 0 )
by Antonio Linares
Mon Nov 14, 2022 8:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consejos sobre el uso de las clases TImprime y TUtilPrn
Replies: 9
Views: 914

Consejos sobre el uso de las clases TImprime y TUtilPrn

... => LOADFREEIMAGE( 505 ) Called from: .\source\classes\IMAGE.PRG => FILOADIMG( 325 ) Called from: .\source\classes\IMAGE.PRG => TIMAGE:DEFINE( 95 ) Called from: c:\sicef_desarrollo\bin\Utilprn.prg => TUTILPRN:SAYIMAGE( 0 ) Además, me gustaría conocer: ¿si tienen sugerencias, ...
by nanoespinoza
Sat Nov 12, 2022 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consejos sobre el uso de las clases TImprime y TUtilPrn
Replies: 9
Views: 914

Bitmap from a variable

Hi, I was counting a recordset from the MariaDB database. From this recordset, I load the bitmap into the TImage control using the method :LoadFromMemory(). Everything works fine. However, the downloaded bitmap looks bad. I don't know what the reason is, but the bitmap downloaded ...
by Natter
Thu Oct 13, 2022 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap from a variable
Replies: 4
Views: 296

Problemas al mostrar una imagen en dialogo

Hola. Estoy tratando de mostrar una imagen en un dialogo y aun cuando defini en el recurso la TIMAGE del tamaño de la misma lo muestra algo pixelado. ya he probado cambiando los tamaños y no hay manera. Quise probar con TBITMAP pero siempre me da error FIVEWIN 3 que no ...
by José Camilo
Mon Jul 18, 2022 12:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al mostrar una imagen en dialogo
Replies: 8
Views: 990

Re: Error aleatorio impresión 'NIL' has no exported method: HWND

Leandro,

Parece que el error viene de esta línea de esreport.prg

oImg := TImage():New( 0, 0, 0, 0,,, IIF( oItem:nBorder = 1, .F., .T. ), ::oTmpWnd )

lo cual quiere decir que ::oTmpWnd viene nil. Ahora hay que ver por qué
by Antonio Linares
Sun Feb 27, 2022 11:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error aleatorio impresión 'NIL' has no exported method: HWND
Replies: 2
Views: 223

Re: Strange situation

Natter wrote:Hi,
1. When viewing .bmp in Windows the polygon frame has turned black
2. When opening .bmp in TBitmap or Timage the polygon frame turns white


That means the color used for the border is an alpha color/ transparent color.
We need the boundary in RGB color to use floodfill
by nageswaragunupudi
Fri Oct 29, 2021 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange situation
Replies: 12
Views: 1133
Next

Return to advanced search

cron