Search found 2790 matches

by jupe
29 Apr 2024 02:46
Forum: Bug Reports
Topic: I cant open XYplorer
Replies: 1
Views: 57

Re: I cant open XYplorer

If you use multi monitor, it may be open on a different monitor.

You could run something like this from command line in the XYplorer path.

taskkill /im Xyplorer.exe /f & Xyplorer.exe /new /win=normal,0,0
by jupe
29 Apr 2024 02:10
Forum: Wishes
Topic: Custom path aliases in tabs
Replies: 11
Views: 230

Re: Custom path aliases in tabs

Yeah I think something like #3 would be good but top level instead, because it might be nice being able to collapse all UFOs under 1 node, that's not to say that the node name has to be included in the actual path name when referencing them though. I think they should be like Network though and have...
by jupe
28 Apr 2024 01:56
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] New toolbar with bookmarks
Replies: 4
Views: 124

Re: [Solved] New toolbar with bookmarks

Or use the big New Row button that is in the middle of the dialog.
by jupe
27 Apr 2024 07:33
Forum: Tips & Tricks, Questions & Answers
Topic: Soft Labels
Replies: 16
Views: 553

Re: Soft Labels

Don, when using soft labels, the Label cell context menu, "Select All ..." bottom entry doesn't select based on label index, so it's basically non functional, except for Unlabelled, do you think it should?
by jupe
27 Apr 2024 00:17
Forum: Tips & Tricks, Questions & Answers
Topic: Windows Set File Associations Ignored?
Replies: 22
Views: 4152

Re: Windows Set File Associations Ignored?

It should always load in the version last used, so make sure the other version isn't running then try and launch AutoCAD 25 from the start menu once.
by jupe
26 Apr 2024 08:29
Forum: Script Exchange
Topic: Display your text in the status bar and change the custom button icon
Replies: 5
Views: 71

Re: Display your text in the status bar

ctbicon

BTW these cmd names are pretty self explanatory if you look.
by jupe
25 Apr 2024 08:03
Forum: Script Exchange
Topic: EXIF Conditional Rename
Replies: 7
Views: 299

Re: EXIF Conditional Rename

Let me preface this by saying I have been implementing your requests by trying to keep the required changes to the original as minimal as possible, and in one self contained add-on section, this isn't the best way of achieving what you want, and certainly not the most efficient, anyway you could try...
by jupe
25 Apr 2024 01:41
Forum: Wishes
Topic: Custom path aliases in tabs
Replies: 11
Views: 230

Re: Custom path aliases in tabs

I've been looking forward to UFO being implemented since it was called UDFM. :P
by jupe
25 Apr 2024 01:37
Forum: Bug Reports
Topic: Background jobb status indicator not updating
Replies: 10
Views: 636

Re: Background jobb status indicator not updating

Yeah I wasn't sure, I know I've been paying it a lot of attention lately though.
The new upside down animation looks and works well. :tup:
by jupe
24 Apr 2024 05:46
Forum: Bug Reports
Topic: Background jobb status indicator not updating
Replies: 10
Views: 636

Re: Background jobb status indicator not updating

Icon being stuck seems fixed, thanks. :tup: Since we're on the subject though, has anything changed with the positioning of this icon, mine seems top aligned or possibly shrunken now, whereas from memory it used to be centered vertically or similar height as the up arrow to the right, I use 120 dpi....
by jupe
24 Apr 2024 04:05
Forum: Tips & Tricks, Questions & Answers
Topic: Thumb overlay content for video files
Replies: 8
Views: 155

Re: Thumb overlay content for video files

If you use the numbered shell properties they are usually preformatted into the desired style, for example if you are on Win10, something like this should be what you want, if on different OS you may have to adjust the numbers. conf("ThumbsOverlayContent", '<prop Bitrate:#320><crlf><prop D...
by jupe
24 Apr 2024 03:48
Forum: Script Exchange
Topic: EXIF Conditional Rename
Replies: 7
Views: 299

Re: EXIF Conditional Rename

Sure its possible, I was leaving that up to you though. ;) Anyway, since you asked, something like this should work: $cntCol = gettokenindex(regexreplace($pattern, "(\.[^.]+?)$") . "*", $previewNames, <crlf>, "iwc"); if ($cntCol) { $pattern = regexreplace($pattern, &quo...
by jupe
23 Apr 2024 19:58
Forum: Script Exchange
Topic: EXIF Conditional Rename
Replies: 7
Views: 299

Re: EXIF Conditional Rename

I didn't look at your edited version, but you haven't said what you want to happen when there are collisions, anyway if you are interested in a crude fix as a starting point, you should be able to just add a line like this if (regexmatches($previewNames, "^$pattern$")) { $pattern = regexre...