Search found 39 matches: lstretch

Return to advanced search

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

... aBitmaps, lPixel, lDesign, aPrompts, nFolderHeight, ; aHelps, nRound, bAction, bClrTabs, bClrText, aAlign, ; lAdjust, nSeparator, nOption, bPopUp, lStretch, ; cLayOut, bBmpAction, nBright, lAnimate, nSpeed, oFontDefault, ; lTransparent, aDialogs, lBorder, nClrPane, cVarName ) so ON PAINT TAB  -> ...
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 208

FOLDEREX ON PAINT -> TFolderEx() how ?

... <uPaintxt>}], ; [\{<nAlign>\}], <.lAdjust.>, <nSep>, <nOption>, [{|Self,nOption| <upop>}],; <.lStretch.>, [ Upper(<(layout)>) ], [{|Self,nOption| <uAction>}], <nBright>,; <.lAnimate.>, [<nSpeed>], <oFont>, ...
by Jimmy
Fri May 19, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 208

printer class printimage

...  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: 642

Re: TFolder -> TFolderEx Difference

Jimmy wrote:hi,

when assign a new Text into TAB it does not "fit" when Text is much longer than before

i can use ::lStretch but that is "too much" ... just want that hole Text "fit"

Call of Method
Code: Select all  Expand view

   oFld:Default()
 

and try
by cnavarro
Tue Jan 31, 2023 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder -> TFolderEx Difference
Replies: 5
Views: 454

Re: TFolder -> TFolderEx Difference

...     oTab:SetPrompts( aPrompts )#else      oTab:aPrompts := ACLONE( aPrompts )      oTab:Refresh()#endif  i can use ::lStretch but that is "too much" ... just want that hole Text "fit" p.s. "where" is the CODE for it --- CLASS TFolderEx() ...
by Jimmy
Tue Jan 31, 2023 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder -> TFolderEx Difference
Replies: 5
Views: 454

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

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

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

Botones dentro de la ventana principal

... 4, 16 BITMAP oBmp FILENAME CURDRIVE() +":"+"\COMPARTIDO\REGSAT\WINSAT\BITMAPS\LOGOGVA.png" NOBORDER OF oWnd ; ON CLICK( oBmp:lStretch := ! oBmp:lStretch, oBmp:Refresh( .t. ) ) ACTIVATE WINDOW oWnd MAXIMIZED ; ON PAINT PalBmpDraw( hDC, 150, 250, oBmp:hBitmap ) Pero cuando se ...
by Ramón J.
Thu Sep 23, 2021 11:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Botones dentro de la ventana principal
Replies: 3
Views: 471

Problemas con Imagen

... 150 OF oDlg SCROLL // ADJUST oImage:Progress( .f. ) @ 6, 28 BUTTON "Exit" SIZE 50, 10 OF oDlg ACTION oDlg:End() @ 10, 26 CHECKBOX oImage:lStretch PROMPT "Ajustar" SIZE 50, 10 OF oDlg ; ON CHANGE ( oImage:ScrollAdjust(), oImage:Refresh() ) ACTIVATE DIALOG oDlg CENTER ON INIT ...
by jponce
Sun Sep 05, 2021 1:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Imagen
Replies: 2
Views: 419

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

... the ratio. So i calculate it with nPic_x := int( nPic_y * (oImage:nWidth() / oImage:nHeight()) ) from the predefined picture. The parameter lStretch := .T. without a nWidth gives wrong results! (different in tprinter and fwpdf) An other interesting effect is the print from transparent PNGs: ...
by byte-one
Thu Mar 05, 2020 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5668

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

... to 2016. These methods may 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, ...
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: 5668

Re: resize a position with fw_drawimage

... to add clicked like in TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D Uwe, Sorry on BTnBMP is possible to place ...
by Silvio.Falconi
Thu May 16, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1600

Re: resize a position with fw_drawimage

... to add clicked like in TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D
by ukoenig
Thu May 16, 2019 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1600

Re: TFolderEx Tab width problem

Try it with :lStretch := .F.
by fraxzi
Wed Oct 24, 2018 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderEx Tab width problem
Replies: 2
Views: 467
Next

Return to advanced search

cron