Search found 580 matches

by MBaas
16 Jan 2024 13:13
Forum: Script Exchange
Topic: What's the recommended way to get a filtered list of files in a folder, sorted by date?
Replies: 4
Views: 323

Re: What's the recommended way to get a filtered list of files in a folder, sorted by date?

I wouldn't need the path, filename is sufficient. And I have opened a tab showing that path. So...thinking about it (my initial idea was to do all "hidden", but it might be more transparent if I showed the path) - I can even set a filter to get today's file, sort by timestamp and get that ...
by MBaas
16 Jan 2024 12:40
Forum: Script Exchange
Topic: What's the recommended way to get a filtered list of files in a folder, sorted by date?
Replies: 4
Views: 323

What's the recommended way to get a filtered list of files in a folder, sorted by date?

There is listfolder() to list files using a filter - but that list only has filenames. I need it for internal purposes only. But if I understand thinghs right, I'd have to display the folder in a pane and then do a listpane() . Or is there another approach? Actually I just want to get the name of th...
by MBaas
16 Jan 2024 12:34
Forum: Script Exchange
Topic: XY icon copy
Replies: 10
Views: 4557

Re: XY icon copy

"ladybug" is missing from the list!
by MBaas
16 Jan 2024 12:21
Forum: Script Exchange
Topic: XYplorer Icon Resources
Replies: 4
Views: 6722

Re: XYplorer Icon Resources

Oh sweet - thanks! :whistle:
by MBaas
16 Jan 2024 11:57
Forum: Script Exchange
Topic: XYplorer Icon Resources
Replies: 4
Views: 6722

Re: XYplorer Icon Resources

This post is getting old and I assume XY gets new icons. Is there any way such a list can be dynamically produced (through a magic command or script) or does it need hacking?
by MBaas
15 Jan 2024 11:39
Forum: Bug Reports
Topic: Menu accelerators in popupmenu
Replies: 8
Views: 1265

Re: Menu accelerators in popupmenu

Fix works fine with all of my menus! Thanks! :cup:
by MBaas
14 Jan 2024 12:40
Forum: Bug Reports
Topic: Menu accelerators in popupmenu
Replies: 8
Views: 1265

Re: Menu accelerators in popupmenu

I'm sorry to say- but suddenly this became an issue again. Not generally, though - it most often works fine - but I have one case where it does not work in a submenu. Fortunately I've been able to build a small repro. Please use the attached sample and then do ::popupnested(readfile("{yourPath}...
by MBaas
13 Jan 2024 09:49
Forum: Script Exchange
Topic: Script '...' does not contain any valid lines
Replies: 2
Views: 310

Script '...' does not contain any valid lines

I'm not sure if I'm not following best practices (very possible) or if there is a problem, but here's an annoying thing I've struggled with. I have two scripts that both need the same utility function. Instead of having that function's code in both scripts, I thought I'd put it into a .xyi file and ...
by MBaas
12 Jan 2024 12:13
Forum: Bug Reports
Topic: Drives not updated after mappings updated
Replies: 23
Views: 1321

Re: Drives not updated after mappings updated

I'm happy (no, VERY happy actually) to report that "refresh" helped to solve my issue! :tup:

Many thanks for such a super-fast response! :beer:
by MBaas
12 Jan 2024 10:21
Forum: Bug Reports
Topic: Drives not updated after mappings updated
Replies: 23
Views: 1321

Re: Drives not updated after mappings updated

Too bad - but I understand... But in that case, my earlier question gets interesting: ...is there perhaps a way I could force XY to refresh from my mapping script? If there was any macro command that would update the drives bar, I could /feed that - but I've not found one. Did I miss anything? BTW, ...
by MBaas
12 Jan 2024 10:14
Forum: Bug Reports
Topic: File list not updated after running batch to unzip
Replies: 2
Views: 221

Re: File list not updated after running batch to unzip

Yesterday it was (twice), today it isn't any more :veryconfused:
Forget it...
by MBaas
11 Jan 2024 14:23
Forum: Bug Reports
Topic: File list not updated after running batch to unzip
Replies: 2
Views: 221

File list not updated after running batch to unzip

I just copied two .7z files into a new folder and then ran an .xys script that called 7z to unzip those archives (into folders). After 7z had ended, XY's pane (details view) wasn't updated with those 2 new folders.