Search found 65 matches: dispbegin

Return to advanced search

Re: Wbrowse with the black screem

o problema esta aqui, mais precisamente na linha destacada: METHOD DispBegin( lCreateDC ) CLASS TWBrowse local hDC, aInfo, hOldDC:= ::hDC DEFAULT lCreateDC:= .F. if lCreateDC hDC:= GetDC( ::hWnd ) else hDC:= ::hDC endif aInfo:= FWDispBegin( ::hWnd, hDC ) ...
by Giba_Fro
Mon Feb 06, 2023 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse with the black screem
Replies: 9
Views: 518

Wbrowse with the black screem

... tudo onde faz cores no xbrowse e continua fazendo como escrito acima ... andei olhando a classe e achei mais ou menos onde eh o problema: METHOD DispBegin ( lCreateDC ) CLASS TWBrowse local hDC, aInfo, hOldDC:= ::hDC DEFAULT lCreateDC:= .F. if lCreateDC hDC:= GetDC( ::hWnd ) else hDC:= ::hDC ...
by Giba_Fro
Mon Jan 23, 2023 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse with the black screem
Replies: 9
Views: 518

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: 2146

Lentezza di xBrowse

... usano e non è 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 ...
by MarcoBoschi
Sun Apr 05, 2020 8:57 am
 
Forum: All products support
Topic: Lentezza di xBrowse
Replies: 4
Views: 1248

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 ...
by MarcoBoschi
Fri Apr 03, 2020 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: very slow sample program xbrbckg1.prg
Replies: 14
Views: 2146

Error BASE/1068 ... Acceso al array (en GET y otros) - Ayuda

... Error BASE/1068 Error de argumento: acceso al array Args: [ 1] = N 8716303 [ 2] = N 3 Stack Calls =========== Called from: Window.prg => TGET:DISPBEGIN( 1163 ) Called from: .\source\classes\TGET.PRG => TGET:PAINT( 1684 ) Called from: .\source\classes\TGET.PRG => (b)TGET( 127 ) Called ...
by José
Thu Feb 14, 2019 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1068 ... Acceso al array (en GET y otros) - Ayuda
Replies: 2
Views: 537

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

... DiskSpace([<nDrive>],[<nType>])->nBytes DiskTotal([<cDrive>])->nTotalBytes DiskUsed([<cDrive>])->nUsedDiskSpace DispBegin()->Nil DispBox(<nTop>,<nLeft>,<nBottom>,<nRight>,[<cnBoxString>],[<cColorString>])->Nil DispCount()->nDispCount ...
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: 5690

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

... DirectoryRecurse DirMake 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 ...
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: 5690

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: 6329

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: 1111

Re: Changing with and height of a window and a dialog

... get accurate screen sizes when I use bPainted. screenwidth() and screenheight() are not always correct. Maybe it has something to do with buffer/dispbegin(). One of the things I need to do when screen is rotated is change the dialog/window position and size. This also affects bPainted. If i modify ...
by Gale FORd
Fri Nov 06, 2015 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8870

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: 2347

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: 1014

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 ...
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: 15617
Next

Return to advanced search