Page 2 of 2

Re: Search Bar on the Toolbar

Posted: 14 Apr 2023 10:29
by sl23
It's ok, I found the SearchTemplate script in the Help file and that helped me sort out the syntax needed.
I saved a template with correct Location and the <clp> as Name, then used searchtemplate("Clip", "load",1); on a Toolbar Button to get it to search. :biggrin:

Re: Search Bar on the Toolbar

Posted: 11 Aug 2023 15:02
by sl23
I finally finished this with great assistance from XYplorer and it's brilliant feature set!
Just in case anyone new requires some search terms, I list the ones I used in a toolbar button menu...

Code: Select all

"CurFolder - FXP|:qnstgl" searchtemplate("FXPCurFolder", "load", 1);
"CurFolder - Last Clip|:qnstgl" searchtemplate("ClipCurFolder", "load", 1);
"Template Search - Last Clip|:qnstgl" searchtemplate("Clip", "load", 1);
-
"Save Folder as Template|:savesett" searchtemplate("Clip", "save", 1);
For the button icon, I used: :qnstgl