I was playing a little with popupnested(), but things were not coming out right, and the dropdown would show up in the upper left corner of the screen instead of under the toolbar button.
Currently, this is how I am writing the code for the button so that I can launch my other scripts:
Code: Select all
"Sort Clipboard A to Z|<xyicons>\Windows\SortAscending.ico"
load "Windows_DelimitInformation", "sortAscendingListInClipboard";
"Sort Clipboard Z to A|<xyicons>\Windows\SortDescending.ico"
load "Windows_DelimitInformation", "sortDescendingListInClipboard";
-
"Miscellaneous"
"Create Directory Structure|<xyicons>\shell32.dll_Icons\shell32.dll_I41a6_0409.ico||+1"
load "Windows_CreateNestedItems";
"|||+1"
"Branch View Folder Depth|:flatview||+1"
load "Windows_BranchViewFolderDepth";
XYplorer version: 28.00.0700 (x64)
XYplorer Beta Club