Update : ReplaceMultiButtonL.xys V3.3 ( 15 July 2015 )
-Button opened Right from used ctb
- Versions 3.3 can replace all button in toolbar
Download : Download : Download : Snippet for ReplaceMultiButtonL.xys
Code: Select all
Snip: CTB 1
XYplorer 14.50.0204, 11.11.2014 08:51:37
Action
NewUserButton
Name
Replace Multi Button L
Icon
ScriptL
Load "ReplaceMultiButtonL.xys";
ScriptR
Load ("ReplaceMultiButtonL.xys",
"_Zx00;_Zx01;_Zx02;_Zx03;_Zx04;_Zx05;_Zx06;_Zx07;_Zx08;_Zx09;_Zx10;
_Zx11;_Zx12;_Zx13;_Zx14;_Zx15;_Zx16;_Zx17;_Zx18;_Zx19;_Zx20;_Zx21;
_Zx22;_Zx23;_Zx24;_Zx25;_Zx26;_Zx27;_Zx28;_Zx29;-;_CloseZx8;_Zx80;
_Zx81;_OnOff82;_OnOff83;_editZx84;_ConfZx;");
FireClick
0
- Button opened Left from used ctb
- Versions 3.3 can replace all button in toolbar
Snippet for ReplaceMultiButtonR.xys, Just change script name L to R
(1) Paste ::snippet; into the address bar and press ENTER. A text box will open to enter snippet.
(2) And here comes the copy+paste ready snippet. I will create a new button at the right end of your toolbar.
(3) CTB index: First, Must change the ctbindex = ?? in script > [KEY] for index of your used ctb (or auto create ctb from snippet)
[KEY]
ctbindex = 33
(4)After set ctbindex, for first run, not add icon in ctb, click 3 times for collect all showed button in toobar
to set at first menu (button 00 ) and make base to set other menu button (or you can do this manual in script)
(5) To make this script work accross sessions, please check box in Xyplorer Congfiguration:
'Remember Permanent Variables' from Menu : Tools > Configuration > General > Refresh, Icons, History
(6) See other intruction in script file.
Credit to:
"serendipity - ExpandDriveButton v2.4 & XYplorer_Collect v2.xys", "Enternal - SelectionStore.xys",
"totmad1 - My676.xys", "SammaySarkar - XYCollector.xys", "FluxTorpedoe - SessionManager.xys",
and other forumer scripts. "-" only edit, cut and paste to make ReplaceMultiButton.xys
I try to lern about scripts and I try to make this script user frienly
Feel free to use, edit and share this scripts.
Changelog:
V 3.3
1. Fixed other bug
2. Add other congfiguration menu, ie
- Rename menu
- Set button in menu
- Show/Hide other menu
- And Other............
My english not so god
I only want to share Replace Multi Button script
(edit ExpandDriveButton from serendipity)
Thanks serendipity
XYplorer Beta Club