Page 1 of 1

Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 09 May 2024 13:14
by GreetingsFromPoland
hi! starting with v25.90.0137 - 2024-05-08 15:48 and beyond, the Rapid Access folder is no longer displaying when the Mini Tree is enabled.

i have attempted to use

Code: Select all

loadtree "%rapidaccess%",,2;
and even

Code: Select all

Configuration | General | Startup & Exit | Permanent startup path
with the %rapidaccess% and neither are working. no matter what i have tried, i can no longer get it to display unless i turn off Mini Tree.

after turning off Mini Tree, Rapid Access is visible again. re-enable Mini Tree, it disappears.

if i rollback to any version prior to v25.90.0137 - 2024-05-08 15:48, i can see Rapid Access in the Mini Tree again.

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 12 May 2024 16:20
by admin
Cannot reproduce. :?

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 12 May 2024 19:12
by GreetingsFromPoland
hi! thanks for checking. updated to .0140 to stay current.

this is what my mini-tree looks like, no Rapid Access :
Image-018.png
now i turn off mini-tree, Rapid Access appears :
Image-019.png
now i turn the mini-tree back on, Rapid Access goes away :
Image-018.png
no matter what i try, i am unable to get the Rapid Access to display when the mini-tree is enabled. i can't find any setting or View that "shows" or "enables" Rapid Access.

rollback to .0136 and here is my mini-tree :
Image-020.png
so it would appear that i either have to stay put on .0136 or abandon Rapid Access if i am to use the mini-tree.

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 12 May 2024 19:25
by admin
This is normal Mini Tree functionality. It shows where you've been. To add a folder simply go to it, e.g. via the first drop down of the breadcrumb bar, or like this through the address bar: Rapid Access or %rapidaccess% or goto %rapidaccess%;

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 12 May 2024 22:42
by GreetingsFromPoland
thank you. that tip/trick worked for me and in the script i use (both goto and showintree.

i see loadtree recently got a flag to expand the folder as if browsed. in scripting, are there any other ways to expand a folder using script commands ? reading the manual, i thought showintree "Rapid Access"; would do it because it mentioned something about expanding, but it didn't do so.

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 13 May 2024 10:00
by admin
Surprisingly, there is currently no way to expand or collapse a tree node via scripting. I put that on my list.

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 13 May 2024 15:34
by klownboy
Don, the new ShowinTree capabilities will be handy. I think they could justify as XYplorer built-in toolbar buttons for each drive. In most cases, they're better than having the separate drive buttons or the {drives_all} buttons on the toolbar especially if the user wants to drag and drop or use the Glider since you keep the selected file (s) highlighted and in view when you show in tree the target drive folders. I've already set up all drives as Show in Tree drives, where, left click is show in tree expand and right click show in tree collapse. Slick. :tup:
Show in Tree CTBs.jpg

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 13 May 2024 15:42
by admin
Nice. :)

I personally don't care so much about drives anymore. I have a couple of folders in RAF now, that's all I need.

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 13 May 2024 16:02
by klownboy
admin wrote: 13 May 2024 15:42 I personally don't care so much about drives anymore.
Yeah, I only put All Drives {drives_all} on my toolbar to populate the second toolbar. But these "Show in Tree" drives I can actually make some good use out of. :tup:

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 13 May 2024 18:20
by klownboy
Hey Don, any chance you might consider a toggle for SC for show in tree at some point? showintree "D:\",!;

As in the pic above, I've currently set up my CTBs for show in tree such that left click is showintree - expand; right click is showintree - collapse; and left click with modifier (shift or control) will act as a regular drive button.
Show in Tree CTB.jpg

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 13 May 2024 18:45
by admin
Makes sense.

Re: Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Posted: 13 May 2024 22:35
by klownboy
Thanks Don for beta 25.90.0143. :tup:

Now the above CTB is simply:
on left-click: showintree "C:\","!";
on right-click: button "drive_C";