Search found 129 matches: tximage

Return to advanced search

Re: XIMAGE

Estimado Marcelo,

La Clase TXImage proporciona el método Paste( lCheck ) que permite copiar una imagen desde el portapapeles

Además tienes el método PopupMenu( nRow, nCol, nFlags ) que te muestra un popup con la opción Paste

Espero que esto te pueda ser de ayuda
by Antonio Linares
Tue Mar 05, 2024 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 367

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: 975

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: 975

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: 975

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, ...
by nageswaragunupudi
Sun Feb 11, 2024 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 975

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... oDevice, oReport ) } For a sample, please see: fwh\samples\ximage02.prg This program demonstrates the power of TXImage to provide preview.
by nageswaragunupudi
Mon May 15, 2023 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 410

Re: printer class printimage

... 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 to print images. #include "fivewin.ch"function ...
by Silvio.Falconi
Thu Apr 20, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 615

Re: printer class printimage

... 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 to print images. #include "fivewin.ch"function ...
by nageswaragunupudi
Wed Apr 19, 2023 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 615

Re: Bitmap from a variable

Dear Natter,

CLASS TXImage METHOD Save( lAsViewed, cFile, nQuality )

what nQuality parameter value are you using ?

Please try with 100
by Antonio Linares
Fri Oct 14, 2022 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap from a variable
Replies: 4
Views: 293

Re: Bitmap from a variable

Bitmap looks good in TXImage. I save it using the method :Save(). However, the Bitmap saved to the file looks much worse
by Natter
Fri Oct 14, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap from a variable
Replies: 4
Views: 293

Re: Bitmap from a variable

Thank you Rao ! Everything is fine with TXImage
by Natter
Fri Oct 14, 2022 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap from a variable
Replies: 4
Views: 293

Bitmap from a variable

... the downloaded bitmap looks bad. I don't know what the reason is, but the bitmap downloaded from the file looks good. I wanted to try using TXImage, but I don't know how to load a bitmap from a variable into it
by Natter
Thu Oct 13, 2022 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap from a variable
Replies: 4
Views: 293

Re: DIALOG NOCAPTION no funciona con XIMAGE

... { CONTROL "", 101, "Edit", ES_AUTOHSCROLL|WS_BORDER|WS_TABSTOP, 8, 29, 80, 14 CONTROL "Custom control", 120, "TXIMAGE", 0x00000000, 444, 34, 103, 132 CONTROL "Button", 201, "Button", WS_TABSTOP, 89, 28, 95, 15 CONTROL "", 102, ...
by Willi Quintana
Wed Oct 12, 2022 1:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG NOCAPTION no funciona con XIMAGE
Replies: 17
Views: 1536

Re: Style WS_TABSTOP

... "TXBROWSE"   $ oControl:ClassName()               oControl:SetStyle( WS_TABSTOP, .F. )   // work         CASE "TXIMAGE"    $ oControl:ClassName()               * oControl:SetStyle( WS_TABSTOP, .F. ) // crash         CASE "TRADIO" ...
by Jimmy
Tue Aug 09, 2022 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style WS_TABSTOP
Replies: 6
Views: 491

Re: XIMAGE -> CLASS TXImage -> ACTION ?

hi Marc,
Marc Venken wrote:Very interesting tool you should look at.
http://forums.fivetechsupport.com/viewtopic.php?t=35170

thx for Advice.

the Work from Uwe is great. have to figure out how it work.
by Jimmy
Thu Aug 04, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XIMAGE -> CLASS TXImage -> ACTION ?
Replies: 4
Views: 611
Next

Return to advanced search