Search found 34 matches: lgray

Return to advanced search

Re: New FTDN July/Julio 2024 (FWH 24.07)

... 0 ( rango de -255 a 255 ) :nContrast init 0 ( rango de -100 a 100 ) :nAlpha init 255 ( rango de 0 a 255 ) :nBlur init 0 ( rango 0 y superiores ) :lGray init .F. ( .T. o .F. ) * Generación de PDF: Hasta la versión anterior, los pdf generados mediante Harupdf y Microsoft Word, mostraban las imágenes ...
by Antonio Linares
Thu Aug 08, 2024 11:50 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4328

New FTDN July/Julio 2024 (FWH 24.07)

... init 0 ( range -255 to 255 ) :nContrast init 0 ( range -100 to 100 ) :nAlpha init 255 ( range 0 to 255 ) :nBlur init 0 ( range 0 and above ) :lGray init .F. ( .T. or .F. ) * PDF generation: Till previous version, PDFs generated using harupdf and msword, were displaying images printed with ...
by Antonio Linares
Mon Aug 05, 2024 4:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4328

Re: problem with big dbf on xbrowse

Marc, when I use: :lFastDraw := .T. without AUTOFIT(), it causes a SIDE EFFECT on XBROWSE() that does not look good commercially. Could you, just for the sake of testing uncomment ALL items that have to do with the looks ? like oLbx:nClrPane := { || IIF( ( oLbx:cAlias )->( OrdKeyNo() ) %2 == 0, ...
by Marc Venken
Sun Jun 16, 2024 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with big dbf on xbrowse
Replies: 39
Views: 2469

printer class printimage

... => 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: 859

Re: vertical position in preview

use this oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray ) see on email Hi Silvio, it's still the same error. The image position is different with PRINT oPrn NAME "prv_test" PREVIEW and PRINT oPrn NAME "prv_test" ...
by Silvio.Falconi
Fri May 13, 2022 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vertical position in preview
Replies: 15
Views: 1183

Re: vertical position in preview

use this oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray ) see on email Hi Silvio, it's still the same error. The image position is different with PRINT oPrn NAME "prv_test" PREVIEW and PRINT oPrn NAME "prv_test" ...
by Detlef
Fri May 13, 2022 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vertical position in preview
Replies: 15
Views: 1183

Re: vertical position in preview

use this
oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray )

see on email
by Silvio.Falconi
Thu May 12, 2022 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vertical position in preview
Replies: 15
Views: 1183

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... be treated as deprecated for future development. Syntax: METHOD PrintImage( nRow, nCol, uImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray, cUnits, cAlign, cURL )  FWPdf ignores nAlpha, lTransp and lGray TPrinter ignores cURL 1,2,4,5) nRow, nCol, nWidth, nHeight specify the ...
by nageswaragunupudi
Thu Mar 05, 2020 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 6646

New FTDN January/Enero 2018 (FWH 18.01)

... Optional. Set to .T. to read as GDIP Image. * Drawing Images: Method oWnd:DrawImage( uImage, [aRect], [lTransp := .t.], [nResizeMode], [lnAlpha], [lGray], [cAlign], [aColorMap] ) --> nLastRow function FW_DrawImage( oWnd/hDC, uImage, <other params same as above> ) oWnd can be any window, ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2848

Labeledit and Print ( download )

... to english. With the used < Units > it works perfect now. PrintImage( nRow, nCol, uImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray, cUnits ) I'm working on some more functions like 1. selecting any DBF and define the fields to be printed ( for the moment customer.dbf is used ...
by ukoenig
Tue Sep 20, 2016 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Labeledit and Print ( download )
Replies: 1
Views: 665

Re: Printing an image.

... < units > added to METHOD PrintImage in release FWH 16.4 METHOD PrintImage( nRow, nCol, uImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray, cUnits ) CLASS TPrinter => PIXEL,MM,CM,INCHES that makes the image-painting easy, using the same center-vars from the textpositions. The calculations ...
by ukoenig
Mon Sep 19, 2016 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing an image.
Replies: 18
Views: 6017

Re: Printing an image.

... Left = 0.5 * A4-height aCoord1 := oPRINT:Cmtr2Pix( @nRow, @nCol ) // PrintImage( nRow, nCol, uImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray ) oPRINT:PrintImage( nRow - nImgSize / 2, nCol - nImgSize / 2, c_Pfad1 + "Test.bmp", nImgSize, nImgSize, .T.) regards Uwe :D
by ukoenig
Mon Sep 19, 2016 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing an image.
Replies: 18
Views: 6017

Re: Printing an image.

FWH 16.03: Please use the method:

PrintImage( nRow, nCol, cImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray ) // All units in pixels

Ex:
oPrn:PrintImage( 100,100, "c:\fwh\bitmaps\olga1.jpg", 5000,7000 )
by nageswaragunupudi
Fri Aug 26, 2016 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing an image.
Replies: 18
Views: 6017

New FTDN April/Abril 2016 (FWH 16.04)

... ] ; [<unit: PIXEL,MM,CM,INCHES>] ; [<lStr: STRETCH>] ; [ ALPHALEVEL <nAlpha>] ; [<lNoTrn: NOTRANSPARENT>] ; [<lGray: GRAY> ] ; [LASTROW <lrow>] ; => ; [<lrow> := ] <prn>:PrintImage( <nRow>, <nCol>, <img>, [<nWidth>], ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 8380

TPrinter recent methods PrintImage() and SayText()

... The return value can be used to continue printing next lines. oPrn:PrintImage( nRow, nCol, uImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray ) --> nLastRow printed uImage can be any image source. For those who like, I suggest trying this sample program: #include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Mon May 02, 2016 4:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter recent methods PrintImage() and SayText()
Replies: 19
Views: 4546
Next

Return to advanced search