Search found 21 matches: paintmeta

Return to advanced search

Re: Preview Window size

... if ::oWnd == nil return nil endif if ::bSetUp != nil Eval( ::bSetUp, Self, ::oWnd ) endif ACTIVATE WINDOW ::oWnd MAXIMIZED ; ON RESIZE ( ::PaintMeta(), ::ResizeListView() ) ; ON UP ::VScroll( GO_UP ) ; ON DOWN ::VScroll( GO_DOWN ) ; ON PAGEUP ::VScroll( GO_UP, GO_PAGE) ; ON PAGEDOWN ::VScroll( ...
by Silvio.Falconi
Tue Oct 15, 2019 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview Window size
Replies: 6
Views: 857

tPreview iniciado al 100%

Hola a todos... Existe alguna manera en la que pueda inicializar tPreview en 100% ???? He modificado el Metodo PaintMeta() y puedo cambiar el tamaño del visualizador, pero no me funciona con el vScroll... He intentado llamando el metodo SetFactor() desde ON INIT, pero no me reconoce ...
by Bayron
Sun Oct 30, 2011 3:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tPreview iniciado al 100%
Replies: 0
Views: 303

Re: Clase tpreview para Windows 7

Antonio ¿Y como sería en el caso de la siguiente línea del metodo Paintmeta(): METHOD PaintMeta() CLASS TPreview . . . oRect:nBottom -= ( IfNil( ::oWnd:oMsgBar, ::oWnd:oBottom ):nHeight + 4 + 5 ) // 5 shadow depth <<-- no existe . . return nil Saludos ...
by Armando Picon
Fri Oct 07, 2011 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase tpreview para Windows 7
Replies: 36
Views: 11532

Re: Preview error on windows seven ...

Dear Nages, I correct it and now it run ok for the first problem I change this line on PaintMeta() method If( LargeFonts(), 100, 92 ) this because someone changed largefonts() function .....remember now largefonts support 143 dpi!!! http://img717.imageshack.us/img717/2280/rprevieok.jpg ...
by Silvio
Thu May 12, 2011 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview error on windows seven ... RESOLVED!!!!
Replies: 8
Views: 1702

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

... black at right as if it not refresh the window http://img29.imageshack.us/img29/6028/errprev.jpg I tried to modify rpreview at Paintmeta method for the first problem and perhaps it run ok now  if ::oWnd != nil              nWidth  = ::oWnd:nWidth() - If( ::lZoom, 20, 0 )     ...
by Silvio
Wed May 11, 2011 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview error on windows seven ... RESOLVED!!!!
Replies: 8
Views: 1702

Re: Error en PREVIEW nueva versión 11.04

... method: NHEIGHT Args: [ 1] = U Stack Calls =========== Called from: => NHEIGHT(0) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:PAINTMETA(638) Called from: .\source\classes\RPREVIEW.PRG => (b)TPREVIEW:ACTIVATE(159) Called from: .\source\classes\WINDOW.PRG => TWINDOW:RESIZE(2118) ...
by Manuel Aranda
Mon May 02, 2011 10:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en PREVIEW nueva versión 11.04
Replies: 4
Views: 841

Re: preview alpha 2

... // Esteban CLASSDATA oWndMain METHOD New( oDevice ) METHOD Activate() METHOD BuildButtonBar() METHOD BuildWindow() METHOD BuildMenu() METHOD PaintMeta() METHOD NextPage() METHOD PrevPage() METHOD TopPage() METHOD BottomPage() METHOD TwoPages( lMenu ) METHOD Zoom( lMenu ) METHOD VScroll( nType, ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... para salir con escape oWnd:bKeyDown := {|nK| if( nK != VK_ESCAPE, , oWnd:End() ) } SetFactor() ACTIVATE WINDOW oWnd ; MAXIMIZED ; ON RESIZE PaintMeta() ; ON UP vScroll(GO_UP) ; ON DOWN vScroll(GO_DOWN) ; ON PAGEUP vScroll(GO_UP,GO_PAGE) ; ON PAGEDOWN vScroll(GO_DOWN,GO_PAGE) ; ON LEFT hScroll(GO_LEFT) ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

Re: Pequeño aporte al FORO clase RPREVIEW

... CLASS TPreview ..... ..... METHOD Activate() CLASS TPreview ACTIVATE WINDOW ::oWnd MAXIMIZED ; ON RESIZE ::PaintMeta() ; ON UP ::VScroll( GO_UP ) ; ON DOWN ::VScroll( GO_DOWN ) ; ON PAGEUP ::VScroll( GO_UP, GO_PAGE) ; ON PAGEDOWN ::VScroll( GO_DOWN, GO_PAGE) ...
by FranciscoA
Sun Aug 30, 2009 12:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pequeño aporte al FORO clase RPREVIEW
Replies: 13
Views: 2574

Re: Preview desde Tprinter (para Antonio Linares)

... en pantalla, para el resto no hace nada, ni siquiera quita el zoom. He colocado el rpreview 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 ...
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: 1549

Re: Preview desde Tprinter (para Antonio Linares)

... y NextPage(). En ambas funciones ::oDevice:aMeta debería traer un valor de 4 ( en mi listado ) sin embargo cuando ya ha pasado de la función PaintMeta() (en esta función el valor es correcto, 4) ese valor pasa a ser cero, lo que impide hacer un NextPage y un BottomPage, y en esta ultima función, ...
by Pedro
Sun Aug 09, 2009 10:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview desde Tprinter (para Antonio Linares) SOLUCIONADO
Replies: 10
Views: 1549

Antonio, gracias por tu ayuda. No funcionó. En realidad observando bien, se pinta tres veces, con lShow o sin lShow en el método PaintMeta(): 1a. vez: En NO ZOOM con el tamaño de las letras correcto 2a. vez: En NO ZOOM con el tamaño de las letras reducido 3a. vez: En ZOOM tal como se necesita ...
by Cgallegoa
Thu Aug 21, 2008 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevamente con RPREVIEW
Replies: 2
Views: 566

Carlos, Una solución sería modificar el método PaintMeta( lShow ) de la Clase TPreview, y añadirle ese parámetro lShow, para que al pasarle .F. no se llamase a: ::oMeta1:Refresh() No lo he probado, pero podría servir. Asi evitaríamos el primer pintado. ...
by Antonio Linares
Thu Aug 21, 2008 6:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevamente con RPREVIEW
Replies: 2
Views: 566

Nuevamente con RPREVIEW

Hola Antonio: Al hacer: function RPreview( oDevice ) local oPreview := TPreview():New( oDevice ) oPreview:PaintMeta() oPreview:Zoom(.T.) oPreview:Activate() return nil funciona bien pero genera doble pintada, lo que produce un efecto desagradable especialmente si la maquina ...
by Cgallegoa
Wed Aug 20, 2008 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevamente con RPREVIEW
Replies: 2
Views: 566

Rpreview Margin

... ,; ::nMargBottom ,; ::hSolidPen:hPen ) ::oWnd:ReleaseDC() return nil and I add ::Smargin() on the PaintMeta method Some can help me please ?
by Silvio
Wed May 14, 2008 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview Margin
Replies: 11
Views: 1675
Next

Return to advanced search