Search found 32 matches: beginpaint

Return to advanced search

Re: Moving the dialog

Dear Yuri, when a window, dialog or control is painted, FWH evals oWnd:bPainted if defined from METHOD Paint() CLASS TWindow      if ValType( ::bPainted ) == "B"         uVal = Eval( ::bPainted, ::hDC, ::cPS, Self )      endif ::cPS is initialized from METHOD _BeginPaint() ...
by Antonio Linares
Mon Oct 23, 2023 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 497

TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

Una molestia más:

Al crear la lib tsbrowse, me carca error con Harbour 3.2, y con la version Harbour 3.0 no lo hace

TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

la linea es:

METHOD BeginPaint() INLINE If( ::lRepaint, Super:BeginPaint(), 0 )

Ayuda.
by noe aburto
Wed Aug 26, 2020 12:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'
Replies: 4
Views: 529

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6331

Re: TTaskPanel

... ::nHeight(), ::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 ...
by AntoninoP
Fri Feb 27, 2015 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTaskPanel
Replies: 6
Views: 1538

Re: problema con SetFont

... oWnd:AddControl( Self ) 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 ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4733

Re: Bitmap Compatible

... fondo y después sus contoles, un bitmap compatible por cada control. El problema es que el método PAINT() utiliza ::hDc que viene de sus propio BeginPaint(), y por ahí no se puede pintar en un DC compatible. La suerte es que como mi FWH es antiguo, tengo mis propios controles y podré modificarlos ...
by antolin
Fri Mar 21, 2014 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap Compatible
Replies: 12
Views: 1695

Re: "Snap" for Clipper

...  1288 BDROPFILES              WINDOW.PRG      427   492  1212  1226  1227  1227  1539  1541 BDROPOVER              WINDOW.PRG      428  3733  3734 BEGINPAINT()           (function  in ?)    WINDOW.PRG      501  3751 BERASEBKGND            WINDOW.PRG      452  2923  2924 BFIND                  WINDOW.PRG ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6698

Re: como hago esto: window get say

... CLASSDATA lRegistered AS LOGICAL METHOD New( nRow, nCol, nHeight, nWidth, oWnd, l3D, nRGB1, nRGB2, oFont ) CONSTRUCTOR METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0 METHOD Paint() ENDCLASS //----------------------------------------------------------------------------// METHOD ...
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

... .t. ::oWnd:bPainted := {|| iif(::nPage>0, ::oPagina:Refresh(), )} ACTIVATE DIALOG ::oWnd CENTER NOWAIT CursorWait() SysRefresh() ELSE ::oWnd:BeginPaint() ::oWnd:Paint() ::oWnd:EndPaint() ENDIF RETURN NIL //----------------------------------------------------------------------------// FUNCTION ...
by Armando Picon
Mon Jan 24, 2011 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDOSPRN y XP WINDOWS
Replies: 21
Views: 4702

Re: FiveWin con xHarbour Comercial + GTWVW

... se paraba en SHOWWINDOW, ahora llega en UPDATEWINDOW y con el mismo problema. En BeginPaint, el ::hDC se queda a 0 y CPS también. Otra cosa para probar ?? Muchas Gracias. Pere
by pcordonet
Tue Aug 17, 2010 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWin con xHarbour Comercial + GTWVW
Replies: 30
Views: 5492

Re: FiveWin con xHarbour Comercial + GTWVW

Me puesto a passar por el debugger, y me he encontrado que la función BeginPaint dentro de METHOD _BeginPaint() CLASS TWindow

Me devuelve 0 y cPS no devuelve nada.

Puede ser la Causa?

Se puede solucionar ??

Espero almenos una respuesta,
Gracias.

Pere.
by pcordonet
Tue Aug 17, 2010 11:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWin con xHarbour Comercial + GTWVW
Replies: 30
Views: 5492

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

... ) CONSTRUCTOR METHOD ReDefine( cType, nId, oWnd, nClrLite, nClrDark, nClrText, lUpdate, lRounded, cLabel, oFont, ; nSAlign ) CONSTRUCTOR METHOD BeginPaint() INLINE If( ::lRepaint, Super:BeginPaint(), 0 ) METHOD cToChar() INLINE Super:cToChar( "STATIC" ) METHOD Default() METHOD Display() ...
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: 1760

Re: Se necesita ayuda en el wiki !

... así como pequeños errores de ortografía y contenido en algunas de ellas. Funciones FWH Español: B2Bin() BarAdjust() Barinvert() Barpaint() BeginPaint() Bin2d() Bindtoport() Bitblt() BringWindowtotop() Browse() Btndisable() BtnPaint() BuildCommDCB() C2Hex() CallDll() Calldll32() CallWindowProc() ...
by Cgallegoa
Sat Feb 20, 2010 8:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5502

Re: Help needed in the wiki!

... TView TWBrowse The following Functions are also rectified. There are many functions yet to be corrected. FiveWin Functions Browse() BarPaint() BeginPaint() Bin2D() BindToPort() BitBlt() BringWindowToTop() BtnDisable() BtnPaint() BuildCommDCB() Regards Anser
by anserkk
Fri Feb 19, 2010 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed in the wiki!
Replies: 4
Views: 1308

Pregunta esta clase dibuja la regla a cm

... ) CONSTRUCTOR METHOD End() 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() ...
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
Next

Return to advanced search