Search Bar on the Toolbar

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
sl23
Posts: 223
Joined: 03 Feb 2015 23:34

Re: Search Bar on the Toolbar

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

sl23
Posts: 223
Joined: 03 Feb 2015 23:34

Re: Search Bar on the Toolbar

Post 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

Post Reply