Custom copy dialog not closing ?
-
Daniel0312
- Posts: 233
- Joined: 15 Feb 2016 10:48
Custom copy dialog not closing ?
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.
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%
XY64 latest stable / Windows11 23H2 / Scaling 100%
Re: Custom copy dialog not closing ?
There is no bug, therefore moved.
Custom copy is the default since 0504 and its default is [x] Show progress dialog...
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 ?
This change ("Keep progress dialog open") only applies to new installations. This raises the question: how did you upgrade to 0504?
FAQ | XY News RSS | XY X
-
Daniel0312
- Posts: 233
- Joined: 15 Feb 2016 10:48
Re: Custom copy dialog not closing ?
@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.
@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%
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 ?
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
Frankly, I changed the default to this because I personally prefer it. I know that File Explorer auto-closes, so
1):
Code: Select all
KeepProgressOpen=1KeepProgressOpen=1 is against user expectations. I'm open to change it back to auto-close. Any opinions?FAQ | XY News RSS | XY X
-
Daniel0312
- Posts: 233
- Joined: 15 Feb 2016 10:48
Re: Custom copy dialog not closing ?
I didn't make any change to XY data folder.
My ini file shows
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
My ini file shows
Code: Select all
KeepProgressOpen=0Thank you for having a look
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%
XY64 latest stable / Windows11 23H2 / Scaling 100%
Re: Custom copy dialog not closing ?
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 ?
That makes it even more mysterious. Why is it not closing? Does it close when you manually custom copy stuff (without a script)?Daniel0312 wrote: ↑03 Jun 2025 10:53 I didn't make any change to XY data folder.
My ini file showsCode: Select all
KeepProgressOpen=0
FAQ | XY News RSS | XY X
-
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 ?
- Attachments
-
- Keep progress dialog open.png (16.67 KiB) Viewed 2513 times
FAQ | XY News RSS | XY X
-
Daniel0312
- Posts: 233
- Joined: 15 Feb 2016 10:48
Re: Custom copy dialog not closing ?
Hope it helps
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%
XY64 latest stable / Windows11 23H2 / Scaling 100%
Re: Custom copy dialog not closing ?
No Don, not you^^
@Daniel0312
When I use your settings I don't get a dialog at all with this simple copyto command (v504):
Make a copy of your XYplorer.ini file, remove the license data from it, rename it to .txt and attach it...
@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 ?
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.
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.
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%
XY64 latest stable / Windows11 23H2 / Scaling 100%
Re: Custom copy dialog not closing ?
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 ?
OK
Forget it I'll add the parameter.
Thanks
Forget it I'll add the parameter.
Thanks
Daniel
XY64 latest stable / Windows11 23H2 / Scaling 100%
XY64 latest stable / Windows11 23H2 / Scaling 100%
Re: Custom copy dialog not closing ?
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.
XYplorer Beta Club