Code: Select all
v22.20.0204 - 2021-09-12 11:46
+ Configuration | Preview | Thumbnails | Show folder thumbnails: Now if none
of initial strategies find a thumbnail ("Desktop.ini"; "folder.jpg",
"folder.png"; any JPEG or PNG) the first image or video file is used for
the thumbnail.
+ Scripting got a new function.
Name: PosAtPos
Action: Returns the item position index within a control at a certain
screen position.
Syntax: posatpos([x], [y], [flags])
(same as SC ItemAtPos)
return: Position index. First position is "1".
Returns "0" if the X/Y coordinates do not point to any item.
Remarks:
Supported controls are:
- Tree (position of hovered item)
- Catalog (position of hovered item)
- List (position of hovered item)
- Toolbar (position of hovered button)
- Tab Bar (position of hovered tab)
- Breadcrumb Bar (position of hovered path component)
- Status Bar (position of hovered section)
Examples:
echo posatpos(); //item position at current mouse position on screen
echo posatpos(592, 662); //item position at arbitrary mouse position on screen
echo posatpos(73, 108, 1); //item position at arbitrary mouse position on XYplorer
* Configuration: Simplified and reorganized the return of the undocumented
Ctrl+Right-Click function to display breadcrumb paths to each option.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