Search found 1125 matches

by yusef88
11 Apr 2024 09:08
Forum: Bug Reports
Topic: crash by breadcrumb and QNS box
Replies: 1
Views: 53

crash by breadcrumb and QNS box

This scenario is rare to happen in this order, but it will crash XY
[1] Make sure that one item is selected (or has focus) in the list
[2] click on breadcrumb menu
[3] press F3 to bring up quick search box
the result XY will stop working
by yusef88
02 Apr 2024 03:56
Forum: Bug Reports
Topic: Restore from recycle bin makes view goes up
Replies: 3
Views: 93

Re: Restore from recycle bin makes view goes up

No. it happens every time scrollbar down
recycle bin is sort by: Deleted (descending)
and in rare case list does not refresh after restore or delete
by yusef88
30 Mar 2024 04:19
Forum: Bug Reports
Topic: Restore from recycle bin makes view goes up
Replies: 3
Views: 93

Restore from recycle bin makes view goes up

Restore an item from the recycle bin makes listview jumps up as if you click home button
by yusef88
05 Feb 2024 17:17
Forum: Bug Reports
Topic: virtual folder scans subfolder of network!
Replies: 8
Views: 377

Re: virtual folder scans subfolder of network!

admin wrote: 05 Feb 2024 17:13 1. So the original problem has gone away?
yes, thank you
by yusef88
05 Feb 2024 16:38
Forum: Bug Reports
Topic: virtual folder scans subfolder of network!
Replies: 8
Views: 377

Re: virtual folder scans subfolder of network!

Something else: cycle tabs between a virtual folder e.g.vi:<xy> and a paper folder make PF contents disappear
by yusef88
05 Feb 2024 16:26
Forum: Bug Reports
Topic: virtual folder scans subfolder of network!
Replies: 8
Views: 377

Re: virtual folder scans subfolder of network!

no delay (hang) noticed after startup
Startup Time: 13,801 ms at 05/02/2024 05:23:16

Startup to a normal tab
Startup Time: 917 ms at 05/02/2024 05:25:00
by yusef88
05 Feb 2024 15:16
Forum: Bug Reports
Topic: virtual folder scans subfolder of network!
Replies: 8
Views: 377

Re: virtual folder scans subfolder of network!

admin wrote: 05 Feb 2024 14:56 Do you have some special path that's called "Network"?
No, the content of VF is from one location "Downloads\Video"
by yusef88
05 Feb 2024 12:56
Forum: Bug Reports
Topic: virtual folder scans subfolder of network!
Replies: 8
Views: 377

virtual folder scans subfolder of network!

I created virtual folder with huge list 2500 items by this code $s = "<selitems <crlf>>"; goto "vi:$s"; I understand that the XY will take some time to prepare this virtual folder next time you launch XY but why XY scans subfolder of network? I think this scan is responsible for ...
by yusef88
03 Feb 2024 11:31
Forum: Script Exchange
Topic: Build string of variables
Replies: 8
Views: 1880

Re: Build string of variables

this seems simple and easy thank you for explaining "_Initialize" Global $ffmpeg = "D:\master\ffmpeg-n6.0-win32-shared\bin\ffmpeg.exe"; global $file1 = gettoken(<selitems |>, 1, "|"); global $file2 = gettoken(<selitems |>, 2, "|"); "combine" Global $...
by yusef88
02 Feb 2024 16:22
Forum: Script Exchange
Topic: Build string of variables
Replies: 8
Views: 1880

Re: Build string of variables

Actually what I need are just two variable values. I was asking out of curiosity if such thing is possible i can modify the script to meet my needs. don't bother thanks "_Initialize" Global $ffmpeg = "D:\master\ffmpeg-n6.0-win32-shared\bin\ffmpeg.exe"; if ( <drop> ) { $files = &q...
by yusef88
02 Feb 2024 15:31
Forum: Script Exchange
Topic: Build string of variables
Replies: 8
Views: 1880

Re: Build string of variables

$folders = "C:\Temp|D:\Temp"; while ($i++ < gettoken($folders, "count", "|")) { // Two time loop // '$folder' is the new first part of the variable here, not a reference to an existing variable! // This first part must be SINGLE quoted, otherwise it could reference an ...
by yusef88
25 Jan 2024 16:35
Forum: Tips & Tricks, Questions & Answers
Topic: find folder containing large number of text files
Replies: 2
Views: 290

Re: find folder containing large number of text files

highend wrote: 25 Jan 2024 15:40 Sure, via scripting (quicksearch, listfolder on every folder in the loop, sort the result at the end => paperfolder)
thanks for the steps you've suggested
by yusef88
25 Jan 2024 15:23
Forum: Tips & Tricks, Questions & Answers
Topic: find folder containing large number of text files
Replies: 2
Views: 290

find folder containing large number of text files

Is it possible to find the folder that has the greatest number of txt files?
by yusef88
17 Oct 2023 14:26
Forum: Tips & Tricks, Questions & Answers
Topic: add "Open in XYplorer" to Windows Explorer
Replies: 8
Views: 481

Re: add "Open in XYplorer" to Windows Explorer

Windows Registry Editor Version 5.00 ;file menu [HKEY_CLASSES_ROOT\*\shell\XYplorer] [HKEY_CLASSES_ROOT\*\shell\XYplorer\command] @="\"XYplorer.exe\" /select=\"%1\"" ;folder menu [HKEY_CLASSES_ROOT\Directory\Shell\XYplorer] [HKEY_CLASSES_ROOT\Directory\Shell\XYplorer\C...
by yusef88
27 Jun 2023 02:28
Forum: Script Exchange
Topic: send multiple files as arguments (‪Nilesoft Shell)
Replies: 5
Views: 1635

Re: send multiple files as arguments

Hello everyone
if anyone uses Nilesoft Shell, and can help write the right syntax

Code: Select all

item(type='file' mode=multiple title='XY' image cmd='XYplorer.exe' args='/user=\"@sel(false, "|")')
https://nilesoft.org/docs/functions/sel
to echo get("CmdLineUser"); in XYplorer