Search found 647 matches

by nerdweed
29 Sep 2021 05:34
Forum: Wishes
Topic: XY Command and Toolbar Button Context Menu Capture
Replies: 4
Views: 676

XY Command and Toolbar Button Context Menu Capture

Hi, Is there a way to capture the Context Menu presented by various XY toolbar buttons like Tags, Labels, etc. The idea is to create a cascading context menu with these. I know we can add :tagsfind etc to popupmenu()/popupnested() but will be wonderful if there is a way to capture the entire menu an...
by nerdweed
27 Sep 2021 18:22
Forum: Tips & Tricks, Questions & Answers
Topic: findlabel dropdown
Replies: 2
Views: 401

Re: findlabel dropdown

Thanks.
button "findlabel", 8;
by nerdweed
27 Sep 2021 17:44
Forum: Tips & Tricks, Questions & Answers
Topic: findlabel dropdown
Replies: 2
Views: 401

findlabel dropdown

How to invoke the dropdown next to findlabel CTB without the findlabel ctb being visible. Unable to find any command id to bring up that menu.
by nerdweed
26 Sep 2021 15:23
Forum: Tips & Tricks, Questions & Answers
Topic: popupmenu sep_itemlist doesn't work
Replies: 6
Views: 489

Re: popupmenu sep_itemlist doesn't work

Thanks. Not sure, why I thought arg based parameters would work.
by nerdweed
26 Sep 2021 13:40
Forum: Tips & Tricks, Questions & Answers
Topic: popupmenu sep_itemlist doesn't work
Replies: 6
Views: 489

Re: popupmenu sep_itemlist doesn't work

It doesn't work if i pass it as a argument parameter. If I pass it as positional parameter (6th for sep_itemlist) it works fine.

Works
::popupmenu(taglist(),,,,,,",");
Doesn't work
::popupmenu(taglist(),sep_itemlist=",");
by nerdweed
26 Sep 2021 12:50
Forum: Tips & Tricks, Questions & Answers
Topic: popupmenu sep_itemlist doesn't work
Replies: 6
Views: 489

popupmenu sep_itemlist doesn't work

Hello,

::popupmenu(taglist(),sep_itemlist=",");

This command fails as sep_itemlist doesn't work. Similarly, sep_item doesn't work either

XY 22.20.0223
by nerdweed
08 Sep 2021 19:47
Forum: Wishes
Topic: Cascading Menu Copy To / Move To / Backup To
Replies: 0
Views: 2421

Cascading Menu Copy To / Move To / Backup To

Don, WOuld it be possible to have a Cascading Menu for Copy To / Move To /Backup To. Currently, the options are Recent Locations Favorite Folders Tabs Copy To / Move To /Backup To Browse for Copy/Move/Backup Location Lists from history The first 3 options close the existing menu and present a new me...
by nerdweed
25 Jun 2021 19:35
Forum: Wishes
Topic: Portable Bin / XY Path Variable
Replies: 3
Views: 669

Re: Portable Bin / XY Path Variable

The following PFA works where notepad even though not a full path is resolved from registry verbs txt > notepad What I ask for is as below - XY reads a path variable at startup which is a semicolon separated list of paths - XY prepends this path to Windows PATH variable - Whenever a PFA is mentioned...
by nerdweed
14 Jun 2021 19:44
Forum: Wishes
Topic: Portable Bin / XY Path Variable
Replies: 3
Views: 669

Portable Bin / XY Path Variable

Hello Don, Is it possible to have a custom PATH variable in XY. XY will check this path first before checking the native PATH variable. I trust this would be a simple change but add good value Scenario: Users can keep some handy utils in ?\bin folder (as shims) and XY can check this location to see ...
by nerdweed
28 Feb 2018 03:54
Forum: Tips & Tricks, Questions & Answers
Topic: Project XYplorer on Linux: 15/03 New Video!
Replies: 47
Views: 21559

Re: Project XYplorer on Linux: 15/03 New Video!

Actually, a helper script will be required anyways to translate windows path to linux path. I think if the helper script is an XYS script, I can save myself from passing <selitems> in each call and use the variable directly in the script. This may be a better approach. Edit: I think xyplorer script ...
by nerdweed
27 Feb 2018 04:31
Forum: Tips & Tricks, Questions & Answers
Topic: Project XYplorer on Linux: 15/03 New Video!
Replies: 47
Views: 21559

Re: Project XYplorer on Linux: 15/03 New Video!

It does work with spaces and multiple items. Actually I changed the <pfaitems> to <selitems>. <pfaitems> gives | separated list which wasn't handled in the script. The assist script was also working with single item only and I had to change it to accomodate multiple files. I need to improve this fur...
by nerdweed
25 Feb 2018 17:43
Forum: Tips & Tricks, Questions & Answers
Topic: Project XYplorer on Linux: 15/03 New Video!
Replies: 47
Views: 21559

Re: Project XYplorer on Linux: 15/03 New Video!

Thanks. These two worked. I was double quoting the outer quotes rather than doubling the inner ones earlier. "Mover|xy" *;\>::run """/usr/bin/python"" ""/home/naveed/xyassist.py"" ""/data/code/projects/filer/filer.py"" <pfait...
by nerdweed
23 Feb 2018 19:39
Forum: Tips & Tricks, Questions & Answers
Topic: Project XYplorer on Linux: 15/03 New Video!
Replies: 47
Views: 21559

Re: Project XYplorer on Linux: 15/03 New Video!

Linux requires single double quote only when spaces. The below command shows the caption and invokes the program - however; the variable isn't resolved. I believe because of '' "Mover|<xy>" *;\ >run '"/usr/bin/python" "/home/naveed/xyassist.py" "/data/code/projects...
by nerdweed
23 Feb 2018 04:14
Forum: Tips & Tricks, Questions & Answers
Topic: Project XYplorer on Linux: 15/03 New Video!
Replies: 47
Views: 21559

Re: Project XYplorer on Linux: 15/03 New Video!

Thanks Jupe. That worked - it gave me a list. OS says Windows_NT and windows version is 10
%OS% = Windows_NT
%winver% = 10.0
Can you check on WIndows if the captions in PFA/POM are lost when you quote the path