Search found 8 matches: ocoors1

Return to advanced search

Preview error on windows seven ... RESOLVED!!!!

...           nMetaWidth = ( nHeight - 40 ) * nFactor              else                 nMetaWidth = nWidth * nFactor              endif              oCoors1 := TRect():New( 40,;   But I think it is no good solution !!!!!
by Silvio
Wed May 11, 2011 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview error on windows seven ... RESOLVED!!!!
Replies: 8
Views: 1580

Re: preview alpha 2

... return oMenu //----------------------------------------------------------------------------// METHOD PaintMeta() CLASS TPreview local oCoors1, oCoors2 local aFiles := ::oDevice:aMeta // DEVICE local nWidth, nHeight, nFactor, nMetaWidth if ::oWnd != nil .and. IsIconic( ::oWnd:hWnd ) ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2030

Re: GetPrintDC()

... return oMenu //----------------------------------------------------------------------------// static function PaintMeta() local oCoors1, oCoors2 local aFiles := DEVICE:aMeta local nWidth, nHeight, nFactor, nMetaWidth if IsIconic(oWnd:hWnd) RETU nil endif DO case case ! lTwoPages ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2704

Re: Preview desde Tprinter (para Antonio Linares)

... en fuente en el programa, y he colocado msginfo en Paintmeta, NextPage, y Bottompage de esta manera METHOD PaintMeta() CLASS TPreview local oCoors1, oCoors2 local aFiles := ::oDevice:aMeta // DEVICE local nWidth, nHeight, nFactor, nMetaWidth if ::oWnd != nil .and. IsIconic( ::oWnd:hWnd ) ...
by Pedro
Sun Aug 09, 2009 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview desde Tprinter (para Antonio Linares) SOLUCIONADO
Replies: 10
Views: 1533

... return oMenu //----------------------------------------------------------------------------// static function PaintMeta() local oCoors1, oCoors2 local aFiles := DEVICE:aMeta local nWidth, nHeight, nFactor, nMetaWidth if IsIconic(oWnd:hWnd) RETU nil endif DO case case ! lTwoPages ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3361

Angel,

Prueba a implementar este fix para el rpreview.prg línea 530:

(Atención, este fix es sólo para FWH 2.6 and 2.7)

oCoors1 := TRect():New( 40,;
Max( ( nWidth / 2 ) - nMetaWidth, 10 ),;
nHeight,;
Min( ( nWidth / 2 ) + nMetaWidth, nWidth - 20 ) )
by Antonio Linares
Mon Nov 28, 2005 6:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Report en Apaisado y Preview
Replies: 2
Views: 794

Warning: This fix is just for FWH 2.6 and 2.7.

Fixed. This change in needed in source\classes\rpreview.prg line 530:

oCoors1 := TRect():New( 40,;
Max( ( nWidth / 2 ) - nMetaWidth, 10 ),;
nHeight,;
Min( ( nWidth / 2 ) + nMetaWidth, nWidth - 20 ) )
by Antonio Linares
Sat Nov 26, 2005 6:18 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Report preview bug (fixed)
Replies: 2
Views: 1883

Fixed. This change in needed in source\classes\rpreview.prg line 530: oCoors1 := TRect():New( 40,; Max( ( nWidth / 2 ) - nMetaWidth, 10 ),; nHeight,; Min( ( nWidth / 2 ) + nMetaWidth, nWidth - 20 ) )
by Antonio Linares
Sat Nov 26, 2005 6:12 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview error (fixed)
Replies: 7
Views: 3855

Return to advanced search