Search found 56 matches

by Steel
11 Jan 2018 14:34
Forum: Wishes
Topic: Apply Button in Configuration Menu
Replies: 2
Views: 587

Re: Apply Button in Configuration Menu

E.g.: https://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=11258 or for more links... https://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=11451 Thank you for the links: I assure you I did search the forums before posting as it's a lot quicker than writing a message. :) Oh well too bad that it ca...
by Steel
11 Jan 2018 13:07
Forum: Wishes
Topic: Apply Button in Configuration Menu
Replies: 2
Views: 587

Apply Button in Configuration Menu

Hello, I would like to propose an "Apply" button in the "Configuration" window in order to see the results of my modifications before closing the "Configuration" window. This would be particularly useful in the "Colors and Styles" panel of the "Configurat...
by Steel
16 May 2012 15:14
Forum: Tips & Tricks, Questions & Answers
Topic: Problem Editing tag.dat
Replies: 10
Views: 3087

Re: Problem Editing tag.dat

Changing a drive letter (which you cannot do within XY) does not. That's what I expected. Moving items within XY preserves the tags. Even if changing a drive letter interferes with tags (and I am asking confirmation of this) tags should still have registered the move from F to Z while in the tag.da...
by Steel
16 May 2012 01:42
Forum: Tips & Tricks, Questions & Answers
Topic: Problem Editing tag.dat
Replies: 10
Views: 3087

Re: Problem Editing tag.dat

When does the file revert, after restarting XYplorer, or in between? Tried to quit XY and then edit that file? I did close XY before doing the editing but I was too quick to act as XY was probably still in memory thus preventing a real edit of the file. It has worked now. Any idea why the tags were...
by Steel
15 May 2012 20:42
Forum: Tips & Tricks, Questions & Answers
Topic: Problem Editing tag.dat
Replies: 10
Views: 3087

Re: Problem Editing tag.dat

When does the file revert, after restarting XYplorer, or in between? Tried to quit XY and then edit that file? I did close XY before doing the editing but I was too quick to act as XY was probably still in memory thus preventing a real edit of the file. It has worked now. Any idea why the tags were...
by Steel
15 May 2012 19:27
Forum: Tips & Tricks, Questions & Answers
Topic: Problem Editing tag.dat
Replies: 10
Views: 3087

Problem Editing tag.dat

Hello, I moved several tagged files to another disk (F-->Z) and than had to change that disk letter (Z-->X). The tagged files don't have the tags anymore: is this because of the disk letter change? The tags are still present in the tag.dat file pointing to the old location meaning that even the move...
by Steel
15 May 2012 16:50
Forum: Script Exchange
Topic: script to copy sevaral folder contents into one folder
Replies: 31
Views: 10128

Re: script to copy sevaral folder contents into one folder

I have made it work. One thing that I have noticed and that those who can might want to fix is the conflicting window dialog. When the same file is present I get the Windows Seven dialog but it misses the "apply to the next xx conflicts" option at the bottom of the window. Also during the ...
by Steel
14 May 2012 19:40
Forum: Script Exchange
Topic: script to copy sevaral folder contents into one folder
Replies: 31
Views: 10128

Re: script to copy sevaral folder contents into one folder

Do they remain? Yeah. Thanks but proving I am no expert I cannot seem to make it work. I placed a button on the Toolbar and in "On Click" I placed the code minus the delete 1, 0, $FLD; When I click on the button I get a dropdown with some of the code: what am I doing wrong? Thank you
by Steel
14 May 2012 18:22
Forum: Script Exchange
Topic: script to copy sevaral folder contents into one folder
Replies: 31
Views: 10128

Re: script to copy sevaral folder contents into one folder

highend wrote:Delete the delete... line?!?

Code: Select all

delete 1, 0, $FLD;
If I knew what to do or understood coding I wouldn't be asking in the first place. ;)

What about those } at the end?
Do they remain so that it looks like this?


} else {
moveto $destination, $FLD;
}
delete 1, 0, $FLD;
}

Thank you
by Steel
14 May 2012 16:28
Forum: Script Exchange
Topic: script to copy sevaral folder contents into one folder
Replies: 31
Views: 10128

Re: script to copy sevaral folder contents into one folder

Hello,

I would like to use this script but I don't want it to delete anything but just to move content: is it possible?

Thank you.
by Steel
07 Apr 2012 13:30
Forum: Tips & Tricks, Questions & Answers
Topic: 64bit version?
Replies: 41
Views: 9417

Re: 64bit version?

@Steel: Looking back in this thread, I don't think you were successful in running XYplorer with a clean profile. Does this official FAQ make the steps clearer? From your description, it sounds like you tried to run XYcopy.exe instead of XYplorer.exe, which indeed can't be run standalone: its sole m...
by Steel
05 Apr 2012 22:45
Forum: Tips & Tricks, Questions & Answers
Topic: 64bit version?
Replies: 41
Views: 9417

Re: 64bit version?

RB = special folder... In your address bar you'll probably see: "Recycle bin" instead of the real path X:\$RECYCLE.BIN\ That's the issue the script doesn't behave correctly. replace $path = tab("get", "path"); with $path = tab("get", "data"); Hello ...
by Steel
31 Mar 2012 11:02
Forum: Tips & Tricks, Questions & Answers
Topic: 64bit version?
Replies: 41
Views: 9417

Re: 64bit version?

try to copy only XY.exe and XYcopy.exe to some other folder and launch those there. well, you see once i had a situation- i renamed "Recycle bin" to ","(yeah, comma) and as a result XY didn't save it in tree = maybe there is some similar thing in your situation, denying XY to ge...
by Steel
29 Mar 2012 19:52
Forum: Tips & Tricks, Questions & Answers
Topic: 64bit version?
Replies: 41
Views: 9417

Re: 64bit version?

Anyway when I click on them I get the same error message. i give up. :( try to check it with "clean XY"(copy only XY and XYcopy files to some folder and launch) and if it happens there too, then most probably there something in your system.. Hi eil, I am sorry but I don't understand what ...
by Steel
29 Mar 2012 17:33
Forum: Tips & Tricks, Questions & Answers
Topic: 64bit version?
Replies: 41
Views: 9417

Re: 64bit version?

@Steel, try this: type "::snippet" in address-bar and paste code: Snip: CTB 1 Action NewUserButton Name %recycler% Icon ScriptL ScriptR "Empty bin" #642; "Bin stats" #643; FireClick 0 Hi eil thanks for the help. OK before I understood what was supposed to happen I crea...