FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Contextual visualization of images
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Contextual visualization of images
Posted: Mon Nov 14, 2022 04:48 PM

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 ?

Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Contextual visualization of images
Posted: Mon Nov 14, 2022 08:03 PM
You can use a timer for this delay.

It will give you the change to browse without refreshing to ximage during the time set.

Here is the link to the topic :

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34782
Marc Venken

Using: FWH 23.08 with Harbour
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Contextual visualization of images
Posted: Mon Nov 14, 2022 08:34 PM

Thank you, an interesting solution !

Continue the discussion