Search found 2781 matches

by jupe
13 Aug 2021 23:38
Forum: Bug Reports
Topic: Column Layouts bogus column widths returned
Replies: 1
Views: 389

Column Layouts bogus column widths returned

When you invoke the dialog that displays your "Current List Columns" including widths via the new Column Layouts button, all the widths shown are different than what is returned via setcolumns or normal save column layout files, which seems bizarre, at first I thought this was because of t...
by jupe
13 Aug 2021 23:25
Forum: Bug Reports
Topic: Bug in "Type Stats and Filter"
Replies: 8
Views: 1061

Re: Bug in "Type Stats and Filter"

You aren't clicking the button a second time, according to your original post, you are changing to a pre-filtered folder, and clicking it for the first time in that folder, even if you return back to the original folder you have again entered a pre-filtered folder because you have chosen to persist ...
by jupe
13 Aug 2021 23:04
Forum: Tips & Tricks, Questions & Answers
Topic: Scripts: XYPlorer GUI "not responding" on long loop operations
Replies: 2
Views: 373

Re: Scripts: XYPlorer GUI "not responding" on long loop operations

Put a wait; at the end of your foreach loop, also it will be more efficient getting all the properties via report() first outside the foreach, instead of multiple calls to property().
by jupe
12 Aug 2021 22:54
Forum: Tips & Tricks, Questions & Answers
Topic: How To Hide The Navigation Pane?
Replies: 2
Views: 235

Re: How To Hide The Navigation Pane?

Press F8, or use the Window Menu.
by jupe
12 Aug 2021 21:39
Forum: Tips & Tricks, Questions & Answers
Topic: If regexmatches true
Replies: 2
Views: 375

Re: If regexmatches true

So I would assume since you are trying to use regexmatches() you would have read the help for that command, where it is documented that the return from regexmatches is the list of matches not 1 or 0, also all strings need quoting so without the quotes the period is used to join the strings instead.
by jupe
10 Aug 2021 18:59
Forum: Tips & Tricks, Questions & Answers
Topic: removing currently not available location
Replies: 10
Views: 1074

Re: removing currently not available location

Just remove them from

Tools | List Management | Mini Tree...
by jupe
10 Aug 2021 10:08
Forum: Bug Reports
Topic: Select Last Used Subfolder
Replies: 3
Views: 598

Re: Select Last Used Subfolder

It's just a case of you not reading the change log, or doing a forum search before posting.

viewtopic.php?p=189330#p189330
by jupe
09 Aug 2021 23:02
Forum: Bug Reports
Topic: Bug in "Type Stats and Filter"
Replies: 8
Views: 1061

Re: Bug in "Type Stats and Filter"

I believe you are misunderstanding the TSaF button, if you enter an already filtered folder, then only those extensions visible will be in the dropdown, because XY doesn't know about the other files yet (to increase location change speed), of course this is avoidable by disabling the setting I previ...
by jupe
09 Aug 2021 22:29
Forum: Bug Reports
Topic: Bug in "Type Stats and Filter"
Replies: 8
Views: 1061

Re: Bug in "Type Stats and Filter"

Disable:

Configuration | Find and Filter | Filters & Type Ahead Find | Visual Filters | Persist visual filters across folders
by jupe
09 Aug 2021 22:28
Forum: Tips & Tricks, Questions & Answers
Topic: Mouse hover selects item
Replies: 1
Views: 291

Re: Mouse hover selects item

Configuration | General | Menus, Mouse, Usability | Mouse | Point to select
by jupe
07 Aug 2021 07:53
Forum: Tips & Tricks, Questions & Answers
Topic: Can you have a pdf handler preview the pdf without installing?
Replies: 2
Views: 283

Re: Can you have a pdf handler preview the pdf without installing?

Yes you can, but Sumatra will still need to be installed (or at least dll registered temporarily) on the host system, check out Method 2 on this page:

https://www.xyplorer.com/faq-topic.php?id=PDFpreview
by jupe
03 Aug 2021 00:34
Forum: Tips & Tricks, Questions & Answers
Topic: How to search PDF contents
Replies: 8
Views: 662

Re: How to search PDF contents

No way to use index natively, narrow your search location/criteria to speed it up.
by jupe
03 Aug 2021 00:12
Forum: Tips & Tricks, Questions & Answers
Topic: How to search PDF contents
Replies: 8
Views: 662

Re: How to search PDF contents

You should just need to enable this:

Configuration | Other | Shell Integration | 64-bit Windows | Use 64-bit IFilters for content search

@Don: Might I suggest making this enabled by default.