Search found 225 matches

by iycgtptyarvg
27 Apr 2024 20:54
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] New toolbar with bookmarks
Replies: 3
Views: 97

Re: New toolbar with bookmarks

Aha, ok. Now I understand.

For others who are confused, you have to add a fake button which turns into a toolbar:
2024-04-27 20-53-00 1589x1372 XYplorer_Beta_Club_-_Post_a_reply_—_Mozilla_Firefo.png
2024-04-27 20-53-00 1589x1372 XYplorer_Beta_Club_-_Post_a_reply_—_Mozilla_Firefo.png (189.1 KiB) Viewed 45 times
by iycgtptyarvg
27 Apr 2024 09:32
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] New toolbar with bookmarks
Replies: 3
Views: 97

[Solved] New toolbar with bookmarks

How do I make a new toolbar with bookmarks?
I searched on this forum, but I only found some difficult hacks in the form of scripts.
2024-04-27 09-27-46 1589x1247 Q_-_XYplorer_v25.90.0100.png
2024-04-27 09-27-46 1589x1247 Q_-_XYplorer_v25.90.0100.png (58.35 KiB) Viewed 97 times
by iycgtptyarvg
27 Apr 2024 09:25
Forum: Tips & Tricks, Questions & Answers
Topic: Combine user buttons and bookmarks
Replies: 1
Views: 48

Combine user buttons and bookmarks

They seem largely the same. It makes an already complicated application even more difficult.
Why aren't the bookmarks and buttons one thing?

Is there a compelling reason for not combining their functionality?
by iycgtptyarvg
29 Apr 2022 16:51
Forum: Tips & Tricks, Questions & Answers
Topic: Execute user cmd and keep output window open
Replies: 1
Views: 663

Execute user cmd and keep output window open

I would like to know how to execute a user command such that the output window remains open. I use these settings in the Manage User-Defined Commands window: Category = "Open with" Action = Open selected List Item(s) with specified application. Caption = Is Video HDR? Application = "C...
by iycgtptyarvg
24 Jul 2021 16:48
Forum: Bug Reports
Topic: Cannot rename folder (case sensitivity)
Replies: 8
Views: 1113

Re: Cannot rename folder (case sensitivity)

You said that it works in Windows Explorer so the directory can't be locked otherwise WE would fails as well? You are right. That is my mistake. Only when you asked me to check with Windows Explorer I didn't have VS2019 open. Later, when I tried again with XYPlorer I had VS2019 open again. I have V...
by iycgtptyarvg
24 Jul 2021 08:21
Forum: Bug Reports
Topic: Cannot rename folder (case sensitivity)
Replies: 8
Views: 1113

Re: Cannot rename folder (case sensitivity)

In my case it is an NTFS volume, which is also not case-sensitive in Windows. The strange thing is that I also cannot reproduce it anymore. But you saw the XYPlorer screenshot so it did actually happen. Edit: Cause: AHA! I managed to reproduce it. When I have Visual Studio 2019 open I get that error...
by iycgtptyarvg
22 Jul 2021 12:10
Forum: Bug Reports
Topic: Cannot rename folder (case sensitivity)
Replies: 8
Views: 1113

Re: Cannot rename folder (case sensitivity)

1. I'm sorry, I assumed it was a regression because surely I would have noticed this before. I very regularly change the case on a folder.
2. Yes, it works in Windows Explorer.
by iycgtptyarvg
22 Jul 2021 11:30
Forum: Bug Reports
Topic: Cannot rename folder (case sensitivity)
Replies: 8
Views: 1113

Cannot rename folder (case sensitivity)

I found a regression when trying to rename folders. I have a folder called: "E:\Development\Dms v6.0.1 Head" I wanted to rename it to: "Dms v6.0.1 head" But, I get this error message: Incorrect error message.png It does work correctly when you rename a file. Only renaming a folde...
by iycgtptyarvg
10 Jun 2021 20:39
Forum: Bug Reports
Topic: Show Info Tips Only When Hovering File Icon No Longer Works
Replies: 18
Views: 2074

Re: Show Info Tips Only When Hovering File Icon No Longer Works

No, that did not help. But, I did find the actually relevant setting:
Relevant setting.png
Relevant setting.png (38.65 KiB) Viewed 536 times
by iycgtptyarvg
10 Jun 2021 07:44
Forum: Bug Reports
Topic: Show Info Tips Only When Hovering File Icon No Longer Works
Replies: 18
Views: 2074

Re: Show Info Tips Only When Hovering File Icon No Longer Works

It's still not fixed in v21.90. When I move my mouse over the file list, files are being accessed/opened for preview. Because a lot of these files are on remote servers, downloads are started for very big files which means I have to stop that and forcibly crash Xyplorer in the task manager. Please d...
by iycgtptyarvg
28 Jul 2020 21:15
Forum: Script Exchange
Topic: Join Files fails (for large files?)
Replies: 7
Views: 1892

Re: Join Files fails (for large files?)

Can you tell me how to create the following string which is then executed? Copy /b "<file1>"+"<file2>"+"<file3>"+"<file4>" <outputfile> Something like this?!? $outputFile = getpathcomponent("<selitem>", "ext"); $copycmd = "Copy /b &quo...
by iycgtptyarvg
28 Jul 2020 10:06
Forum: Script Exchange
Topic: Join Files fails (for large files?)
Replies: 7
Views: 1892

Re: Join Files fails (for large files?)

The dos command 'Type' doesn't work for binary files I think.

I'll program my own Join command-line tool in C++ and will use that to join files using Xyplorer.
Anyways, thanks for the info.
by iycgtptyarvg
28 Jul 2020 09:07
Forum: Script Exchange
Topic: Join Files fails (for large files?)
Replies: 7
Views: 1892

Re: Join Files fails (for large files?)

highend wrote: 28 Jul 2020 09:05 writefile() doesn't process more than 100 MB, that's the reason.
Oh no! Why not?!?
Isn't this simply using a 64KB buffer to copy blocks one at a time?

How can I fix this?
by iycgtptyarvg
28 Jul 2020 08:39
Forum: Script Exchange
Topic: Join Files fails (for large files?)
Replies: 7
Views: 1892

Join Files fails (for large files?)

I have the following script (created by someone here on this forum) to join files: //Combine selected files in order "Concatenate Files" $itemCount = get("CountSelected"); if ($itemCount < 2){ msg "Please select two or more files to concatenate.", 0 + 48; } else { //No ...
by iycgtptyarvg
04 Apr 2020 21:55
Forum: Bug Reports
Topic: File list not updated when externally modified
Replies: 19
Views: 5281

Re: File list not updated when externally modified

I tried doing it and deleting it multiple times:
1. File was shown
2. File was not shown
3. File was not shown
4. File was not shown
5. File was not shown
6. File was not shown
7. File was not shown

So, the first one seems to be a fluke. The rest of the attempts failed.