Rapid Access Not Displaying in Mini Tree Post v25.90.0137

Things you’d like to miss in the future...
Post Reply
GreetingsFromPoland
Posts: 239
Joined: 29 Sep 2022 14:20
Location: Win10 @125%

Rapid Access Not Displaying in Mini Tree Post v25.90.0137

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

admin
Site Admin
Posts: 61024
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post by admin »

Cannot reproduce. :?

GreetingsFromPoland
Posts: 239
Joined: 29 Sep 2022 14:20
Location: Win10 @125%

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

Post 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
Image-018.png (4.85 KiB) Viewed 237 times
now i turn off mini-tree, Rapid Access appears :
Image-019.png
Image-019.png (3.29 KiB) Viewed 237 times
now i turn the mini-tree back on, Rapid Access goes away :
Image-018.png
Image-018.png (4.85 KiB) Viewed 237 times
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
Image-020.png (7.11 KiB) Viewed 237 times
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.

admin
Site Admin
Posts: 61024
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post 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%;

GreetingsFromPoland
Posts: 239
Joined: 29 Sep 2022 14:20
Location: Win10 @125%

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

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

admin
Site Admin
Posts: 61024
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post by admin »

Surprisingly, there is currently no way to expand or collapse a tree node via scripting. I put that on my list.

klownboy
Posts: 4185
Joined: 28 Feb 2012 19:27

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

Post 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
Show in Tree CTBs.jpg (16.72 KiB) Viewed 191 times
Windows 11, 23H2 Build 22631.3447 at 100% 2560x1440

admin
Site Admin
Posts: 61024
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

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

klownboy
Posts: 4185
Joined: 28 Feb 2012 19:27

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

Post 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:
Windows 11, 23H2 Build 22631.3447 at 100% 2560x1440

klownboy
Posts: 4185
Joined: 28 Feb 2012 19:27

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

Post 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
Show in Tree CTB.jpg (100.76 KiB) Viewed 158 times
Windows 11, 23H2 Build 22631.3447 at 100% 2560x1440

admin
Site Admin
Posts: 61024
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post by admin »

Makes sense.

klownboy
Posts: 4185
Joined: 28 Feb 2012 19:27

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

Post 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";
Windows 11, 23H2 Build 22631.3447 at 100% 2560x1440

Post Reply