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.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
XYplorer Beta Club