Search found 4145 matches

by klownboy
08 Mar 2024 01:35
Forum: Wishes
Topic: Main Menu Toolbar Button
Replies: 115
Views: 11774

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

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

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

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

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.
by klownboy
28 Feb 2024 20:12
Forum: Wishes
Topic: Capability of toggling a CEA acion to "none" from currently assigned action
Replies: 18
Views: 685

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

In hindsight Don now that you've made the CEAs so accessible to scripting, it would have been cleaner and more user friendly from the scripting perspective if the assigned "action block" number associated with "Run script" were consistent across the board for all CEAs like they a...
by klownboy
26 Feb 2024 11:34
Forum: Script Exchange
Topic: CEA_DoubleClickonWhiteScriptChanger
Replies: 3
Views: 1178

Re: CEA_DoubleClickonWhiteScriptChanger

Shortly after uploading the script v1.3, I've come to the realization that not everyone ,including me, is going to want the same common menu for these 4 Double-Click on White menus. Although it isn't a bad idea, you would probably want to have some specific menu items for some CEA areas. With that i...
by klownboy
24 Feb 2024 15:37
Forum: Script Exchange
Topic: CEA_DoubleClickonWhiteScriptChanger
Replies: 3
Views: 1178

Re: CEA_DoubleClickonWhiteScriptChanger

Please refer to the first post in this thread for an updated version. The new version [1.3] now takes advantage of Don's new scripting command CEA, in beta v25.50.0103. CEA(index, [action], [script]). The script no longer uses permanent variables. Thanks.
by klownboy
23 Feb 2024 20:25
Forum: Reviews
Topic: Like a new feature? Say thanks here
Replies: 883
Views: 321165

Re: Like a new feature? Say thanks here

Customizing photo overlay captions => nice addition. It's worthy of noting, you can also toggle them with thumbsconf(",,,,,,!,");
So, you could have that one liner script as a CTB or UDC.
by klownboy
21 Feb 2024 16:51
Forum: Tips & Tricks, Questions & Answers
Topic: Get("quoted", Param1);
Replies: 3
Views: 275

Re: Get("quoted", Param1);

Yes, no problem I can do that. I was only thinking it may be something others could use as well.
by klownboy
21 Feb 2024 14:39
Forum: Tips & Tricks, Questions & Answers
Topic: Get("quoted", Param1);
Replies: 3
Views: 275

Get("quoted", Param1);

Would it make sense to have a get command function for obtaining a string in quotes that part of a larger string. Yes, I know it can be done in other ways, but it would seem to have some value in simply being able to: $list_CEA_script = CEA(1,_-2); // load "Session Manager"; So, the new ge...
by klownboy
20 Feb 2024 21:24
Forum: Tips & Tricks, Questions & Answers
Topic: Selecting image files based on Aspect Ratio
Replies: 17
Views: 2474

Re: Selecting image files based on Aspect Ratio

Oh, I know what you mean as far as pics from the phone. They've gotten so much better over the years and more importantly you nearly always have it with you, so it's easy access. I got a Pixel 8 Pro back in Oct 2023 and the photos from it are fantastic. When you get home from a trip and compare phot...
by klownboy
20 Feb 2024 15:48
Forum: Tips & Tricks, Questions & Answers
Topic: Selecting image files based on Aspect Ratio
Replies: 17
Views: 2474

Re: Selecting image files based on Aspect Ratio

Hey Don, I may have to go for this one - FugiFilm X100VI. It's only pre-order now but looks really nice based on preliminary reviews. Fugifilm has upped the resolution to 40MP (my Fugifilm 100S is 16, I think yours may be 24) and it now has built in image stabilization (IBIS) and other improvements....
by klownboy
16 Feb 2024 17:51
Forum: Reviews
Topic: Like a new feature? Say thanks here
Replies: 883
Views: 321165

Re: Like a new feature? Say thanks here

v25.50.0103, the new CEA scripting function, as eil stated, will be very useful for scripts where you have to interact with existing CEA scripts whether it's to turn them off (i.e., CEA Action block to "None") or changing the CEA script from accomplishing one action to a different to accom...
by klownboy
13 Feb 2024 18:11
Forum: Wishes
Topic: Capability of toggling a CEA acion to "none" from currently assigned action
Replies: 18
Views: 685

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

Beta 25.50.0103 works great. I really like the fact that you made SC CEA such that you can actually change the script or script file on demand as well as toggling the CEA action from "none" to "Run script". Thanks. :tup: :appl: