Search found 287 matches

by cadu
10 Nov 2019 17:28
Forum: Tips & Tricks, Questions & Answers
Topic: Recently Opened Files: interface and launch file double-clicking
Replies: 18
Views: 3987

Re: Recently Opened Files: interface and launch file double-clicking

I’m glad to hear about the possibility of having an “interface to quickly open a recently opened file”, similarly to Recent Locations. Besides being consistent on having in XYplorer the Recent Locations/Recent Locations List, and Recent Files/Recent Files List, such interface would bring several adv...
by cadu
05 Nov 2019 14:40
Forum: Tips & Tricks, Questions & Answers
Topic: Recently Opened Files: interface and launch file double-clicking
Replies: 18
Views: 3987

Recently Opened Files: interface and launch file double-clicking

Hi, I’d appreciate your help. “Recent Locations” has an interface that allows to double-click and open any item directly. “Recent Locations” has always a “list management” interface. For “Recently Opened Files” I could find just a “list management”. a) Similarly to “Recent Locations”, is there anoth...
by cadu
24 Oct 2019 14:21
Forum: Tips & Tricks, Questions & Answers
Topic: Elaborating script if <curtab> is “search tab” run this command, if any other tab, run that...
Replies: 3
Views: 767

Re: Elaborating script if <curtab> is “search tab” run this command, if any other tab, run that...

Many thanks for the information @highend. a) Could you please adapt the "if script" syntax to perform tab("get", "mode") ? b) Would be possible to perform a similar script, but considering the content of the path? Example: Z:\Folder1\Folder2 if <path?> has "folder ...
by cadu
23 Oct 2019 13:08
Forum: Tips & Tricks, Questions & Answers
Topic: Elaborating script if <curtab> is “search tab” run this command, if any other tab, run that...
Replies: 3
Views: 767

Elaborating script if <curtab> is “search tab” run this command, if any other tab, run that...

Hi, I'd appreciate your help to elaborate a script syntax based on the condition: if <curtab> is “search tab”, run command #1 if <curtab> is any other tab, then run #2 I started working on a syntax, but lacks me some commands “???”: if (exists(<curtab>) == 1 && gpc(<curtab>, "???")...
by cadu
15 Oct 2019 19:22
Forum: Tips & Tricks, Questions & Answers
Topic: Making label/tags/comment columns clickable even with "full row select" set
Replies: 11
Views: 2622

Making label/tags/comment columns clickable even with "full row select" set

Hi, I'd appreciate your help. Up to the latest update v20.50.0100 I could have list view's "full row select" set but I was able to click on the label/tags/comment columns to add/remove content. However, after v20.50.0100 update this is no more possible. If I want to interact with label/tag...
by cadu
27 Sep 2019 13:04
Forum: Tips & Tricks, Questions & Answers
Topic: Script if <curitem> is *.lnk run this command, if any other file extension or folder, run that...
Replies: 2
Views: 535

Script if <curitem> is *.lnk run this command, if any other file extension or folder, run that...

Hi,

I'd appreciate your help to elaborate a script syntax based on the condition:

if <curitem> has *.lnk extension, run command #4000
if <curitem> has any other extension, or is a folder, then run command #4001

Is this script viable? What would be the syntax?

Thank you very much!
by cadu
22 Sep 2019 04:26
Forum: Tips & Tricks, Questions & Answers
Topic: How to adapt syntax "goto" to work in breadcrumb menu?
Replies: 2
Views: 542

How to adapt syntax "goto" to work in breadcrumb menu?

Hi,

I'd appreciate your help.

The following syntax work perfectly from the user button. However, when pasted into the breadcrumb menu, it doesn't work:

Code: Select all

"&_App C|C:\_App|*" goto "C:\_App"
How to adapt the syntax to work in the breadcrumb menu?

Thank you!
by cadu
19 Jun 2019 01:22
Forum: Tips & Tricks, Questions & Answers
Topic: How to set a user button to show folder content in pop-up menu?
Replies: 10
Views: 2077

Re: How to set a user button to show folder content in pop-up menu?

Many thanks for your reply! Regarding popup menus (from user button), I'm facing an issue I'd appreciate further help When I insert in the user button a single line script to copy an item and paste in the current path, it works: copyitem "Z:\Templates\File.pdf", "*.?"; However, w...
by cadu
15 Jun 2019 23:26
Forum: Tips & Tricks, Questions & Answers
Topic: How to set a user button to show folder content in pop-up menu?
Replies: 10
Views: 2077

Re: How to set a user button to show folder content in pop-up menu?

(...) for this particular query I suggest this topic: Scripting > Script Files for the Advanced Thanks for the directions! After exploring the 'Script Files for the Advanced', I could elaborate the following syntax to list in the user menu button the folders having _ (underline) with their respecti...
by cadu
13 Jun 2019 16:57
Forum: Tips & Tricks, Questions & Answers
Topic: How to set a user button to show folder content in pop-up menu?
Replies: 10
Views: 2077

Re: How to set a user button to show folder content in pop-up menu?

Ofc not. There is listfolder() / quicksearch()... Has the OP discovered "Hover Box" yet? Thank you all for sharing these functionalities. I was not aware of them. Starting using just now! Regarding user button usage for access folder content, I have a further question you may help me with...
by cadu
13 Jun 2019 15:05
Forum: Tips & Tricks, Questions & Answers
Topic: How to set a user button to show folder content in pop-up menu?
Replies: 10
Views: 2077

Re: How to set a user button to show folder content in pop-up menu?

Thanks for the reply @highend! Get files and folders for the current path (separately) You mean I should enter in the user button each folder content (subfolders/files) line by line, as shown in the snapshot below? https://i.imgur.com/3JUv1ZL.png Script it? By using a script would there be a single ...
by cadu
13 Jun 2019 14:15
Forum: Tips & Tricks, Questions & Answers
Topic: How to set a user button to show folder content in pop-up menu?
Replies: 10
Views: 2077

How to set a user button to show folder content in pop-up menu?

Hi, I'd appreciate help. I would like to set a user button to show folder content in a pop-up menu. Is it possible? How to? Below there is a snapshot simulating what I'm trying to achieve for the path "Z:/". For instance, if I add the command [goto "Z:\"] in a user button, XYplor...