Search found 39 matches: endpaint

Return to advanced search

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: TTaskPanel

... ::nWidth() }, ::nTopColor, ::nBottomColor, .T. )               endif  I am not sure about Paint, PaintBack, BeginPaint, EndPaint, etc where is the correct point manage the transparency. :roll: If anyone is interested, I create this batch to update a single prg inside ...
by AntoninoP
Fri Feb 27, 2015 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTaskPanel
Replies: 6
Views: 1536

Re: problema con SetFont

... Else oWnd:DefControl( Self ) Endif Return Self METHOD Display() CLASS TMiCalendario IF ::lContinuar ::lContinuar := .F. ::BeginPaint() ::Paint() ::EndPaint() ::lContinuar := .T. ELSE MsgInfo("Para Ccontrolar Que Nao Passe Duas Vezes") ENDIF RETURN SELF METHOD Paint() CLASS TMiCalendario ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4694

Re: "Snap" for Clipper

...  555   569 ENDCLASS                WINDOW.PRG      919 ENDMENU                WINDOW.PRG     3913 ENDPAGE                WINDOW.PRG     1894  2997 ENDPAINT()             (function  in ?)    WINDOW.PRG      574   575 ERASEBKGND()           (function  in ?)    WINDOW.PRG      577 EVECOUNT()       ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6540

Re: como hago esto: window get say

... LOGICAL METHOD New( nRow, nCol, nHeight, nWidth, oWnd, l3D, nRGB1, nRGB2, oFont ) CONSTRUCTOR METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0 METHOD Paint() ENDCLASS //----------------------------------------------------------------------------// METHOD New( nRow, nCol, nHeight, ...
by FranciscoA
Thu Aug 18, 2011 4:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como hago esto: window get say
Replies: 6
Views: 1510

Re: TDOSPRN y XP WINDOWS - SOLUCIONADO

... ::oPagina:Refresh(), )} ACTIVATE DIALOG ::oWnd CENTER NOWAIT CursorWait() SysRefresh() ELSE ::oWnd:BeginPaint() ::oWnd:Paint() ::oWnd:EndPaint() ENDIF RETURN NIL //----------------------------------------------------------------------------// FUNCTION WorkSheet(cPort) LOCAL oPrn LOCAL ...
by Armando Picon
Mon Jan 24, 2011 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDOSPRN y XP WINDOWS
Replies: 21
Views: 4648

Re: Como se crea una CLASE para dibujar líneas.

... 0 ) METHOD cToChar() INLINE Super:cToChar( "STATIC" ) METHOD Default() METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint() METHOD EndPaint() INLINE If( ::lRePaint, Super:EndPaint(), ( ::lRePaint := .T., 0) ) METHOD HandleEvent( nMsg, nWParam, nLParam ) METHOD ...
by QAZWSX2K
Tue May 25, 2010 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se crea una CLASE para dibujar líneas.
Replies: 8
Views: 1758

Pregunta esta clase dibuja la regla a cm

... INLINE ::Destroy() METHOD Initiate( hDlg ) INLINE Super:Initiate( hDlg ) //, ::Default() METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(),0 METHOD Paint() METHOD SetPix2mm(Pix2mm) INLINE ::Pix2mm:=IIF(::lInches,Pix2mm/2.54,Pix2mm) METHOD Destroy() METHOD ScrollDown(nPixels) ...
by Vladimir Zorrilla
Fri Aug 21, 2009 5:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta esta clase dibuja la regla a cm
Replies: 0
Views: 1171

Re: FWH/xHarbour Menus

... DefControl( oControl ) METHOD Destroy() INLINE Super:Destroy(), If( ! ::lModal, .t., nil ) METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(),; If( ::bStart != nil,; Eval( ::bStart, ::bStart := nil ),), .f. METHOD End( nResult ) METHOD EraseBkGnd( hDC ) METHOD GetHotPos( nChar, ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7583

Re: Desarrollando clase para código de barras.

... Si deberas usar el propio DC para este control... Solo debes tener esto, asi de simple... METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0 cuando window envie el mensaje de pintar este es interceptado (HandleEvent ) y llama a este metodo para preparar la ventana creada para ...
by FiveWiDi
Sat May 02, 2009 5:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desarrollando clase para código de barras.
Replies: 4
Views: 1018

Re: Desarrollando clase para código de barras.

... Si deberas usar el propio DC para este control... Solo debes tener esto, asi de simple... METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0 cuando window envie el mensaje de pintar este es interceptado (HandleEvent ) y llama a este metodo para preparar la ventana creada para ...
by Daniel Garcia-Gil
Sat May 02, 2009 4:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desarrollando clase para código de barras.
Replies: 4
Views: 1018

Re: Memoria no liberada en ActiveX - arreglado!

... nId, oWnd, cProgID ) CONSTRUCTOR METHOD Do( cMethodName, uParam1, uParam2, uParam3 ) METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0 METHOD EraseBkGnd( hDC ) INLINE 1 METHOD GetProp( cPropName ) INLINE ; ActXGetProperty( ActXPdisp( ::hActiveX ), cPropName ) METHOD Initiate( ...
by MGA
Wed Apr 08, 2009 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memoria no liberada en ActiveX - arreglado!
Replies: 18
Views: 6343

... ) INLINE Super:Initiate( hDlg ), ::Default() METHOD HandleEvent( nMsg, nWParam, nLParam ) METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint() METHOD Paint() METHOD Dynamic() METHOD Refresh() INLINE If( ::bGet != nil, ::SetText( Eval( ::bGet ) ),) METHOD ReSize( nType, nWidth, nHeight ...
by karinha
Tue Sep 23, 2008 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Karinha
Replies: 17
Views: 3564

... nRow, nCol, nHeight, nWidth, oWnd, l3D, nRGB1, nRGB2, cTitle, oFont, nStyle ) CONSTRUCTOR METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0 METHOD Paint() ENDCLASS //----------------------------------------------------------------------------// METHOD New( nRow, nCol, nHeight, ...
by FranciscoA
Sat Sep 20, 2008 3:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pintar Cuadritos de Colores en un dialogo ( Folder )
Replies: 10
Views: 2039

... METHOD DrawSuper() METHOD DrawHeaders() METHOD Edit( uVar, nCol, nKey, nFlags ) METHOD EditExit( nCol, nKey, uVar, bValid, lLostFocus ) METHOD EndPaint() INLINE If( ::lRePaint, Super:EndPaint(), ; ( ::lRePaint := .T., 0 ) ) METHOD Excel2( cXlsFile, lActivate, oMeter, cTitle, lSave ) #ifdef ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5409
Next

Return to advanced search