Search found 64 matches: dispend

Return to advanced search

Re: Xbrowse : Setup configuration file

... - 3-::nrowheight*2,::nheaderHeight/::nHeaderLines)*0.8; ,, .t., Eval( ::bClrHeader, Self ) [ 2 ] ) end // add lines end ::DispEnd( aInfo ) ::oFont:Deactivate( hDC ) return 0 4. METHOD LButtonDown( nRow, nCol, nFlags ) CLASS TXBrowse ... if ::lDrag return Super:LButtonDown( ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1215

Re: very slow sample program xbrbckg1.prg

Commenting out DispBegin() and DispEnd() is not the right thing to do. Please also see http://forums.fivetechsupport.com/viewtopic.php?f=20&t=38740 WBrowse is the fastest browse. XBrowse is not created to provide a faster alternative, ...
by nageswaragunupudi
Wed Sep 09, 2020 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: very slow sample program xbrbckg1.prg
Replies: 14
Views: 2152

Lentezza di xBrowse

... una cattiva idea se inizio ad usarla pure io Ho delle titubanze tutto qua. Il commento che ho messo nel metodo Paint per evitare il dispbegin() e dispend() e aver messo al posto della solita tabella customer una tabella non dico più grande ma con più campi rende molto più evidente quanto segnalo ...
by MarcoBoschi
Sun Apr 05, 2020 8:57 am
 
Forum: All products support
Topic: Lentezza di xBrowse
Replies: 4
Views: 1250

Re: very slow sample program xbrbckg1.prg

In method METHOD Paint() CLASS TXBrowse if I rem DispBegin() and DispEnd() // local aInfo := ::DispBegin() and at the end of method I rem if ::nLen == 0 ::EraseData( nFirstRow ) // ::DispEnd( aInfo ) return nil endif // ::DispEnd( aInfo ) the problem is ...
by MarcoBoschi
Fri Apr 03, 2020 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: very slow sample program xbrbckg1.prg
Replies: 14
Views: 2152

Re: funciones de FWH y Harbour en un archivo .txt

... DispBox(<nTop>,<nLeft>,<nBottom>,<nRight>,[<cnBoxString>],[<cColorString>])->Nil DispCount()->nDispCount DispEnd()->Nil DispOut(<exp>,[<cColorString>])->Nil DllCall(<cDllFile>|<nDllHandle>,[<nCallingConvention>],<cFuncName>|<nOrdinal>,[<xParams,...>])->nResult ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: funciones de FWH y Harbour en un archivo .txt

... DirName DirRemove DisableWaitLocks DiskChange DiskFree DiskName DiskReady DiskReadyW DiskSpace DiskTotal DiskUsed DispBegin DispBox DispCount DispEnd DispOut DllCall DllExecuteCall DllLoad DllPrepareCall DllUnload DMY DOSError DosParam DoW DoY DriveType DToC DtoR DToS ElapTime Empty Enhanced ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: Ayuda DLL

Buenos dias Antonio, ya las agregue pero salen estos errores: :( :( 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) (Rev. 6406) Copyright 1999-2009, h...
by ricardog
Fri Sep 01, 2017 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6331

Re: Metro class

Otto,

In METHOD Paint() CLASS TMetroPanel

comment out these lines:

// aInfo := ::DispBegin()

and

// ::DispEnd( aInfo )

With that is a little better
by Antonio Linares
Sat Sep 17, 2016 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro class
Replies: 7
Views: 1112

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Re: Ayuda Brush Ventana y Parpadeo

Joaquin,

Prueba a usar el pintado a doble buffer:

local aInfo := ::oWnd:DispBegin()

::oWnd:SetBrush( oBrush2 )

::oWnd:DispEnd( aInfo )
by Antonio Linares
Wed Jan 14, 2015 5:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Brush Ventana y Parpadeo
Replies: 5
Views: 1015

Re: Ayuda Bug TFolderEx, por favor

... pruebaló, a mi me funciona. Por otro lado, tu modificación ya te he comentado en otro mensaje, que lo había probado, tanto antes como después del DispEnd() y funciona con el parpadeo contínuo. El parapadeo es porque tfolderex para pintar la rayita azul al pasar por una pestaña, repinta continuamente ...
by jmartial
Wed Oct 08, 2014 6:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Bug TFolderEx, por favor
Replies: 27
Views: 4735

Re: Ayuda Bug TFolderEx, por favor

Buenas tardes Antonio, Eso ya lo había probado, incluso antes del DispEnd(), pero tiene otro efecto colateral negativo y feo. Si tienes un tfolderex con varias pestañas, con que pases el ratón por encima de las otras pestañas, a la vez que se pinta la rayita ...
by jmartial
Wed Oct 08, 2014 4:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Bug TFolderEx, por favor
Replies: 27
Views: 4735

Re: Redimensionando un Scroll

Antolin,

Tendrias que plantearte el implementarle el pintado a "doble buffer" que es la única manera de evitar los parpadeos.

Tienes muchos ejemplos en las clases de FWH. Busca por:

local aInfo := ::DispBegin()

... pintado estandard ...

::DispEnd( aInfo )
by Antonio Linares
Thu Aug 14, 2014 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redimensionando un Scroll
Replies: 11
Views: 1605

Re: Bug in TBtnBmp

Antonio, This way the background is properly filled. Now if you uncomment the calls to DispBegin() and DispEnd() an unexpected border appears at the top and at the left. I just tried but I don't see any border, with or without the two calls. And, by the way, I don't see the ...
by Enrico Maria Giordano
Sun Jun 29, 2014 2:54 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 15648

Re: Bug in TBtnBmp

... ::nWidth, ::aGrad() )         endif      endif      endif   // ::DispEnd( aInfo )return nil This way the background is properly filled. Now if you uncomment the calls to DispBegin() and DispEnd() an unexpected border ...
by Antonio Linares
Sun Jun 29, 2014 1:06 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 15648
Next

Return to advanced search