Contextual visualization of images

Post Reply
Natter
Posts: 1241
Joined: Mon May 14, 2007 9:49 am

Contextual visualization of images

Post by Natter »

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 ?
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: Contextual visualization of images

Post by Marc Venken »

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/viewt ... =3&t=34782
Marc Venken
Using: FWH 23.08 with Harbour
Natter
Posts: 1241
Joined: Mon May 14, 2007 9:49 am

Re: Contextual visualization of images

Post by Natter »

Thank you, an interesting solution !
Post Reply