I created a “Move To” toolbar to quickly move selected files. The toolbar contains only a single button with the following code, i.e., the generated move-buttons are the only toolbar buttons:
Go X:/MyShare/ FOLDERCONTENT=nofiles,showempty,resolvedirlinks,move,dblclickmenu
I have several issues:
- With the toolbar activated, when navigating between folders, often no dynamic toolbar buttons (generated by
FOLDERCONTENT) are shown, the toolbar just remains empty. Sometimes the buttons are displayed as expected. I couldn’t find a pattern that allows to consistently reproduce it. - I use the
dblclickmenuoption ofFOLDERCONTENT, but moving a file to a folder directly belowX:/MyShare/<folder>does not work at all. Moving by double-clicking just works for sub-folders likeX:/MyShare/<folder>/<subfolder>. - Minor: I use the
resolvedirlinksoption ofFOLDERCONTENTand it’d be nice if the icon defined in the.lnkfile is used for the generated button, not just the generic folder icon. (“Show image” is set to “small” in the Command Editor of the button.)
Sidenote: when I put the Go … button into it’s own “menu”, then 1. and 2. work as expected. I realized that when no file is selected, this menu is also empty (which is expected). Could it be that there’s some kind of race-condition like “is the toolbar evaluated before or after the first file is selected”?
Thank you so much!