Search found 49 matches: slowdown

Return to advanced search

Contextual visualization of images

Hi,

I'm flipping through xBbrowse. In the bChanged code block, bitmap files are loaded into XImage. However, if I do continuous scrolling (arrow, scrollbar slider, mouse wheel), there is a strong slowdown. Is it possible to optimize the contextual visualization of images ?
by Natter
Mon Nov 14, 2022 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Contextual visualization of images
Replies: 2
Views: 331

Re: Latest FWH upgrade, performance issues, larger EXE

... necessary. I may have the same problem as Darrell. After going from 17.04 to 18.02, I provided an update to a customer and reported a significant slowdown in the application. I do not have for now other info, nor ideas, since the update did not change any of the procedures that the customer has ...
by nageswaragunupudi
Sun Jul 15, 2018 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 5074

Re: Latest FWH upgrade, performance issues, larger EXE

Diego Decandia wrote:The impression is that the problem concerns do while loops,


Can you show a simple test of a loop showing the slowdown?

EMG
by Enrico Maria Giordano
Thu Jul 12, 2018 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 5074

Re: Latest FWH upgrade, performance issues, larger EXE

I may have the same problem as Darrell. After going from 17.04 to 18.02, I provided an update to a customer and reported a significant slowdown in the application. I do not have for now other info, nor ideas, since the update did not change any of the procedures that the customer has reported ...
by Diego Decandia
Thu Jul 12, 2018 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 5074

Re: Xbrowse a speed problem using SCOPE ?

... imagine the speed difference would be noticeable to the user. Thus, I think you had a memory leak somewhere in your program that was causing the slowdown. I don't know how switching to ORDSETRELATION() would have made the memory leak go away, unless something else in your code was also changed. ...
by James Bott
Wed Mar 02, 2016 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9128

Re: problems with radio and radioitem

... below and changed the Troca() function to write to a log file (test.log) each time it is called. It only logs one time. Also I am not seeing any slowdown--it is very fast. James /*Purpose  : Test calling of function by radion buttonsAuthor   : Aferra, Modified by James BottDate     : 7/14/2015 ...
by James Bott
Tue Jul 14, 2015 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1704

Re: ADO SQL VISIBILITY

... be enough to check when (i) DBGOBOTTOM() and (ii) when DBSKIP( +n ) hits EOF. In other cases we may need to do it with every SKIP() but this may slowdown the skips. You may please test it on large tables and decide.
by nageswaragunupudi
Tue Jun 30, 2015 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3508

Re: Slow RDD experiences

Used commit o dbcommit() ?
I have seen a sharp slowdown

stefano
by stefano
Wed Jun 04, 2014 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow RDD experiences
Replies: 45
Views: 7666

Re: preview file PDF

... pdfs one after the next without previewing. It seems like the constant calling of sumatra fragments memory in such a way the computer starts to slowdown to a crawl. I'm now about to experiment with a .dll from Sorax (http://www.soraxsoft.com/index.html) I'm hopeful that this is the solution. ...
by reinaldocrespo
Wed Dec 07, 2011 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview file PDF
Replies: 17
Views: 8558

Xbrowse Line Item Number

Dear All,

I inserted a column in xBrowse with :bEditValue := {|| alias->( AdsKeyNo(,,ADS_RESPECTFILTERS) ) } this causes slowdown in navigating rows..

Anyone knows a function/method that I don't need to use OrdKeyNo() / AdsKeyno() to display line item number?


Kind Regards,
Frances
by fraxzi
Fri May 13, 2011 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Line Item Number
Replies: 1
Views: 587

Re: Application Slowdown

Pete, Barking up the wrong tree. Controls are ended automatically when the parent is ended. The controls themselves are supposed to end any resources they are using. If a control is not ending all the resources it is using, you ending it before closing the parent is not going to help--it is a bug in...
by James Bott
Wed Mar 02, 2011 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6336

Re: Application Slowdown

Hi James, I recently went through my code and made sure I was ending all my defined fonts. I don't use many bitmaps in my app except on BtnBmps - do you think i should end these when i close any dialogs? (please say no!!) I have just written a small routine that i call when the dialog is closed (in ...
by PeterHarmes
Wed Mar 02, 2011 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6336

Re: Application Slowdown

Pete, >My customers have installed the software and have noted that it has improved performance - is there any way of doing what this app is doing programatically? I assume you are referring to the memory monitoring software that Uwe suggested? If so, then there is nothing similar built into FW. ...
by James Bott
Wed Mar 02, 2011 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6336

Re: Application Slowdown

Uwe, My customers have installed the software and have noted that it has improved performance - is there any way of doing what this app is doing programtically? As I cant upgrade FW, i cant see if the latest memory leaks are actually the cause and if it will help the problems im getting Best regards...
by PeterHarmes
Wed Mar 02, 2011 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6336

Re: Application Slowdown

Peter

At the very beginning of my application this is what i have

SetKey( VK_F11, { || FERASE("CHECKRES.TXT"),CHECKRES() } )

when i want to check the resources , i press F11 and get the file

Hth

Richard
by Richard Chidiak
Fri Jan 28, 2011 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6336
Next

Return to advanced search