Search found 46 matches: slowness

Return to advanced search

Re: Repaint slowness in TBar

I tried your program with harbour and xHarbour, but I have not encountered the problem you reported.

C Compiler BCC 55
Harbour 3.0
xHarbour 1.2.1
FWH 11.10

regards
by mauri.menabue
Wed Aug 08, 2012 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Repaint slowness in TBar
Replies: 12
Views: 1759

Repaint slowness in TBar

In the following sample, please try to move another app over the buttonbar. You should see that the buttonbar background become temporarily white as the covering window moves: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    DEFINE DIALOG oDlg;           SIZE 1000, 600    ACTI...
by Enrico Maria Giordano
Tue Aug 07, 2012 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Repaint slowness in TBar
Replies: 12
Views: 1759

Re: xBrowse & SQLRDD

SQLRDD reports SQLRDD(EX) 9.0, Build 0015, MGMNT 1.72

I did report the slowness to xHarbour, but they didnt offer much help

The problems with the browses I posted here as I use xBrowse.

What problems are you getting with the browses?
by PeterHarmes
Fri Jun 29, 2012 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse & SQLRDD
Replies: 55
Views: 12814

Re: Application Slowdown

... causing the problem and then you can try to find what FW source contains the bug. RE: Antivirus software From your description of increasing slowness I don't think this is your problem but be advised that AV software should be set to ignore databases and indexes. Otherwise every time a record ...
by James Bott
Wed Jan 26, 2011 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6323

Re: OT: forum

No slowness here in South Carolina. -Todd
by toddevans
Thu Sep 02, 2010 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: forum
Replies: 12
Views: 1965

Re: Comments and requests about TWBrowse

Enrico, I've tested your last sample. Slowness is less evident. I propose to slightly modify your program to make it more like a real work situation. I don't believe that in your network you have good performance again. I'm not talking about ...
by MarcoBoschi
Thu Jul 22, 2010 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764

Re: Comments and requests about TWBrowse

... oBrw ) );             CENTER    RETURN NIL It doesn't show any refreshing slowness here. So the problem is not the browse at all. EMG
by Enrico Maria Giordano
Thu Jul 22, 2010 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764

Re: Comments and requests about TWBrowse

... with relationship between them. I just tested your sample on my wireless lan using a 84 MB DBF (50000 records) without noticed any refreshing slowness, sorry. EMG
by Enrico Maria Giordano
Thu Jul 22, 2010 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764

Re: Q

... require to read its content. Please try a sample in your network that only does USE YOURDBF and then another one that opens the indexes too. The slowness in opening could be caused by something else in your code. EMG It seems that we talking about different things ... :) That it's a waste of ...
by Rimantas
Wed Nov 04, 2009 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30470

Re: Q

... require to read its content. Please try a sample in your network that only does USE YOURDBF and then another one that opens the indexes too. The slowness in opening could be caused by something else in your code. EMG
by Enrico Maria Giordano
Wed Nov 04, 2009 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30470

Re: Choosing SQL database ...

Adolfo wrote:ADO's is slower when getting data, and also consumes more bandwith when you first call the xbrowse,but... thats all, after the job is done, no more net traffic is present.


This is expected. The slowness in getting data is exactly the problem. But it's not an ADO problem. It's the SQL way.

EMG
by Enrico Maria Giordano
Mon Nov 02, 2009 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30470

Tim and all, I have no way to use ADS, but I`ve discovered some things were generating an additional slowness in the app.. In the beginning it has a DbEval() in order to show the result in the footers, which logically in a lan or a wireless lan put the app slow before the ...
by Kleyber
Fri Aug 01, 2008 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse and network (again)
Replies: 12
Views: 3205

... rely on the DBFCDX's optimization instead of creating indexes within the application and avoid dealing with issues specific to temporary indexes. Slowness of filters and the need for creation of temporary indexes are relevant when you use DBFNTX.
by nageswaragunupudi
Tue Mar 25, 2008 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12159

For sure.. Vista Sucks... Ive' seen so many network problems, slowness, sometimes it gets frozen for a couple of seconds, I really hate this SO. I'm having problems with almost every client I have and VISTA. In XP I have pretty good access to the DBF's ...
by Adolfo
Thu Nov 29, 2007 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RENAME/MoveFile VISTA your program called setup/update.exe
Replies: 7
Views: 1748

Evans,

The slowness is caused by the "double buffer" painting technique that avoids "flickering" when you redimension a window.

In order to avoid this technique and improve speed, you may change these two methods in window.prg like this:

METHOD DispBegin() VIRTUAL
METHOD DispEnd() VIRTUAL
by Antonio Linares
Wed Mar 08, 2006 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDICHILD windows draw slowly
Replies: 7
Views: 1920
PreviousNext

Return to advanced search