Search found 64 matches

by TedL1972
11 Feb 2024 06:22
Forum: Bug Reports
Topic: Catalog Scroll Bar Freezes
Replies: 3
Views: 140

Re: Catalog Scroll Bar Freezes

Thanks highend and admin.

I have removed some items with broken links . It seems to have handled so far.

I will update in case it happens again but so far so good.
by TedL1972
09 Feb 2024 23:23
Forum: Bug Reports
Topic: Catalog Scroll Bar Freezes
Replies: 3
Views: 140

Catalog Scroll Bar Freezes

I have version 25.40.0400 and for the first time ever the Catalog Scroll Bar will cause a "not responding" for XYplorer. This lasts for about 30 seconds to 1 minute and eventually unfreezes itself and it works. First time I had this problem. I already closed and opened the application a nu...
by TedL1972
26 Jul 2023 20:48
Forum: Tips & Tricks, Questions & Answers
Topic: Tags - complete list
Replies: 24
Views: 749

Re: Tags - complete list

Great, thanks.
by TedL1972
26 Jul 2023 20:28
Forum: Tips & Tricks, Questions & Answers
Topic: Tags - complete list
Replies: 24
Views: 749

Re: Tags - complete list

Thank you very much.

Is this fix now incorporated in the newest release i.e. 24.70?
by TedL1972
13 Jul 2023 18:47
Forum: Tips & Tricks, Questions & Answers
Topic: Tags - complete list
Replies: 24
Views: 749

Re: Tags - complete list

Thanks. Is this line of code: copyto "D:\T1\", "<curitem>", , 2, 2, 1, 1 supposed to replace this one? copyto "D:\T1\", "<curitem>", , 2, 2, 1, 1, 0, 0, , 0, 0; or does it need to be added? I try to run it both ways and I get errors in both instances. Is "...
by TedL1972
12 Jul 2023 20:53
Forum: Tips & Tricks, Questions & Answers
Topic: Tags - complete list
Replies: 24
Views: 749

Re: Tags - complete list

$saveTo = replace(trim(input("Enter Folder", "Input each folder on a new line!", "F:\FRUITS", "m"), <crlf>), <crlf>, "|"); $tags = replace(trim(input("Enter tag(s)", "Input each tag on a new line!", "Banana<crlf>Orange<crlf>...
by TedL1972
12 Jul 2023 20:32
Forum: Tips & Tricks, Questions & Answers
Topic: Tags - complete list
Replies: 24
Views: 749

Re: Tags - complete list

Great thanks. I thought there was a way to do it. Another one if I may is that I have a script that automatically copies documents in folders when the document is tagged with the same name of that particular folder. I realized that when these documents are copied the tags are not copied as well. I d...
by TedL1972
12 Jul 2023 18:53
Forum: Tips & Tricks, Questions & Answers
Topic: Tags - complete list
Replies: 24
Views: 749

Tags - complete list

Hello, I am trying to organize all my tags which I have not used in a while and so I may have forgotten some of the existing features. I have been adding tags recently to documents but when I pull up the tag list those that I created in the past do not show up. I tried "Load Tags Database"...
by TedL1972
04 Jul 2023 02:11
Forum: Tips & Tricks, Questions & Answers
Topic: Files Count on List
Replies: 6
Views: 364

Re: Files Count on List

Worked perfectly, thank you!!!!!

:appl:
by TedL1972
04 Jul 2023 01:34
Forum: Tips & Tricks, Questions & Answers
Topic: Files Count on List
Replies: 6
Views: 364

Re: Files Count on List

I tried to make a custom column with the script line you suggested but I must be doing something wrong. Could you please list some of the key steps as there are several variables to chose from and I I got a bit lost. If by recursive you mean that I would want for the number of files to show up all t...
by TedL1972
04 Jul 2023 01:00
Forum: Tips & Tricks, Questions & Answers
Topic: Files Count on List
Replies: 6
Views: 364

Files Count on List

Hello, I posted this in "Wishes" but I realized it might have been the wrong place so I am posting it here as it appears more appropriate. In short I would like to know if there is a way to show in a single column within a TAB list ONLY the number of files or documents contained in every f...
by TedL1972
12 Sep 2022 22:23
Forum: Script Exchange
Topic: Auto-copying
Replies: 2
Views: 719

Re: Auto-copying

Thank you, that is a good tip and will partially work however I was looking at something that wouldn't require to go in a specific folder but have the script find the folder and either copy the file or sync the folder. This is to handle instances when I would forget to sync the folder due to speed o...
by TedL1972
11 Sep 2022 04:31
Forum: Script Exchange
Topic: Auto-copying
Replies: 2
Views: 719

Auto-copying

The hard drive on a server I normally work with will be replaced soon as it is old and it has issues. For this reason I copied all the data to another hard drive but this second one will be temporary until a bigger and more stable one is set up on a server. Considering the above scenario, I will cal...
by TedL1972
29 Jul 2022 07:38
Forum: Script Exchange
Topic: Syntax problem on "focus list"
Replies: 12
Views: 1647

Re: Syntax problem on "focus list"

Thanks for the data. Just to make it more clear where I got that code from.

It is from the Help menu of XY:

Contents and Index | Scripting |General Command Syntax | Examples

Then it gives two examples the second one is:

Code: Select all

goto "Desktop|"; sortby m, d; sel 1; focus List;
by TedL1972
28 Jul 2022 19:41
Forum: Script Exchange
Topic: Syntax problem on "focus list"
Replies: 12
Views: 1647

Re: Syntax problem on "focus list"

This is the script that is in my Help file:

Code: Select all

goto "Desktop|"; sortby m, d; sel 1; focus List;
It ends with

Code: Select all

focus List;
which caused the error.

So what am I missing?