Search found 224 matches: slower

Return to advanced search

... Even otherwise limit use of the functions to absolute necessity. But for browses of small tables and for local tables it is okay. Adskeyno is even slower than ordkeyno. Also it involves round trips to the server and it is not good programming practice to increase network traffic for just cosmetic ...
by nageswaragunupudi
Thu Jan 10, 2008 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse 2 colour one for each line
Replies: 52
Views: 8121

... it almost unusable. By the way: I have tested the same program with and without ADS. With ADS it shows a better response time, but still much slower that what Reinaldo and yourself and many other ADS users are getting. Therefore, I must conclude that something else is wrong either with my ...
by Rafael Clemente
Sun Oct 28, 2007 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS performance
Replies: 11
Views: 2781

... an ADS progrm so slow to run. My experience with huge tables of several hundred thousand rows and more than hundred users work quite fast even on slower wide area network connections. Filters like "TALLER PEREZ" $ CLIENTE are inherently the most inefficient. Even such filters give good performance ...
by nageswaragunupudi
Sun Oct 28, 2007 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS performance
Replies: 11
Views: 2781

Tim, I thought we had solved the flickering problem? The slower loading is due to the fact that it has all the additional features that you like. If all those features were added to TWBrowse then I'm sure it would be just as slow. If you look at the ...
by James Bott
Thu Oct 11, 2007 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggested enhancement
Replies: 4
Views: 1595

Deactivating display of default message in FW Message Bar

... SetMsg() call. I know I can create an entirely new message bar to replace the existing one which would have a new default string, but that is much slower and creates a noticeable flashing in the message bar area. Thanks!
by PatrickWeisser
Sun Sep 23, 2007 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Deactivating display of default message in FW Message Bar
Replies: 8
Views: 1954

Yes, that is essentially what I am doing. The problem with FILTER though is it must evaluate every record of the database so it is much slower than SCOPE...but SCOPE will allow for only one key evaluation...and I need three. What I am contemplating is copying to a temp database based on two ...
by Greg Gammon
Tue Sep 04, 2007 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter/Scope dilemna
Replies: 5
Views: 1204

... probably is caused for the "double buffer" technique used on dialogs. The "double buffer" technique avoids "flickering" but the painting speed is slower You can disable the "double buffer" technique in FWH modifying these two methods in Class TWindow: METHOD DispBegin() VIRTUAL METHOD DispEnd() ...
by Antonio Linares
Tue Jul 24, 2007 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best regards and anomalous performance
Replies: 2
Views: 681

Vista RC1 seems to work fine, though still it is sensibly slower than XP.
by Antonio Linares
Fri Sep 08, 2006 8:42 am
 
Forum: Off Topic / Otros temas
Topic: Windows Vista build 5536
Replies: 14
Views: 6083

... the directory() function find 'con.bmp' ? Thanks for the reply. My FT_PROPER() does not work, but have invented a work-around in pure clipper (slower but reliable). Directory("con.bmp") returns: Length: 1 Name: "con" Size: "0" Date: "01/01/01" Time: "03:00:00" // !!!!!!! Attributes: "A" File("con.bmp") ...
by E. Bartzokas
Tue Jul 11, 2006 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function FILE(...)
Replies: 18
Views: 6122

... a "volume" (file) on any store. However CEDB was really built to operate on a RAM-based store, does not work efficiently for storing data in slower media like flash. It can end up writing to flash much more than you'd really want. As CEDB started showing its age, the SQL team took up the ...
by modicr
Thu May 25, 2006 1:01 pm
 
Forum: FiveWin for Pocket PC
Topic: Windows CE Object Store
Replies: 3
Views: 1509

... it with the fread()/fwrite() functions. It's much faster (4.7sec) than COPY FILE (45sec), but increasing the buffer doesn't help. It even makes it slower. With a buffer of 1024bytes it takes 4.7sec, a buffer of 20000bytes result in 11.5sec Regards, Marc
by Marc Vanzegbroeck
Wed Apr 05, 2006 11:28 am
 
Forum: FiveWin for CA-Clipper
Topic: Copy File to USB slow??
Replies: 15
Views: 7841

... The reason I did this was due to many controls / folder pages, etc, which were created from data driven applications. The computers were much slower ( 386 speed ) and this saved lots of overhead. Upon 're-activation' the controls worked fine, but, my dialog's background was "transparent". ...
by don lowenstein
Thu Feb 02, 2006 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaped and transparent dialogs
Replies: 22
Views: 5612

Windows Mobile 2005 Emulator!

... Mobile 2005: http://img67.imageshack.us/img67/4411/image18rw.png The Windows Mobile 2005 emulator needs more time to load and its slower, but now we can check FWPPC on it too :)
by Antonio Linares
Sun Jan 29, 2006 2:18 am
 
Forum: FiveWin for Pocket PC
Topic: Windows Mobile 2005 Emulator!
Replies: 10
Views: 3858

Enrico,

Yes, I think the same but the fact is that if we use it, and you start resizing the main window, then you can see how it gets slower, as it were consuming more and more resources.

The code is there, so it may be used, but with caution until we know for sure if it is working ok.
by Antonio Linares
Wed Dec 14, 2005 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent bitmap on folder
Replies: 8
Views: 1917
Previous

Return to advanced search