Search found 125 matches

by mrbosco
09 Jul 2023 23:02
Forum: Tips & Tricks, Questions & Answers
Topic: Extra Column for images with relative path
Replies: 12
Views: 480

Re: Extra Column for images with relative path

There must be a conflict with one of these. Not sure which.
2023-07-09_16-59-32.png
2023-07-09_16-59-32.png (2.89 KiB) Viewed 374 times
by mrbosco
09 Jul 2023 22:30
Forum: Tips & Tricks, Questions & Answers
Topic: Extra Column for images with relative path
Replies: 12
Views: 480

Re: Extra Column for images with relative path

Are there any more requirements or potential conflicts?
2023-07-09_16-24-16.png
2023-07-09_16-24-16.png (95.36 KiB) Viewed 377 times
2023-07-09_16-22-28.png
2023-07-09_16-22-28.png (75.7 KiB) Viewed 377 times
by mrbosco
09 Jul 2023 14:12
Forum: Tips & Tricks, Questions & Answers
Topic: Need to populate selected comments with contents of a text file
Replies: 4
Views: 186

Re: Need to populate selected comments with contents of a text file

I think I got it.
Does this look right?

$i=1;
$INPUT=readfile("c:\test\Comment.txt");
foreach($item, <get SelectedItemsPathNames |>, , "e") {
tag gettoken($INPUT,$i,"<crlf>"), $item, 2, 1;
$i++;
}
by mrbosco
09 Jul 2023 04:41
Forum: Tips & Tricks, Questions & Answers
Topic: Need to populate selected comments with contents of a text file
Replies: 4
Views: 186

Need to populate selected comments with contents of a text file

I have a text file with say 100 lines of text.
I'd like to be able to select 100 rows and execute a script that would populate the comments column with the contents of the text file, one line of text for each comment. I couldn't find any examples of how to do this.
by mrbosco
08 Jul 2023 12:47
Forum: Tips & Tricks, Questions & Answers
Topic: Extra Column for images with relative path
Replies: 12
Views: 480

Re: Extra Column for images with relative path

Actually, the hoverbox isn't working even on a regular jpg, not sure why. Everything is checked.
by mrbosco
08 Jul 2023 12:11
Forum: Tips & Tricks, Questions & Answers
Topic: Extra Column for images with relative path
Replies: 12
Views: 480

Re: Extra Column for images with relative path

On a different PC the graphic shows up as a small image in the column but the hover is not working.
I think I have all the hover settings the same. What could I be missing?
by mrbosco
07 Jul 2023 23:42
Forum: Tips & Tricks, Questions & Answers
Topic: Extra Column for images with relative path
Replies: 12
Views: 480

Re: Extra Column for images with relative path

I had to make Item type Folders.
It works!
Thank you!
by mrbosco
07 Jul 2023 23:32
Forum: Tips & Tricks, Questions & Answers
Topic: Extra Column for images with relative path
Replies: 12
Views: 480

Re: Extra Column for images with relative path

If I need to add foldername it's really not relative to any folder. I tried the custom column approach but nothing seems to be happening. The subfolder has the custom column with the green circles with the arrows in them, which don't do anything. I want the parent folder to display folder.jpg either...
by mrbosco
07 Jul 2023 21:29
Forum: Tips & Tricks, Questions & Answers
Topic: Extra Column for images with relative path
Replies: 12
Views: 480

Extra Column for images with relative path

I have many folders with a folder.jpg file in them. I thought it would be interesting to be able to hover over a column and have the hoverbox reveal the folder.jpg. It works when I enter the full path to folder.jpg but I can't can't figure out how to make it work with a relative path. I want to do t...
by mrbosco
09 Jun 2023 10:51
Forum: Tips & Tricks, Questions & Answers
Topic: Script to rename to Parent folder
Replies: 1
Views: 160

Script to rename to Parent folder

My file is

c:\ABC\DEF\GHI\Test.txt

I want to change it to GHI.txt

I'm confused between Rename and RenameItem and all the various options.
Can someone please provide a quick solution?
by mrbosco
05 Jan 2023 17:26
Forum: Tips & Tricks, Questions & Answers
Topic: Return to last tab
Replies: 3
Views: 189

Re: Return to last tab

Pefect! Thank you!
by mrbosco
05 Jan 2023 15:37
Forum: Tips & Tricks, Questions & Answers
Topic: Return to last tab
Replies: 3
Views: 189

Return to last tab

I have many tabs open but commonly I need to return to the previous tab.
I know there is View...Tab...Tab History but that's not what I'm looking for, just a toolbar or key sequence to return to the previous tab.
Maybe a Go To Previous Tab?
Thanks In Advance.
by mrbosco
14 Aug 2022 13:55
Forum: Bug Reports
Topic: How to troubleshoot.
Replies: 3
Views: 338

Re: How to troubleshoot.

It took forever to load but hasn't stopped responding yet. What would cause this? Any way to speed up the loadtime? text get("LoadTimes"); XY ver: XYplorer 23.50.0000 OS: Windows 10 Windows 10, 64-bit, Release 2009, Build 19044.1889 Loaded: 2022-08-14 07:39:50 in 195,942 ms Threshold: 10 m...
by mrbosco
13 Aug 2022 21:21
Forum: Bug Reports
Topic: How to troubleshoot.
Replies: 3
Views: 338

How to troubleshoot.

Lately XYPlorer either starts up in a (Not Responding) state or enters one at a later time, sometimes hours, sometimes days.
It seems to occur without and explicit operation occurring.
Is there any diagnostic log or other means that can help determine what's causing the problem?