Search found 48 matches

by taufan
08 May 2025 16:20
Forum: Bug Reports
Topic: Error: 9 (0x00000009) Desc: Subscript out of range
Replies: 3
Views: 503

Re: Error: 9 (0x00000009) Desc: Subscript out of range

:naughty: I have a Lifetime License Professional and only active on 1 device.
by taufan
08 May 2025 15:13
Forum: Bug Reports
Topic: Error: 9 (0x00000009) Desc: Subscript out of range
Replies: 3
Views: 503

Error: 9 (0x00000009) Desc: Subscript out of range

Hi,
What does this error message mean, and how to solve this error?
Clipboard-20250508.jpg
Clipboard-20250508.jpg (64.6 KiB) Viewed 503 times
Thanks.
by taufan
07 May 2025 17:44
Forum: Script Exchange
Topic: SlideShow [v2.0]
Replies: 50
Views: 45596

Re: SlideShow [v2.0]

Hi, This is video a step-by-step on what i do: 1. QuickSearch outside the folder (Fail) 2. QuickSearch inside the folder (It's work) https://imagekit.io/tools/asset-public-link?detail=%7B%22name%22%3A%22QuickSearch%20before%20SlideShow.mp4%22%2C%22type%22%3A%22video%2Fmp4%22%2C%22signedurl_expire%22...
by taufan
04 May 2025 14:11
Forum: Script Exchange
Topic: SlideShow [v2.0]
Replies: 50
Views: 45596

Re: SlideShow [v2.0]

Hi,
1 and 2 have the results as you ordered.

Maybe my problems is because of my xyplorer settings, but I haven't been able to find what settings are causing this.
:(
by taufan
02 May 2025 19:43
Forum: Script Exchange
Topic: SlideShow [v2.0]
Replies: 50
Views: 45596

Re: SlideShow [v2.0]

Hi, By default UsePictureCodecs displays 0. I have also deleted the Slideshow.xys file from the /Data/Scripts folder, Close XYPlorer, then put the downloaded Slideshow.xys file back into that folder. Then reopen XYPlorer, but the problem still occurs. Btw, to overcome this deadlock I asking ChatGPT ...
by taufan
01 May 2025 15:34
Forum: Script Exchange
Topic: SlideShow [v2.0]
Replies: 50
Views: 45596

Re: SlideShow [v2.0]

Hi, (back online) I can’t reproduce, neither with my XYplorer version, nor with with the latest beta and fresh settings. It also works with the R flag (to recurse subfolders) because it’s automatically deactivated when the slideshow is launched from a quick search. Could you give me more informatio...
by taufan
23 Apr 2025 09:14
Forum: Script Exchange
Topic: SlideShow [v2.0]
Replies: 50
Views: 45596

Re: SlideShow [v2.0]

Hi,
In the past I was able to use SlideShow in my Quick Search results.
But after a while of not using Windows, last night I was unable to do that anymore?
The SlideShow only works when I open a regular folder without doing QuickSearch.
Any ideas?
by taufan
14 Nov 2024 15:14
Forum: Tips & Tricks, Questions & Answers
Topic: How to pick files in subfolder using Virtual Folder (vi)
Replies: 3
Views: 630

Re: How to pick files in subfolder using Virtual Folder (vi)

goto "vi:" . quicksearch("/lpd=4 /f", "C:\Users\taufan"); Thanks, it works. The only drawback of this method is that when we refresh the page it does not change with another image randomly. But it gives me another perspective to learn this. Thank you very much ^_^
by taufan
13 Nov 2024 22:08
Forum: Tips & Tricks, Questions & Answers
Topic: How to pick files in subfolder using Virtual Folder (vi)
Replies: 3
Views: 630

How to pick files in subfolder using Virtual Folder (vi)

I'm Using Variables in Virtual Folders to pick 4 files. My question is how vi scans my subfolder inside "taufan" folder, i try variable below but didn't work: vi:<get pick 4 "C:\Users\taufan\*" /d> vi:<get pick 4 "C:\Users\taufan\*" /flatfiles> FYI, "taufan" f...
by taufan
09 Nov 2024 11:22
Forum: Tips & Tricks, Questions & Answers
Topic: How to "Zoom to fill" but only for image thumbnail, not for folder thumbnail
Replies: 4
Views: 442

Re: How to "Zoom to fill" but only for image thumbnail, not for folder thumbnail

I'm having trouble seeing which are JPG images and which are folders.
ㅤㅤ
Clipboard-20241109-01.jpg
Clipboard-20241109-01.jpg (173.48 KiB) Viewed 434 times
by taufan
09 Nov 2024 10:57
Forum: Tips & Tricks, Questions & Answers
Topic: How to "Zoom to fill" but only for image thumbnail, not for folder thumbnail
Replies: 4
Views: 442

How to "Zoom to fill" but only for image thumbnail, not for folder thumbnail

Clipboard-20241109.jpg
Clipboard-20241109.jpg (248.91 KiB) Viewed 442 times
ㅤㅤ
Because currently if "Zoom to fill" is active, I can't distinguish between folders and images.
Any idea?
ㅤㅤ
by taufan
21 Oct 2024 19:08
Forum: Tips & Tricks, Questions & Answers
Topic: How to add custom icon in the script
Replies: 3
Views: 573

Re: How to add custom icon in the script

I did. But i still dont understand. This line also didnt work:

Code: Select all

::Google Drive ;C:\drive.ico ;tab("new", "C:\Users\taufan\Google Drive") ;
by taufan
21 Oct 2024 18:49
Forum: Tips & Tricks, Questions & Answers
Topic: How to add custom icon in the script
Replies: 3
Views: 573

How to add custom icon in the script

This is for Hamburger Menu. How to add custom icon in this script? ::Google Drive ;tab("new", "C:\Users\taufan\Google Drive") ; Because when I add my ico file at the end of the script it doesn't work: ::Google Drive ;tab("new", "C:\Users\taufan\Google Drive") ...