Search found 222 matches

by fishgod
04 Sep 2019 10:35
Forum: Tips & Tricks, Questions & Answers
Topic: Scripting Memory-Leak / Speed Degrading
Replies: 38
Views: 7329

Scripting Memory-Leak / Speed Degrading

I discovered when running a Script for a lot of items via foreach over all <selitems> the execution speed degrades per item. First items are processed at speeds of 10 items per second and more, while later items take multiple seconds per item. The script per item is always the same, as also is the w...
by fishgod
20 Aug 2019 15:45
Forum: Bug Reports
Topic: Mysterious bugs related to scripted custom columns in combination with tagitems
Replies: 3
Views: 1291

Mysterious bugs related to scripted custom columns in combination with tagitems

1. Mysterious crash (close without any error-message) when using tagitems+wait in custom-column-script Occoured to a quite complex and lengthy script, but I could nail it down to just a few lines of code with a clean config: Custom-Column-Setup: Create a Custom Column as shown in the screenshot and...
by fishgod
19 Aug 2019 16:12
Forum: Script Exchange
Topic: Quickly Navigate to Scripting Command Reference
Replies: 2
Views: 2409

Re: Quickly Navigate to Scripting Command Reference

I didn't knew something like this allready exists.
Your script is truly more advanced :appl: making my simple solution obsolete.
by fishgod
19 Aug 2019 15:46
Forum: Script Exchange
Topic: Quickly Navigate to Scripting Command Reference
Replies: 2
Views: 2409

Quickly Navigate to Scripting Command Reference

While Scripting I can remember the comand-names, but constantly forget about the arguments and bitfields available. I wanted to share my tiny little script that automates the process of opening a specific command in the help: "Script Help" //copied the list from scripting-commands help pag...
by fishgod
19 Aug 2019 15:28
Forum: Bug Reports
Topic: SC inputselect does not return path for style 2048+2
Replies: 1
Views: 690

SC inputselect does not return path for style 2048+2

The script command inputselect returns only the filename when "Show file items without the path (filename only)" (style 2048) combined with checkboxes (style 2). Without the checkboxes the whole path is returned as expected. Steps to Reproduce: This shows somefile.txt and returns C:\path\t...
by fishgod
30 Jul 2019 23:49
Forum: Bug Reports
Topic: SC inputselect returns wrong values for style 1024+2
Replies: 1
Views: 648

SC inputselect returns wrong values for style 1024+2

The script command inputselect does not return the data-part from the listdata-argument when listdata has fields (style 1024) combined with checkboxes (style 2). This works as expected (returns TEST1 or TEST2 ): ::msg inputselect("Test-Input", "(TEST1)|TEST1<crlf>(TEST2)|TEST2", ...
by fishgod
23 May 2019 19:43
Forum: Bug Reports
Topic: Junction Target in Hover Box shows wrong value
Replies: 4
Views: 932

Re: Junction Target in Hover Box shows wrong value

I did a bit of testing and found out, that HoverBox only shows the wrong value when "resolve junctions" is not enabled in the configuration-dialog under controls and more. Just to be sure I am talking about junctions to folders, not symlinks to files, if that could make a difference. Hope ...
by fishgod
22 May 2019 22:08
Forum: Bug Reports
Topic: Junction Target in Hover Box shows wrong value
Replies: 4
Views: 932

Junction Target in Hover Box shows wrong value

When using Hover Box on a Junction,
the items path is displayed as Junction Target instead of the real target.
The Classic File Info Tips is showing the correct junction target.

Occurs in Version 20.00.
by fishgod
19 May 2019 13:37
Forum: Wishes
Topic: Extra Columns Types
Replies: 1
Views: 769

Extra Columns Types

Is it possible to add a few Display-Types for the Extra Columns, so that Extra-Columns can show the contained Data in the same manner as Custom-Columns can do via Format. Whats actually missing is: Text Right-Aligned Age Bytes I'am using the Extra-Columns as a Cache-System for scripted columns that ...
by fishgod
17 May 2019 08:32
Forum: Wishes
Topic: Make "Manage FV" anwenderfreundlicher
Replies: 3
Views: 918

Re: Make "Manage FV" anwenderfreundlicher

Every time I'm finished with one, the complete dialogue closes and I have to start again by opening it. +1 for not closing the Manage FV List after editing one individual entry from it. This also bugged me some weeks ago while changing my FV definitions. I also have another idea for improvement: Im...
by fishgod
16 May 2019 21:08
Forum: Wishes
Topic: Show archive contents in Preview Pane
Replies: 6
Views: 1815

Re: Show archive contents in Preview Pane

And there is also a problem with this feature (wish): Users will expect they can drag stuff out of or into the preview (which is possible with the current ZIP preview). This, however, is not possible with RAR and 7z. So, ATM I'm not inclined anymore to add this. I understand. The ZIP-Thing is just ...
by fishgod
16 May 2019 15:15
Forum: Wishes
Topic: Show archive contents in Preview Pane
Replies: 6
Views: 1815

Re: Show archive contents in Preview Pane

admin wrote: 18 Dec 2018 08:18 Yes, it would be a cool feature, remind me later... (next year!).
May I remind you :wink:

I stumbled accross this thread after figuring out that other archives than ZIP are now supported in HoverBox but not in the Preview.
by fishgod
16 May 2019 14:51
Forum: Wishes
Topic: Scriptable (Folder)PreviewPane
Replies: 0
Views: 1555

Scriptable (Folder)PreviewPane

Currently the Preview is only of use for files (where it is great). But think of the possibilies if the Preview could show something user-defined for folders (where currently it shows just nothing). I think the most prominent example would be to show the first image from a folder (aka the folder-thu...
by fishgod
16 May 2019 13:36
Forum: Wishes
Topic: Transparency for Folder-Thumbnails
Replies: 0
Views: 1471

Transparency for Folder-Thumbnails

Hi, I haven't been here around quite some time but using XYplorer and seeing all the improvements going on is still a great pleasure for me on every day. But what bugs me since years is how XY handles Thumbnails for folders in combination with transparent images (PNG): Folder 1 in the attached scree...
by fishgod
30 Apr 2018 20:34
Forum: Bug Reports
Topic: Save Settings with full drive corrupts config
Replies: 7
Views: 1616

Re: Save Settings with full drive corrupts config

I did some tests to reproduce the observed behaviour. After the tests I have to admit that I think I overlooked the "Errors on Save Settings!"-dialog in the first place. In case you might ask how I filled the disk for testing: I prefilled the disk up to a few hundred MB free space and fill...