Search found 255 matches: oimage

Return to advanced search

Re: IMPRESION CON TPRINTER EN EPSON TM-T20II

... PageBegin() aDes:=oPrn:Cmtr2Pix(0.1,1.50) //posiciones, en donde va a comenzar la imagen a mostrar aHas:=oPrn:Cmtr2Pix(5.24,1.2) //ancho,largo oImage:=TImage():Define(,cLogo) oPrn:SayImage(aDes[1],aDes[2],oImage,aHas[1],aHas[2]) oPrn:Cmsay(2.0,.2,"ANDENES: ",aFon2) oPrn:Cmsay(3.0,.2,"Origen ...
by jbrita
Fri Jan 18, 2019 12:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION CON TPRINTER EN EPSON TM-T20II
Replies: 3
Views: 1164

Impresion de imagen al tamaño de la hoja

... o bien ARCH_IMP_COT:='\FUNPAR\BITMAPS\LOGOSERVICIO.JPG' oPrn:Cmtr2Pix(@nR,@nC) oPrn:Cmtr2Pix(@nX,@nY) oImage:=TImage():Define(NIL,cArchLogo,oPrn) oPrn:SayImage(nR,nC,oImage,nX,nY) oImage:End() y no me imprime, sera por el tamaño de la imagen? sugerencias ...
by noe aburto
Tue Dec 11, 2018 10:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion de imagen al tamaño de la hoja
Replies: 1
Views: 417

Re: QRCODE

Saludos y buen dia Solucionado oImage:SaveImage( cFileB, 0, nQuality ) // Our first DialogBox sample #include "FiveWin.ch" #include "ttitle.ch" # define HTTPREQUEST_PROXYSETTING_PROXY 2 // Para xHarbour #IFDEF __XHARBOUR__ ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3824

QRCODE

... 68,, .t. ) return nil //------------------------------------------------------------------------------ Function cargaBmp( cCode, oImage ) local cResp local nZeroZeroClr local ogbmp := GdiBmp():new() local nHeight := 248 local nWidth := 248 local cUrl := "http://api.qrserver.com/v1/create-qr-code/?data=" ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3824

Re: New FTDN Oct. 2018 (FWH 18.10)

... el bitmap "mapa de bits" de la imagen recortada. bOnCrop // Acción opcional a realizar cuando se termina el recorte.Evaluado con oImage como parámetro. Comportamiento por defecto sin programación adicional: El usuario puede hacer clic derecho en la imagen y seleccionar "Recortar" ...
by Antonio Linares
Tue Nov 13, 2018 8:35 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4287

Re: Insert a photo

BmpToStr( oImage:GetHBitmap() )
by nageswaragunupudi
Sun Nov 11, 2018 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a photo
Replies: 12
Views: 1939

New FTDN Oct. 2018 (FWH 18.10)

... .t. enables user to crop image hCrop // holds bitmap of cropped image bOnCrop // Optional action to be taken when crop is finished. Evaluated with oImage as parameter. Default behavior without additional programming: User may right click on the image and select "Crop" in the context menu. ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4287

Re: Insert a photo

hBitmap := oImage:GetHBitmap()
by nageswaragunupudi
Thu Nov 08, 2018 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a photo
Replies: 12
Views: 1939

Re: Image scroll

ok
I use Scroll on image...
If I use oImage:Vscroll:getpos() or oImage:Hscroll:getpos()
why it is not the same result ?
by Silvio.Falconi
Wed Oct 17, 2018 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image scroll
Replies: 4
Views: 685

Re: Image scroll

I f move the scroll and I click I see the same coordinates How I make to see the right position ?


Row = nRow - oImage:nX
Col = nCol - oImage:nY
by nageswaragunupudi
Tue Oct 16, 2018 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image scroll
Replies: 4
Views: 685

Re: Problem with ximage

... wish use Ximage ( and not use freeimage.dll) and I have many problems because when I try to draw a RectDotted Box with the mouse with the command oImage:bLClicked move all image and the RectDotted Box is not draw on the image On old test ( with Image class) @ 0, 0 XIMAGE oImage SIZE 280, 200 OF ...
by Silvio.Falconi
Sat Oct 13, 2018 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with ximage
Replies: 9
Views: 1093

Re: filecopy not run

Silvio,

I'm using path-vars.
Never noticed any problem

c_path := cFilePath(GetModuleFileName( GetInstance() ) ) // Main-path
c_path1 := c_path + "IMAGES\"
c_path2 := c_path + "CAPTURES\"

oImage:LoadBmp( c_path1 + cImage )


regards
Uwe :D
by ukoenig
Sat Sep 08, 2018 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: filecopy not run
Replies: 2
Views: 662

FWH 18.03: FW_SaveImage()

... contents of Window/Dialog/Controls: New method SaveAsImage( cFile, [aRect] ) can be used. By default, the entire client area is saved. XImage: oImage:Save( cFile, .t. ): Saves whatever is viewed in the image control. oImage:Save( cFile, .f. ): Saves original image without any transformations. ...
by nageswaragunupudi
Tue Apr 24, 2018 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 1020

Re: FW_DrawImage with negative coordinates

... this fix for 18.03. You can make this change and proceed as you originally planned. Incidentally, we are now providing a new method in TXImage. oImage:SetOrigin( nTop, nLeft )
by nageswaragunupudi
Tue Apr 17, 2018 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DrawImage with negative coordinates
Replies: 6
Views: 891

Re: Desktop Alerts

nPathTemp function MsgFancy(oWnd, cTexto, aPos, oCor, lAguarda, lTransparente) local oDlg local oBtnClose, aTexto local oSay, lCenter local oImage, oLbx local lSaida:=.F., nCorFundoHTML := "#ffffcc" //azul claro lCenter := aPos == NIL //DEFAULT oCor := nrgb(255,255,255) DEFAULT aPos ...
by ronaldo
Tue Apr 10, 2018 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29855
PreviousNext

Return to advanced search