Search found 1 match

by Soeren
Fri May 26, 2017 8:36 am
Forum: Xbase++ 2.0
Topic: Program lag when selecting files (affects DC_PopFile)
Replies: 2
Views: 11819

Re: Program lag when selecting files (affects DC_PopFile)

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 t...