Page 1 of 1

Program lag when selecting files (affects DC_PopFile)

Posted: Fri May 12, 2017 12:07 pm
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.

Re: Program lag when selecting files (affects DC_PopFile)

Posted: Fri May 26, 2017 8:36 am
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

Re: Program lag when selecting files (affects DC_PopFile)

Posted: Thu Jun 22, 2017 7:45 am
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