Custom copy dialog not closing ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Daniel0312
Posts: 233
Joined: 15 Feb 2016 10:48

Custom copy dialog not closing ?

Post by Daniel0312 »

Hi,
Just noticed today when one of my long-working script stopped... working properly.
It works fine with version 0503, NOT with 0504 and following : something is blocking the script.
My script starts a readonly instance of XY running a script using custom copy.
The copy stops at 100% and the dialog doesn't close automaticaly (always did before).
Closing the dialog manually let the script resume.
Setting the copyto [show_progress] parameter to 0 solve the issue.
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%

highend
Posts: 14561
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Custom copy dialog not closing ?

Post by highend »

There is no bug, therefore moved.

Custom copy is the default since 0504 and its default is [x] Show progress dialog...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 64827
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Custom copy dialog not closing ?

Post by admin »

This change ("Keep progress dialog open") only applies to new installations. This raises the question: how did you upgrade to 0504?

Daniel0312
Posts: 233
Joined: 15 Feb 2016 10:48

Re: Custom copy dialog not closing ?

Post by Daniel0312 »

@highend : I already had custom copy enabled... and Show progress dialog is unticked.

@Don :I made no change in my XY settings.
Upgrade (and downgrade for testing purpose) are made by simply overwriting XY base folder.
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%

admin
Site Admin
Posts: 64827
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Custom copy dialog not closing ?

Post by admin »

If you don't overwrite or delete your app data folder, there should not be any change for you. :? The setting in the INI file is this (here showing the new default 1):

Code: Select all

KeepProgressOpen=1
Frankly, I changed the default to this because I personally prefer it. I know that File Explorer auto-closes, so KeepProgressOpen=1 is against user expectations. I'm open to change it back to auto-close. Any opinions?

Daniel0312
Posts: 233
Joined: 15 Feb 2016 10:48

Re: Custom copy dialog not closing ?

Post by Daniel0312 »

I didn't make any change to XY data folder.
My ini file shows

Code: Select all

KeepProgressOpen=0
But it's OK, I'll just set SC copyto 11th parameter to 0 everytime I meet the issue in a script.
Thank you for having a look
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%

highend
Posts: 14561
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Custom copy dialog not closing ?

Post by highend »

Show a screenshot of the belonging config page...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 64827
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Custom copy dialog not closing ?

Post by admin »

Daniel0312 wrote: 03 Jun 2025 10:53 I didn't make any change to XY data folder.
My ini file shows

Code: Select all

KeepProgressOpen=0
That makes it even more mysterious. Why is it not closing? Does it close when you manually custom copy stuff (without a script)?

admin
Site Admin
Posts: 64827
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Custom copy dialog not closing ?

Post by admin »

highend wrote: 03 Jun 2025 10:56 Show a screenshot of the belonging config page...
You mean me?
Attachments
Keep progress dialog open.png
Keep progress dialog open.png (16.67 KiB) Viewed 2503 times

Daniel0312
Posts: 233
Joined: 15 Feb 2016 10:48

Re: Custom copy dialog not closing ?

Post by Daniel0312 »

20250603_110430.png
20250603_110430.png (32.81 KiB) Viewed 2501 times
20250603_110455.png
20250603_110455.png (13.4 KiB) Viewed 2501 times
Hope it helps
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%

highend
Posts: 14561
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Custom copy dialog not closing ?

Post by highend »

No Don, not you^^

@Daniel0312
When I use your settings I don't get a dialog at all with this simple copyto command (v504):
copyto "C:\Temp\dst", "C:\Temp\src\!XYplorer SQLite tests.zip", , , 2;

Make a copy of your XYplorer.ini file, remove the license data from it, rename it to .txt and attach it...
One of my scripts helped you out? Please donate via Paypal

Daniel0312
Posts: 233
Joined: 15 Feb 2016 10:48

Re: Custom copy dialog not closing ?

Post by Daniel0312 »

I did indeed do a test from the task bar and the dialog closed :? .
So I spent some time trying to understand. Since XY didn't seem to behave as usual following the changes in 0504, I posted a bug : sorry I made a mistake.
XY.txt
(134.24 KiB) Downloaded 107 times
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%

highend
Posts: 14561
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Custom copy dialog not closing ?

Post by highend »

I don't get a popup dialog even with your XY settings file with the copy script above... (on v0600)
One of my scripts helped you out? Please donate via Paypal

Daniel0312
Posts: 233
Joined: 15 Feb 2016 10:48

Re: Custom copy dialog not closing ?

Post by Daniel0312 »

OK
Forget it I'll add the parameter.
Thanks
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%

jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Custom copy dialog not closing ?

Post by jupe »

admin wrote: 03 Jun 2025 10:39 KeepProgressOpen=1 is against user expectations. I'm open to change it back to auto-close. Any opinions?
It doesn't matter to me what the default setting is, but I agree it is against users expectations coming from Explorer (or even earlier versions of XY) so I think it will generate bug reports and support emails.

Post Reply