Script name ?
Posted: 13 Jan 2014 05:10
Could someone one tell me the name of this script that is seen in the image ?
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
So is that similar/equivalent to the button list via this post?totmad1 wrote:this topic is what you are actually after . The script was called originally "all buttons" with topic title "unheralded feature?".
http://www.xyplorer.com/xyfc/viewtopic. ... 4&start=30
I have enhanced the script by adding to it and now is only missing one button.
How do I add items to "Group A" as seen in the screen capture ? I was hoping I could get the button name and add the button name below the name "Group A" within the script, I was wrong.CookieMonster wrote:Could someone one tell me the name of this script that is seen in the image ?
Code: Select all
"Edit Button : editButton" UserButton(9, 128);
"Customize Toolbar : custTB" Button("ctb1", 256);
"Edit script : edit"
$ScriptFile= self ("file");
run notepad $ScriptFile,w;
-
"<- 0MenuTemp|:0MenuTemp|1 : " Load("MenuProducer\0MenuTemp.xys");
-
"Other button pages ->|:Other : OtherME" Load("*","_OtherMD;-;_OtherA;_OtherB;_OtherC;_OtherD");
"<- Main buttons page|<xydata>\Icons\button.ico |1 : _OtherMD" Load("Buttons");
"&Buttons2|<xydata>\Icons\button2.ico : _OtherA" load "Buttons2";
"&Buttons3|<xydata>\Icons\button3.ico : _OtherB" load "Buttons3";
"&Buttons4|<xydata>\Icons\button4.ico : _OtherC" load "Buttons4";
"&Buttons5|<xydata>\Icons\button5.ico : _OtherD" load "Buttons5";
-
"Group A|<xyicons>a\???.ico : GrpaME" Load("*","_GrpaMD;-;_GrpaA;_GrpaB;_GrpaC;_GrpaD;_GrpaE;_GrpaF;_GrpaG;_GrpaH");
"<- Main buttons page|<xydata>\Icons\button.ico |1 : _GrpaMD" Load("Buttons");
"Toggle Instant Color Filter|:icf : _GrpaA"
"&Left Click|:icf : _GrpaB" Button("icf", 1);
"&Right Click|:icf : _GrpaC" Button("icf", 2);
"&Down Arrow|:icf : _GrpaD" Button("icf", 8);
"Preview ->|:preview : _GrpaE"
"&Left Click|:preview : _GrpaF" Button("preview", 1);
"&Right Click|:preview : _GrpaG" Button("preview", 2);
-
"Address Bar Go ->|:go : goME" Load("*","_goMD;-;_goL;_goR;_goD");
"<- Address Bar Go|:go|1 : _goMD" Load("*");
"&Left Click|:go : _goL" Button("go", 1);
"&Right Click|:go : _goR" Button("go", 2);
-
-
"CANCEL"Code: Select all
"Preview ->|:preview : _GrpaE"
"&Left Click|:preview : _GrpaF" Button("preview", 1);
"&Right Click|:preview : _GrpaG" Button("preview", 2);I'm restricted to only the code used in your post ?1. see my first post pointing to viewtopic.php?f=3&t=4144&start=30
for where i'm getting the code from
No ?TheQwerty wrote:no
noCookieMonster wrote:Can it be organized whereas a sub-menu appears directly to the right beside the new menu ?