Thanks
Flora_RMC for taking care of what I should have done

- and at least mentioning that the script was to be used in dual pane!
And indeed regarding the PowerSelect button, it's one of mine
(that I shall publish some day after commenting/rewriting), and I mentioned it just to warn that this mini-script was an excerpt from a much bigger script, and posted as-is.
About using the script or any script in XY, it's best to familiarize yourself following the instructions nicely given above, and reading more info in the Script Exchange forum.
But the least I can do now is also to provide a quick access to test the script
Use the following snippet
(with Don's litteral instructions):
-a) Paste
::snippet; into the address bar and press ENTER. A text box will open to enter snippet.
-b) And here comes the copy+paste ready snippet. It will create a new button at the right end of your toolbar.
Code: Select all
Snip: CTB 1
XYplorer 11.60.0207, 05.10.2012 17:30:00
Action
NewUserButton
Name
Power Launcher
Icon
:goprev
ScriptL
"Mirror Selection in Other Pane"
sync("SelectSelected" , , 1, , 1);
wait 100;
#802;
"Select Difference and Newer (Between Panes)|:syncscroll"
#251;
#802;
#251;
wait 100;
sync("SelectUniquesAndNewer");
sync("SelectUniquesAndNewer", , , , 1);
"Select Difference (Between Panes)"
#251;
#802;
#251;
sync("SelectUniques" , , 0);
sync("SelectUniques" , , 0, , 1);
"Select Same Fullname (Between Panes)"
#251;
#802;
#251;
sync();
wait 100;
sync( , , , , 1);
"Select Same Basename (Between Panes)"
#251;
#802;
#251;
sync( , , 1);
wait 100;
sync( , , 1, , 1);
"Sync Select...|:syncscroll"
#812;
FireClick
0
[/size]