Change Log for the latest
XYplorer BETA version:
Code: Select all
v22.10.0007 - 2021-07-25 13:41
+ Tabs: Now you can freely choose almost anything for a tab's icon. In "View
| Tab | Rename Tab..." you can state an image file (GIF, JPG, PNG, ICO) or
non-image file (its system icon will be used) for the custom item icon
(appended to the name, separated by |). It can be a full path, or just a
filename (auto-resolved to the default icons path <xyicons>). Or you can
still specify an internal icon prefixed by ":", e.g. :dark.
+ SC inputselect enhanced: Added parameter "icon". Lets you add an icon to
the dialog's top section left of the dialog title. The icon spec can point
to an internal icon (eg ":dark"), to an image file (GIF, JPG, PNG, ICO),
or to any non-image file with a system icon you find useful (e.g. an EXE);
paths are auto-resolved to the default icons path <xyicons>.
Syntax: inputselect(header, listdata, [separator="|"], [style=1], [cancel], _
[width=800], [height=400], [windowcaption], [preselect], [icon])
Examples:
goto inputselect("Select Destination", "C:|D:|E:", 9:="rock.ico");
goto inputselect("Select Destination", "C:|D:|E:", 9:="rain.jpg");
goto inputselect("Select Destination", "C:|D:|E:", 9:="D:\pics\rain.jpg");
goto inputselect("Select Destination", "C:|D:|E:", 9:=":dice");
+ Rename Preview Dialog | Top Section: Now in patterns with flanking spaces
the spaces are replaced by a visible character, Unicode Character 'OPEN
BOX' (U+2423). That way you can actually see what's going on.
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.