Program lag when selecting files (affects DC_PopFile)

Xbase++ 2.0 Build 554 or later
Post Reply
Message
Author
pauld
Posts: 15
Joined: Thu Jul 31, 2014 2:48 pm

Program lag when selecting files (affects DC_PopFile)

#1 Post by pauld »

We use DC_PopFile to select files and notice that there is a lag when we open and close the dialog window (the lag increases each time we open and close the window). This seems to be an issue with Xbase (build 785).

When we reverted back to build 779 this issue no longer existed. I assume it has to do with XbpFileDialog().

Has anyone else experienced this?

We've sent this issue to Xbase.

Soeren
Posts: 1
Joined: Fri May 26, 2017 4:04 am

Re: Program lag when selecting files (affects DC_PopFile)

#2 Post by Soeren »

Hi,

I can confirm this behavior in build 785. The time lag in the application is caused by opening the XbpFileDialog. But you can use XbpFileDialog with build 785 - if you do not center the dialog on the parent.

Do not assign iVar :center := .T. or :Open( , .T. ) or :saveAs( , , .T. ). This solves the problem.

Bye,
Soeren

pauld
Posts: 15
Joined: Thu Jul 31, 2014 2:48 pm

Re: Program lag when selecting files (affects DC_PopFile)

#3 Post by pauld »

Thanks Soeren,

It looks like Alaska Software were also aware of this issue. The issue seems to be resolved and will be fixed in the next update.

http://www.alaska-software.com/scripts/ ... PDRID=6897

Post Reply