Change Log for the latest
XYplorer BETA version:
Code: Select all
v19.10.0001 - 2018-07-12 16:55
+ SC inputselect enhanced: Now you can show line numbers in the list, just
pass bit 4096.
Syntax: inputselect(header, listdata, [separator="|"], [style=1], _
[cancel], [width=800], [height=400], [windowcaption], [preselect])
style:
4096 = Show line numbers in the list.
Examples:
text inputselect("Test", listfolder(), , 1 + 2048); //no line numbers
text inputselect("Test", listfolder(), , 1 + 2048 + 4096); //line numbers
Remarks:
Before, showing line numbers had been hard-coded to YES. Now it's NO by
default, but you can turn it on if you want it.
! SC inputselect: Style 256 had no effect when the icons where internal
graphics (toolbar icons) referred to by keys. Fixed.
Syntax: inputselect(header, listdata, [separator="|"], [style=1], _
[cancel], [width=800], [height=400], [windowcaption], [preselect])
style:
256 = Show large (32x32) icons. In case of internal graphics: 24x24.
Example:
text inputselect("Test", "Delete||:del<crlf>Ghost||:ghost", <crlf>, 1 + 256 + 1024);
! Scripting: Some toolbar button keys could not be used to refer to toolbar
graphics. This issue concerned buttons with various graphical states
(on/off, vertical/horizontal, and the like). Not exactly a bug, but fixed
anyway. Now all toolbar button keys refer to a button or a state of a
button.
Note that you can also explicitly show the icon for a particular state of
such buttons. These keys are no documented AFAIK, so ask me if you need one.
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.