Code: Select all
v12.50.0023 - 2013-07-02 10:15
* SC inputselect enhanced: Now you can show generic icons.
Syntax: inputselect(header, listdata, [separator=|], [style=1], _
[cancel], [width=600], [height=400], [windowcaption])
style: 8 = show generic icons (just from extension, files need not exist)
For example, offer to extract items from the currently selected zip file:
zip_extract (, "", inputselect("Check Items to extract to current folder", _
replace(zip_list(, "|", 0), "<tab>", ""), "|", 11,,,, "<curitem>"), "|");
! Message Box: After an unfortunate sequence of actions a state could
be reached where the three-button message box would not react
anymore when pressing the first button ("Yes"). Fixed.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club