Search found 2966 matches

by jupe
16 Sep 2024 01:19
Forum: Script Exchange
Topic: Recent Location and Show Icon command ?
Replies: 5
Views: 500

Re: Recent Location and Show Icon command ?

Technically you could get close via CFI by having all normal yellow folders set to a blank icon, and the selected folder be a different icon, but the icons for folders set via desktop.ini eg. Downloads would still all show their normal icon (unless create individual rules), and the List (and rest of...
by jupe
15 Sep 2024 22:07
Forum: Bug Reports
Topic: Dual startup path not working in 26.4
Replies: 5
Views: 558

Re: Dual startup path not working in 26.4

Dual path works fine for me, are you definitely using it exactly like the example you gave, incl quotes? Or do you mean set via config(no quotes)? Are you trying in an active instance or loading XY with that cmd/conf? Regarding the scripts, it's already possible, using goto , or tab(new) both of whi...
by jupe
15 Sep 2024 19:24
Forum: Wishes
Topic: XYplorer crashes - can You make it more crash-proof? - SOLVED
Replies: 50
Views: 3144

Re: XYplorer crashes - can You make it more crash-proof ?

I wouldn't rule out that ram cleaner so quick either, if it crashed after you closed it, it could have already created conditions that persisted. The app looks like it takes process exclusions so you could even try keep it running, and just temporarily create a XYplorer.exe exclusion, I would recomm...
by jupe
15 Sep 2024 18:58
Forum: Wishes
Topic: I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension included.
Replies: 4
Views: 490

Re: I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension includ

That context menu isn't really customizable like that without modifying your OS. Instead I'd suggest you create your own custom menu that is accessed via alternate means, but you'd need to become accustomed to scripting yourself to do that, or alternatively there are many other methods of copying th...
by jupe
15 Sep 2024 18:46
Forum: Script Exchange
Topic: Recent Location and Show Icon command ?
Replies: 5
Views: 500

Re: Recent Location and Show Icon command ?

Keep in mind when you ask for help that XYplorer is massively customizable, so talking in riddles isn't productive. Now I am still only guessing, but I assume you mean the toolbar button, so do you want to turn off icons in the tree, but have 1 icon visible only for the folder you are currently in? ...
by jupe
15 Sep 2024 18:43
Forum: Wishes
Topic: HOW TO SELECT FILES by clicking (left mouse) on file number
Replies: 4
Views: 533

Re: HOW TO SELECT FILES by clicking (left mouse) on file number

You'd need to make a proper script for that, something like this should work,

selectitems get("item",, posatpos()),,, t;
by jupe
15 Sep 2024 01:14
Forum: Wishes
Topic: I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension included.
Replies: 4
Views: 490

Re: I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension includ

Not sure what "rename window" you mean, do you have inline rename disabled?, anyway try this:
  1. #172
  2. To Clipboard | Item Base(s)
The cmd numbers you can get from Help | List All Commands...
by jupe
13 Sep 2024 01:13
Forum: Wishes
Topic: XYplorer crashes - can You make it more crash-proof? - SOLVED
Replies: 50
Views: 3144

Re: XYplorer crashes - can You make it more crash-proof ?

Years ago when you had "crashes", it ended up being dodgy AHK scripts/macros you had running in the background sending cmds that just closed the XYplorer window, are you still running ANY?
by jupe
12 Sep 2024 03:35
Forum: Tips & Tricks, Questions & Answers
Topic: Scroll Bars
Replies: 5
Views: 641

Re: Scroll Bars

They are only visible when required, are you sure they are missing?

Dbl check your view mode via menu. View | Views
by jupe
12 Sep 2024 03:31
Forum: Script Exchange
Topic: How to get tab sort order?
Replies: 6
Views: 662

Re: How to get tab sort order?

Probably forgot the password (or that they even had an account) since the OP has only one post from about a year ago. No signed up a year ago, but posted only 1hr apart, both first posts from the accounts, dormant accts are a tool of the bot trade, there are other indicators too, but I could be wro...
by jupe
11 Sep 2024 22:24
Forum: Script Exchange
Topic: How to get tab sort order?
Replies: 6
Views: 662

Re: How to get tab sort order?

Whats with the 2 accounts?, you're acting like a bot.
by jupe
09 Sep 2024 08:24
Forum: Bug Reports
Topic: Scrollable toolbar BTB drop zone indicator can be erroneous
Replies: 1
Views: 402

Scrollable toolbar BTB drop zone indicator can be erroneous

When the toolbar is set to scrollable (default), and is scrolled away from home position, then try dragging something to create a BTB, the little black drop line for indicating placement seems to go a bit haywire, eg. it can show in the middle of btns, or not show at all, although the mouse tracking...
by jupe
09 Sep 2024 05:53
Forum: Tips & Tricks, Questions & Answers
Topic: Determine the Section in an ini file from a known key and value
Replies: 9
Views: 993

Re: Determine the Section in an ini file from a known key and value

Alt.

Code: Select all

  $key = "File";
  $val = "DSCF2655.JPG";
  $ini = "<xythumbs>\ini_filename.ini";
  foreach($s, getsectionlist(, $ini), <crlf>) { if (getkey($key, $s, $ini) == $val) { e $s; break; } }
by jupe
07 Sep 2024 04:56
Forum: Tips & Tricks, Questions & Answers
Topic: lost some tabs in the menu bar
Replies: 3
Views: 379

Re: lost some tabs in the menu bar

Configuration | Other | Features