FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour lineas 185-194 de tmetafil.prg para corregir el zoon
Posts: 187
Joined: Mon Oct 20, 2008 06:33 PM

lineas 185-194 de tmetafil.prg para corregir el zoon

Posted: Wed Jan 15, 2014 10:13 AM
Por favor, active lineas 185-194 de tmetafil.prg para corregir el zoon en la vista previa de un archivo de texto. Vi a este problema, ya fwh13.09 hasta fwh13.12.

Code (fw): Select all Collapse
        // /* ( aqui )
        SetWindowExt( ::hDC, 100, 100 )
        if ::nVRatio == nil
           ::SetCoors()
        endif   
        SetViewportExt( ::hDC, 100 * ::nXZoom, 100 * ( ::nYZoom / 2 ) * ::nVRatio * ::Super:nWidth() / ::Super:nHeight() )
        nHStep = ( ::Super:nWidth() * ( ::nXZoom - 1 ) ) / 9.8 
        nVStep = ( ( ::Super:nWidth() * ::nXZoom * ::nVRatio ) - ::Super:nHeight() ) / 10.3
        SetViewOrg( ::hDC, -::nXorig * nHStep, -::nYorig * nVStep )
        // */ ( aqui )


Gracias,
Oscar Ribeiro

OASyS Informática

Fwh18.02 + xHarbour 1.2.3 + Bcc72
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: lineas 185-194 de tmetafil.prg para corregir el zoon

Posted: Wed Jan 15, 2014 11:21 AM

Oscar,

Gracias, aún estamos haciendo pruebas en esa sección de código.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 187
Joined: Mon Oct 20, 2008 06:33 PM

Re: lineas 185-194 de tmetafil.prg para corregir el zoon

Posted: Wed Jan 15, 2014 01:19 PM

Gracias.

Oscar Ribeiro

OASyS Informática

Fwh18.02 + xHarbour 1.2.3 + Bcc72

Continue the discussion