Search found 4145 matches

by klownboy
11 Apr 2024 02:39
Forum: Bug Reports
Topic: [Solved] Clicking on a folder in tree or via a tab,the CEA tab switch script is displayed
Replies: 4
Views: 90

Re: Clicking on a folder in tree or via a tab,the CEA tab switch script is displayed

Yes thank you jupe. It was the "*/". I put a comment at the very bottom of the script today and had no closing */ . Darn! The script itself was/is fine and always working. :roll: :whistle: On the second issue. I have no other CEAs that involve changing locations (i.e., "Changing locat...
by klownboy
11 Apr 2024 01:45
Forum: Bug Reports
Topic: [Solved] Clicking on a folder in tree or via a tab,the CEA tab switch script is displayed
Replies: 4
Views: 90

[Solved] Clicking on a folder in tree or via a tab,the CEA tab switch script is displayed

First issue: [Solved - see below :roll: ] When I change folder locations by clicking on a tab or by some other means, like clicking a folder in the tree, I see the text of the script assigned for CEA "Tab switch" written across on the screen. I don't think that should happen and it's very ...
by klownboy
10 Apr 2024 22:20
Forum: Tips & Tricks, Questions & Answers
Topic: report() stopped working !?
Replies: 7
Views: 179

Re: report() stopped working !?

Where did you get sel_files()?
Try running this:

Code: Select all

//echo report(); // <-- executes successfully
	$paths = "<selitems |>";     
	foreach($path, $paths,"|") {
		goto $path;   //don't quote $path variable
		echo report();
	}
by klownboy
09 Apr 2024 19:29
Forum: Wishes
Topic: Portable Device 'simple backup'
Replies: 3
Views: 162

Re: Portable Device 'simple backup'

Lately to get photos I want on the phone to my photo folders on the computer, I let android (in my case a Google Pixel 8 Pro) put the photos in the cloud - Google Photos. I then transfer them from Google Photos to folders on the computer. Sounds convoluted, but it's actually not that bad since Googl...
by klownboy
08 Apr 2024 20:33
Forum: Wishes
Topic: CEA for a Toolbar Button set switch
Replies: 17
Views: 541

Re: CEA for a Toolbar Button set switch

Many users of XYplorer also use AHK. There might be some interest in this small AHK script that you could put in your AHK startup file. It simply detects a scroll accomplished over XY's toolbar. You could use it to run a script which you want to run on one particular toolbar or a different script fo...
by klownboy
05 Apr 2024 19:50
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 392

Re: [solved] custom icon in menubar became pale

My eyesight isn't what it used to be. With a large icon toolbar (24x24) I can't tell. :whistle:
by klownboy
05 Apr 2024 18:21
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 392

Re: [solved] custom icon in menubar became pale

All this only affects custom toolbar buttons, and only those that use an ICO file for the custom icon. Yeah, and most of my CTBs use ICOs, but I do try to use icons that have a 24x24, 32-bit size. In general, are users better of using PNGs if available rather than ICOs and do PNGs have a little lon...
by klownboy
05 Apr 2024 17:37
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 392

Re: [solved] custom icon in menubar became pale

What is/was the real issue here as to why he had the faded icons? Was it because XY scaled down from the faded 32x32 8-bit or faded 48x48 8-bit and not the 32x32 or 48x48 32-bit? So as a lesson, if you are using large icons on the toolbar with no scaling, which I always assumed were 24x24, should we...
by klownboy
04 Apr 2024 20:01
Forum: Wishes
Topic: CEA for a Toolbar Button set switch
Replies: 17
Views: 541

Re: CEA for a Toolbar Button set switch

admin wrote: 03 Apr 2024 10:54 Anyway, currently I'm not into adding more CEAs.
But then he went ahead and added another CEA, "After rename" today in v25.80.0201, :) just :kidding:
by klownboy
04 Apr 2024 14:31
Forum: Tips & Tricks, Questions & Answers
Topic: Many tabsets -- is it possible to set tab focus for tabs, rather than last viewed tab?
Replies: 2
Views: 104

Re: Many tabsets -- is it possible to set tab focus for tabs, rather than last viewed tab?

Right click the tab in your tabset that you want set as the default and check "Default tab". XY will use the default tab when you are in any location in the tree or list that do not have a "lock location" or "Locked home zone" tab. Which doesn't necessarily mean when yo...
by klownboy
04 Apr 2024 11:48
Forum: Bug Reports
Topic: XYPlorer is opening the wrong configuration file
Replies: 8
Views: 210

Re: XYPlorer is opening the wrong configuration file

Where does menu item Go > "Go to Application data folder" take you (i.e., what folder)? Use menu File > Settings Special > "Load Configuration..." to load the configuration you desire.
by klownboy
04 Apr 2024 11:38
Forum: Wishes
Topic: CEA for a Toolbar Button set switch
Replies: 17
Views: 541

Re: CEA for a Toolbar Button set switch

I think the boxed in number shown above looks fine. Yes, I've already made a CTB which accomplishes that, but I thought it might be good as a built-in for anyone. :cup:
by klownboy
03 Apr 2024 12:06
Forum: Bug Reports
Topic: Scrollbars look weird
Replies: 9
Views: 483

Re: Scrollbars look weird

They look much better on the Customize Toolbar dialog.
scroll bar on Customize toolbar not hovering.jpg
scroll bar on Customize toolbar not hovering.jpg (28.01 KiB) Viewed 99 times
scroll bar on Customize toolbar hovering.jpg
scroll bar on Customize toolbar hovering.jpg (19.83 KiB) Viewed 99 times
by klownboy
03 Apr 2024 12:04
Forum: Wishes
Topic: CEA for a Toolbar Button set switch
Replies: 17
Views: 541

Re: CEA for a Toolbar Button set switch

OK Don, no problem. In the meantime, I was able to detect a toolbar scroll using AHK and put the code in my AHK startup fie. As I mentioned above though, I thought the having your button icon for "Switch toolbar button sets" actually change to the button set # was a cool idea (and not rela...