Search found 4140 matches

by klownboy
20 Mar 2024 16:00
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1254

Re: Toolbars - new line

Hey Don, very helpful changes on beta v25.70.0118, especially the option for "Allow multiple button rows". Will we get a CID# for that? It might also be a good addition for: SC get("that_new_CID") to check condition for scripting. Thanks again. Editorial : The center section of C...
by klownboy
19 Mar 2024 23:20
Forum: Tips & Tricks, Questions & Answers
Topic: Is Extra Large too Large?
Replies: 2
Views: 126

Re: Is Extra Large too Large?

My monitor is 32", 2K not 4K (2560x1440) and I'm fine with "large" toolbar buttons. Extra-large seems a bit fuzzy, but even if they were sharp and crystal clear, I wouldn't go that big.
by klownboy
19 Mar 2024 20:55
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1254

Re: Toolbars - new line

OK Don, would that necessitate changes/additions to SC setlayout / loadlayout as well (e.g., ToolbarFirst2=1, ABTBStacked2=0)? The original attributes for Toolbar Set #1 stay the same (e.g., ToolbarFirst=1). Changing the original layout attributes could mess up some old scripts.
by klownboy
19 Mar 2024 18:23
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1254

Re: Toolbars - new line

OK Don thanks. I set up my Button Set #2 exactly how described in the beta notes - The toolbar has more than one line. - Window | Arrangement | Address Bar and Toolbar Stacked = OFF - Window | Arrangement | Toolbar First = ON It works, but unfortunately it doesn't save that configuration properly wh...
by klownboy
19 Mar 2024 14:26
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1254

Re: Toolbars - new line

You don't have to use captions. By doing what I said, you will just see space in the toolbar (no caption is displayed). By the way you can even assign actions for the left and right click to that white space.
by klownboy
19 Mar 2024 13:11
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1254

Re: Toolbars - new line

Since it's probably unlikely Don would do what you're looking for. What you can do is: 1 - Put all your menu items on the left side and add a new CTB using Customize Toolbar to the right (below) of those menu items. 2 - Next Edit the toolbar button you just added (Ctrl-right click on the CTB). In th...
by klownboy
19 Mar 2024 10:55
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1254

Re: Toolbars - new line

No problem Don. Did you get a chance to look at the primary reason for the post, the first paragraph which discusses the placement of the Address bar when there are 2 lines (when the AB and toolbar are NOT stacked)? It would be best if the AB was in front (or back) and in line with the topmost toolb...
by klownboy
18 Mar 2024 14:20
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1254

Re: Toolbars - new line

Maybe a toolbar - new line growing pain. I noticed if I display the address bar (I usually don't have AB on as a default and only turn it on as needed) with 2 toolbar lines (Set#1) this is what I see. It's like the AB is set between the 2 toolbar lines. Edit : I should have mentioned though probably...
by klownboy
18 Mar 2024 13:37
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1254

Toolbars - new line

Don, most users are going to be very pleased about this change, v25.70.0111. Me included. Initially I was thinking it would be nice to have the capability to make Button set#2 the second line, but after seeing how it works, now I do not. The Button Set(s) include any additional lines within the set....
by klownboy
15 Mar 2024 16:42
Forum: Wishes
Topic: Main Menu Toolbar Button
Replies: 115
Views: 11558

Re: Main Menu Toolbar Button

Hi Skettalee, to try out the script you should download version vTB_v1.08.zip at the bottom of the first post https://www.xyplorer.com/xyfc/viewtopic.php?t=13494 . Even that latest version is nearly 4 years old. It was long before Don came out with the new CEA scripting function. The script does all...
by klownboy
08 Mar 2024 01:35
Forum: Wishes
Topic: Main Menu Toolbar Button
Replies: 115
Views: 11558

Re: Main Menu Toolbar Button

autocart wrote: 07 Mar 2024 21:52 Sounds like GPT. In case I'm right, I can only suggest: Forget that bot when it comes to accurate info.
It may be a bot, but I did upload a vTB (Vertical Toolbar) script back in 2015. Wow, 9 years ago. :)
viewtopic.php?t=13494
by klownboy
03 Mar 2024 17:15
Forum: Wishes
Topic: Capability of toggling a CEA acion to "none" from currently assigned action
Replies: 18
Views: 627

Re: Capability of toggling a CEA acion to "none" from currently assigned action

Okay Don, I can use the following lines to keep the script limited to or invoked only when a tab is clicked. if(gettoken(ControlatPos(), "1", " ") LikeI "TAB") { ...the actual script... else { end 1; } Of course unfortunately the script stills runs, but at least it will...
by klownboy
02 Mar 2024 19:14
Forum: Wishes
Topic: Capability of toggling a CEA acion to "none" from currently assigned action
Replies: 18
Views: 627

Re: Capability of toggling a CEA acion to "none" from currently assigned action

Don, I've noticed that with CEA for "Switch tabs" set to "Run script", the assigned script will run on many occasions when a folder is simply clicked on in the tree or list panels (i.e., not just when clicking the tab itself). Of course, this is in part due to having a "defa...
by klownboy
01 Mar 2024 18:20
Forum: Script Exchange
Topic: Clean Recent Menu
Replies: 76
Views: 24770

Re: Clean Recent Menu

RecentFolders&Favs script update v 1.1. The script is based is based on LittleBig's nice script, CleanRecent. It was modified to display recent folders and Favorite folders with options to goto, copy, or move files to those folders. Someone had mentioned in another thread about the capability t...
by klownboy
28 Feb 2024 23:02
Forum: Wishes
Topic: Capability of toggling a CEA acion to "none" from currently assigned action
Replies: 18
Views: 627

Re: Capability of toggling a CEA acion to "none" from currently assigned action

admin wrote: 28 Feb 2024 20:20 I agree on all points: It would have been better, and now it's too late. :)
Yes, I thought so. I was hesitant to bring it up for that reason. Thanks.