Change Log for the latest
XYplorer BETA version:
Code: Select all
v26.60.0301 - 2024-11-12 12:32
+ SC get("screen"): Now returns width|height|dpi when the 2nd argument is omitted.
text get("screen"); // 1920|1080|96
+ SC popupmenu / popupnested enhanced: You can now pass a toolbar button key to place
the menu directly below that button.
Syntax: popupmenu(itemlist, [x=-1], [y=-1], [start=1], [count=-1], [flags=0], _
[sep_itemlist="|"], [sep_item=";"], [on_cancel=""])
x: X position
-1 to use current mouse X
Toolbar button key to place the menu directly below that button (in that case
the y parameter is ignored). If the button is not present in the visible rows
of the current toolbar the menu opens at the mouse pointer.
Example:
text popupmenu("a|-|b|c", "back"); //place menu at Back button
! Go | Go to...: Since 20230323, changing the current location from here no longer
updated the address bar. Fixed.

To easily
upgrade to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
Note that BETA versions are work in progress and may contain new bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (File | Settings Special | Backup Application Data Folder...) before running a new BETA. This will also help to fix any new bugs.