Search found 4135 matches

by klownboy
15 Apr 2024 15:08
Forum: Bug Reports
Topic: 25.80.310 BETA
Replies: 16
Views: 256

Re: 25.80.310 BETA

Yes, I was going to add, it does look like the toolbar (all items) since the menu items do not have the accelerator key underlined. I looked at mine in that state (by that I mean with no icons on row #1) and the two toolbar lines appear to be the same width. What are you using for toolbar font size?...
by klownboy
15 Apr 2024 14:14
Forum: Bug Reports
Topic: 25.80.310 BETA
Replies: 16
Views: 256

Re: 25.80.310 BETA

Maybe I'm not seeing it properly, but I did download the full unsquashed image and it looks to me that the 2 rows in purple, that you're comparing for size, are the tab bar and the breadcrumb bar(with the hamburger menu). Sorry I guess you weren't comparing the 2 purple rows. Is the very top row (un...
by klownboy
13 Apr 2024 16:31
Forum: Wishes
Topic: CEA for a Toolbar Button set switch
Replies: 17
Views: 372

Re: CEA for a Toolbar Button set switch

Hey autocart thanks for the interest. My main goal in the XY script was to use a single script to switch toolbars whether it be by scrolling or UDC or CTB. Regardless of the method used, it will change the CTB indicating the toolbar button set #. And for my use, I have the address bar displayed only...
by klownboy
11 Apr 2024 17:54
Forum: Tips & Tricks, Questions & Answers
Topic: 'RMC'-menu on the Tab bar does not show 'Copy Location Term'-command
Replies: 2
Views: 72

Re: 'RMC'-menu on the Tab bar does not show 'Copy Location Term'-command

Please take a look at this recent thread viewtopic.php?p=219738#p219738. There are options available for the CEA "Clicking on Tabs" > "Right click on Tab" Use the "large menu".
by klownboy
11 Apr 2024 03:02
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: 67

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

jupe wrote: 11 Apr 2024 02:52 it starts with checking ControlAtPos() == TAB
OK jupe that would be it then. Thanks. :tup:
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: 67

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: 67

[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: 150

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: 141

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: 372

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: 340

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: 340

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: 340

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: 372

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: 1
Views: 72

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...