Search found 39 matches: lstretch

Return to advanced search

Re: What's the right technique using oPrn:SayBitmap()?

... you try oPrn:SayImage() ? What about the Logo.Bmp ? Does it have an Alpha channel ?. oPrn:SayImage( nRow, nCol, oImage, nWidth, nHeight, nRaster, lStretch, nAlphaLevel, nAlign ) This is just an idea What I am suggesting is an alternative way. I am sure that this not the solution that you are looking ...
by anserkk
Thu Feb 17, 2011 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the right technique using oPrn:SayBitmap()?
Replies: 16
Views: 4547

Re: Error clase TIMAGE

... AjustaZoom( oBmp1 ,"S",oSay ) Function AjustaZoom(oBmp,cAccion,oSay) local nZoom:=oBmp:Zoom() do case case cAccion == "S" oBmp:lStretch := !oBmp:lStretch oBmp:ScrollAdjust() oBmp:Refresh( .t. ) case cAccion == "R" if nZoom*10>1 oBmp:lStretch := .f. nZoom:=nZoom-(0.10) ...
by jbrita
Tue Aug 11, 2009 6:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error clase TIMAGE
Replies: 2
Views: 627

... CLASSDATA lRegistered AS LOGICAL METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked, lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign ) CONSTRUCTOR ************************************ But new collision : MSGSTOP : Cannot ...
by Softlog86
Thu Dec 11, 2008 10:15 am
 
Forum: FiveWin for CA-Clipper
Topic: Error TIMAGE:_HDIB
Replies: 11
Views: 4984

TImage():New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder, oWnd, bLClicked, bRClicked, lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign ) lStretch:=.T. Thanks, but I need it in a different way. I need a new Handle with stretched bitmap. ...
by toninhofwi
Sat Nov 08, 2008 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize a bitmap ?
Replies: 8
Views: 1792

TImage():New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder, oWnd, bLClicked, bRClicked, lScroll, lStretch, oCursor,;
cMsg, lUpdate, bWhen, lPixel, bValid, lDesign )

lStretch:=.T.
by Natter
Sat Nov 08, 2008 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize a bitmap ?
Replies: 8
Views: 1792

Uwe, METHOD PaintData() CLASS TXBrwColumn is using this code: if lStretch ... else PalBmpDraw( hDC, nBmpRow, nBmpCol,; aBitmap[ BITMAP_HANDLE ],; aBitmap[ BITMAP_PALETTE ],; aBitmap[ BITMAP_WIDTH ],; aBitmap[ BITMAP_HEIGHT ...
by Antonio Linares
Sun Aug 31, 2008 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the better choice ? (Brushes) for xBrowse
Replies: 14
Views: 2592

Bitmaps

... //@ 8, 22 IMAGe oBmp File "Icon\ams.bmp" of oWnd //@ 5, 5 BITMAP oBmp FILENAME "Icon\ams.bmp" ADJUST SIZE 280, 200 OF oWnd ; //ON CLICK ( oBmp:lStretch := ! oBmp:lStretch, oBmp:Refresh(.t. ) ) oBmp := DrawBitmap( oWnd, "Icon\ams.bmp",5,5) Set message of oWnd to "Sales Commission Program Version ...
by Antonio Linares
Wed Aug 27, 2008 7:34 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93932

PDF and BMP preview

... "Select Image" SIZE 50,10 OF oDlg ACTION GetImage( oImage ) @ 6, 28 BUTTON "Exit" SIZE 50, 10 OF oDlg ACTION oDlg:End() @ 10, 26 CHECKBOX oImage:lStretch PROMPT "Stretch" SIZE 50, 10 OF oDlg ; ON CHANGE ( oImage:ScrollAdjust(), oImage:Refresh() ) ACTIVATE DIALOG oDlg CENTER return nil //----------------------------------------------------------------------------// ...
by Marco Turco
Wed May 21, 2008 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF and BMP preview
Replies: 0
Views: 494

... uso la función cGetFile, pero la cuestión es presentar directamento en pantalla las miniaturas. Otro tema. Me dices que revise el código del lStretch. ¿Donde se ve la ayuda de los metodos?. En Clase CHEKBOX no está. Perdon por mi falta de conocimientos sobre FWH y muchas gracias.
by fergonm
Thu Feb 21, 2008 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fotografías en cuadro de dialogo
Replies: 4
Views: 884
Previous

Return to advanced search