FFS closes down
- Posts: 3
- Joined: 7 Aug 2024
FFS used to show a "success screen" with the liust of changes in the main window behind it after sychronising.Now it just closes down. I want the old behaviour back. I know there must be a simple setting somewhere, I simply (lol) can't find it
- Posts: 1037
- Joined: 8 May 2006
What version of FFS?
Are you running the GUI or a .ffs_batch or ... ?
On the completion dialog, there is an "autoclose" checkbox.
If you ticked that, it sets in: GlobalSettings.xml
<ProgressDialog AutoClose="true"/>
Don't know if there is a GUI to change that, but with FFS closed,
if you change that to:
<ProgressDialog AutoClose="false"/>
that should bring your completion dialog back.
Are you running the GUI or a .ffs_batch or ... ?
On the completion dialog, there is an "autoclose" checkbox.
If you ticked that, it sets in: GlobalSettings.xml
<ProgressDialog AutoClose="true"/>
Don't know if there is a GUI to change that, but with FFS closed,
if you change that to:
<ProgressDialog AutoClose="false"/>
that should bring your completion dialog back.
- Site Admin
- Posts: 7210
- Joined: 9 Dec 2007
- Posts: 3
- Joined: 7 Aug 2024
Thankls both. However, when I checked the global settings file,it is also showing autoclose as false.