SC sync "preview"
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
SC sync "preview"
Hi
SC sync doesn't keep preview dialog on screen, either when switch is set to "p" or when pressing "Preview" in sync dialog when switch is set to "c".
Also, the "cp" switch doesn't pre-focus the Preview button.
Sync Folders is working fine from the Panes menu though.
Regards
SC sync doesn't keep preview dialog on screen, either when switch is set to "p" or when pressing "Preview" in sync dialog when switch is set to "c".
Also, the "cp" switch doesn't pre-focus the Preview button.
Sync Folders is working fine from the Panes menu though.
Regards
Daniel
XY32 latest stable / Windows11 23H2 / Scaling 100%
XY32 latest stable / Windows11 23H2 / Scaling 100%
-
admin
- Site Admin
- Posts: 66590
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: SC sync "preview"
You're right about the pre-focus. Surprisingly this NEVER worked. It was never implemented. Fix comes. 
To keep the progress open pass "k" additionally:
To keep the progress open pass "k" additionally:
cpkFAQ | XY News RSS | XY X
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
Re: SC sync "preview"
Thanks for the "k" part that was right there in the help file
And the pre-focus is great in v24.10.0005 - 2023-02-21 12:26
Now the preview window stays on screen, but I have another issue
On my fully configured XY version the Reports button doesn't show the menu, nothing happens.
It works well in a fresh instance though so there must be something wrong in my settings.
Any idea what the problem could be (I can't imagine setting everything back from scratch).
And the pre-focus is great in v24.10.0005 - 2023-02-21 12:26
Now the preview window stays on screen, but I have another issue
On my fully configured XY version the Reports button doesn't show the menu, nothing happens.
It works well in a fresh instance though so there must be something wrong in my settings.
Any idea what the problem could be (I can't imagine setting everything back from scratch).
Daniel
XY32 latest stable / Windows11 23H2 / Scaling 100%
XY32 latest stable / Windows11 23H2 / Scaling 100%
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
Re: SC sync "preview"
I've been looking around XY settings, but I can't find any option that would explain this behavior.
Any hint wouild be welcome.
Any hint wouild be welcome.
Daniel
XY32 latest stable / Windows11 23H2 / Scaling 100%
XY32 latest stable / Windows11 23H2 / Scaling 100%
-
admin
- Site Admin
- Posts: 66590
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
Re: SC sync "preview"
I did some more testing... Source folder
When called from the Panes menu, Sync Folders works as expected : pressing the Reports button on the Preview dialog shows option for report.
I believe the following code should give the same result (?)
It doesn't, nothing happens when I click the Reports button
When called from the Panes menu, Sync Folders works as expected : pressing the Reports button on the Preview dialog shows option for report.
I believe the following code should give the same result (?)
Code: Select all
sync "R:\TEMP\Source", "E:\TOOLS\TEMP\Dest", 1, 1, 0, "cpk";Daniel
XY32 latest stable / Windows11 23H2 / Scaling 100%
XY32 latest stable / Windows11 23H2 / Scaling 100%
-
admin
- Site Admin
- Posts: 66590
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
Re: SC sync "preview"
Some more testing... and I think I got it !
Using SC sync, the Reports button on the Preview dialog only works when the script is launched from the main Menu bar or the address bar.
It doesn't work when using Toolbar Menu.
You solved some similar problem before viewtopic.php?p=196860#p196860
I hope you can do something about it.
Using SC sync, the Reports button on the Preview dialog only works when the script is launched from the main Menu bar or the address bar.
It doesn't work when using Toolbar Menu.
You solved some similar problem before viewtopic.php?p=196860#p196860
I hope you can do something about it.
Daniel
XY32 latest stable / Windows11 23H2 / Scaling 100%
XY32 latest stable / Windows11 23H2 / Scaling 100%
-
admin
- Site Admin
- Posts: 66590
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: SC sync "preview"
Yeah, you surely got it!
Can you show me the toolbar bar button definition, so I can reproduce it?
Can you show me the toolbar bar button definition, so I can reproduce it?
FAQ | XY News RSS | XY X
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
Re: SC sync "preview"
I use the standard Toolbar with the menu buttons
An other test :
I select a test script file containing the sync line.
XY menu bar / Help / List All Commands + dbl click #751 » the Reports button works fine
Toolar Menu / Help / List All Commands + dbl click #751 » the Reports button doesn't work
An other test :
I select a test script file containing the sync line.
Code: Select all
sync "R:\TEMP\Source", "E:\TOOLS\TEMP\Dest", 1, 1, 0, "pk";Toolar Menu / Help / List All Commands + dbl click #751 » the Reports button doesn't work
To see the attached files, you need to log into the forum.
Daniel
XY32 latest stable / Windows11 23H2 / Scaling 100%
XY32 latest stable / Windows11 23H2 / Scaling 100%
-
admin
- Site Admin
- Posts: 66590
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
-
Daniel0312
- Posts: 241
- Joined: 15 Feb 2016 10:48
Re: SC sync "preview"
fixed in 24.10.0009
thanks Don
thanks Don
Daniel
XY32 latest stable / Windows11 23H2 / Scaling 100%
XY32 latest stable / Windows11 23H2 / Scaling 100%
XYplorer Beta Club