Search found 4165 matches

by klownboy
21 May 2024 23:16
Forum: Bug Reports
Topic: Use of SC folderreport
Replies: 3
Views: 42

Re: Use of SC folderreport

Thanks highend for confirming. When I get some time, I'll go back to check previous versions. I was on beta 25.90.0161 when I wrote the initial post.

Follow-up: SC folderreport worked fine on versions 25.80 and 25.90. I'll check more later.
by klownboy
21 May 2024 21:32
Forum: Bug Reports
Topic: Use of SC folderreport
Replies: 3
Views: 42

Use of SC folderreport

This has always worked for me (for years) in my paperlist.xys script. $Papers = FormatList(FolderReport("files","r",<xypaper>,"r",,"|"),"f","|","*.txt"); I used the script today and I received nothing - zero output and my script m...
by klownboy
21 May 2024 00:55
Forum: Tips & Tricks, Questions & Answers
Topic: Does anybody use the Glider?
Replies: 32
Views: 677

Re: Does anybody use the Glider?

Don, maybe consider Glider as a feature a user could employ or not like some of the other features (e.g., file tagging, scripting, UDCs, Dual pane). That already exists... Tools > Customize Tree > Show Glider 2024-05-20_18-22-32.jpg No you have it wrong. Don's planning on ditching the Glider (i.e.,...
by klownboy
13 May 2024 22:35
Forum: Bug Reports
Topic: Rapid Access Not Displaying in Mini Tree Post v25.90.0137
Replies: 11
Views: 231

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

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";
by klownboy
13 May 2024 18:20
Forum: Bug Reports
Topic: Rapid Access Not Displaying in Mini Tree Post v25.90.0137
Replies: 11
Views: 231

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

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 (sh...
by klownboy
13 May 2024 16:02
Forum: Bug Reports
Topic: Rapid Access Not Displaying in Mini Tree Post v25.90.0137
Replies: 11
Views: 231

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

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:
by klownboy
13 May 2024 15:34
Forum: Bug Reports
Topic: Rapid Access Not Displaying in Mini Tree Post v25.90.0137
Replies: 11
Views: 231

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

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...
by klownboy
13 May 2024 12:31
Forum: Tips & Tricks, Questions & Answers
Topic: Does anybody use the Glider?
Replies: 32
Views: 677

Re: Does anybody use the Glider?

Don, maybe consider Glider as a feature a user could employ or not like some of the other features (e.g., file tagging, scripting, UDCs, Dual pane).
by klownboy
12 May 2024 21:47
Forum: Tips & Tricks, Questions & Answers
Topic: Does anybody use the Glider?
Replies: 32
Views: 677

Re: Does anybody use the Glider?

I still think the Glider a nice feature. I tend to forget it's there and that may be the case with many users. I should have been using it more.
by klownboy
08 May 2024 23:22
Forum: Bug Reports
Topic: Silent close in recent beta versions
Replies: 3
Views: 286

Re: Silent close in recent beta versions

I was able to duplicate the crash also by hovering over and around my assigned right click on white in tree menu script. Not any more with beta 25.90.0140. Thank you jupe and Don. :tup:
by klownboy
08 May 2024 11:56
Forum: Wishes
Topic: No help entry for Rapid Access Folders
Replies: 9
Views: 597

Re: No help entry for Rapid Access Folders

jupe wrote: 08 May 2024 08:14 Another thing that happened during today was about 10 silent closes, usually happened when I just switch back to the XY window from another app/instance, can't see any pattern yet.
I noticed that as well yesterday. I don't have a glue as to why, only that it happened about 3 or 4 times.
by klownboy
07 May 2024 15:13
Forum: Tips & Tricks, Questions & Answers
Topic: 2nd pane still visible after turn off DP Module by script
Replies: 1
Views: 132

Re: 2nd pane still visible after turn off DP Module by script

Honestly, I'm not sure what "ModulesOff" does in the ini file or the "94". Look for "DP=" in the ini file" This will determine if DP is active and turn off Dual Pane if it's active: if(get("#800")) {#800;} Look at the help file for SC get. And yes, setlay...