Search found 662 matches
- 31 Oct 2019 05:32
- Forum: Tips & Tricks, Questions & Answers
- Topic: Temp locked icon
- Replies: 1
- Views: 462
Temp locked icon
How can I give a pinned tab a temporary icon only while it remains locked or pinned; as well as change it's hover name from its path name to a custom name ?
- 16 Sep 2019 00:23
- Forum: Tips & Tricks, Questions & Answers
- Topic: Drop Down Menu - Scripting ?
- Replies: 2
- Views: 294
Re: Drop Down Menu - Scripting ?
Thanks, I was right



- 15 Sep 2019 23:59
- Forum: Tips & Tricks, Questions & Answers
- Topic: OneDrive directory
- Replies: 4
- Views: 562
Re: OneDrive directory
I don't quite understand the question; can you show an example ?
- 15 Sep 2019 23:58
- Forum: Tips & Tricks, Questions & Answers
- Topic: Drop Down Menu - Scripting ?
- Replies: 2
- Views: 294
Drop Down Menu - Scripting ?
How do you create in scripting the drop down menu identical to that of favorite folders etc ?
- 20 Aug 2019 01:39
- Forum: Script Exchange
- Topic: [Script] WhiteSpaceCtxMenu
- Replies: 170
- Views: 26006
Re: [Script] WhiteSpaceCtxMenu
I'm trying to find why when I right click on white space, I'm always getting the favorite files list. $dir=<<<FOLDER is not the answer ? It's probably because you have this tweak set to "5" in your XYplorer.ini file? ; Tweak: 0=Edit menu, 1=Folder's shell menu, 2=Favorites, 3=reserved, 4=Tabs, 5=Fa...
- 20 Aug 2019 00:59
- Forum: Script Exchange
- Topic: [Script] WhiteSpaceCtxMenu
- Replies: 170
- Views: 26006
Re: [Script] WhiteSpaceCtxMenu
What is the white space in any pane called ? I call it white space and based on the tweak name Don refers to it as "White" space. Though if you're in Dark Mode, you could call it "dark space". Essentially anywhere or any space where the files or folders are not listed (i.e., it even works in the ot...
- 19 Aug 2019 05:10
- Forum: Script Exchange
- Topic: [Script] WhiteSpaceCtxMenu
- Replies: 170
- Views: 26006
Re: [Script] WhiteSpaceCtxMenu
What is the white space in any pane called ?
- 18 Aug 2019 20:57
- Forum: Script Exchange
- Topic: [Script] WhiteSpaceCtxMenu
- Replies: 170
- Views: 26006
Re: [Script] WhiteSpaceCtxMenu
I searched this thread twice, I don't think there was a mention if no folder is selected how to modify the menu when clicking on white space ? There is a folder menu but that is strictly when a folder is selected, not when one clicks within white space.
What does the
What does the
<<<
represent ?- 15 Aug 2019 05:38
- Forum: Tips & Tricks, Questions & Answers
- Topic: Finding operation ?
- Replies: 1
- Views: 429
Finding operation ?
How can I find what script or tool is running when I do a right mouse click ?
- 12 Feb 2019 15:39
- Forum: Tips & Tricks, Questions & Answers
- Topic: Not all thumbnails displaying ?
- Replies: 1
- Views: 311
Not all thumbnails displaying ?
When the viewer for a folder is in thumbnail preview mode; why does only half of my thumbnails get displayed rather then all ?
- 21 Jan 2019 06:25
- Forum: Tips & Tricks, Questions & Answers
- Topic: Can zip/rar files be handled as if they were directories?
- Replies: 14
- Views: 4675
Re: Can zip/rar files be handled as if they were directories?
Any tool that integrates nicely with XY, maybe with the help of a script can make this possible to not just view but also un-compress RAR files ?
- 27 Oct 2018 17:45
- Forum: Tips & Tricks, Questions & Answers
- Topic: Hide File name or Remove File name ?
- Replies: 0
- Views: 983
Hide File name or Remove File name ?
What is the command in scripting to hide the file name of the file or remove the file name ?
- 26 Sep 2018 18:15
- Forum: Tips & Tricks, Questions & Answers
- Topic: Labels in scripting ?
- Replies: 7
- Views: 809
Re: Labels in scripting ?
When in the address bar entering; I get an error that there is no croot in test.xys ?
Code: Select all
load "test.xys","croot";
Code: Select all
The list of labels did not match any script in Script file 'C:\Custom Program Settings\XYplorer\test.xys'.
load
test.xys
croot
- 25 Sep 2018 16:05
- Forum: Tips & Tricks, Questions & Answers
- Topic: Labels in scripting ?
- Replies: 7
- Views: 809
Re: Labels in scripting ?
Then you didn't read that page you just linked above, or the help topic location provided... both explain and have examples how. I did read the page, I created a XYS file, within the file I simply put; "Go to C:\ : croot" goto "C:\" In the address bar I enter; load "test.xys","croot" and so nothing...
- 25 Sep 2018 04:59
- Forum: Tips & Tricks, Questions & Answers
- Topic: Labels in scripting ?
- Replies: 7
- Views: 809
Re: Labels in scripting ?
I created a Label, although I don't know how to execute it inside a file ?