Search found 559 matches

by Muroph
16 Jun 2010 09:52
Forum: Bug Reports
Topic: Find Tag: Doesn't find newly created tagged files
Replies: 8
Views: 1490

Re: Find Tag: Doesn't find newly created tagged files

i could reproduce it in a fresh install only by using my "normal" tag.dat on it. could it be because my database is too big? i had many tags and comments (about 1000 on my hdd + 700 on removeable drives :twisted: ). tho i tested this and it didn't seem to be the cause. the max number of it...
by Muroph
15 Jun 2010 19:49
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4869

Re: selection filter

Might be fixed by coincidence. :) I changed something here this morning that might be relevant also to your bug. Please try next version... nope, still there. :( something i noticed today: when the bug locks a file as selected, and you click one other file (also selecting it), the file you clicked ...
by Muroph
13 Jun 2010 22:18
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4869

Re: selection filter

bumping. i've been doing lots of tests and encoding with avisynth + x264 the past few days. because of that, i've used that script above (well, an improved version) literally hundreds of times in a short time. and i've seen this bug many, many times. :( after much testing, i think i found one possib...
by Muroph
01 Jun 2010 05:37
Forum: Bug Reports
Topic: Save Config not working
Replies: 3
Views: 1001

Re: Save Config not working

confirmed, i think.
i do get a new ini file, but always on xyplorer's folder (regardless of the path i chose on the "save file" dialog).
by Muroph
29 May 2010 16:08
Forum: Wishes
Topic: INI-option for "-" instead of [Empty] in folder Size column
Replies: 13
Views: 2627

Re: INI-option for "-" instead of [Empty] in folder Size column

a minor bug, not worth a new topic: up to v9.11.0005, when you selected some folders and clicked "calculate folder sizes" the status bar would automatically update to show the total calculated size of the selected items. but since v0007 you have to manually force the status bar to update (...
by Muroph
25 May 2010 22:37
Forum: Bug Reports
Topic: previewing very short MP3 files - XY skips the beginning ...
Replies: 34
Views: 3620

Re: previewing very short MP3 files - XY skips the beginning ...

RalphM wrote:I get the same as Don on XP SP3...
+1
by Muroph
24 May 2010 22:19
Forum: Bug Reports
Topic: previewing very short MP3 files - XY skips the beginning ...
Replies: 34
Views: 3620

Re: previewing very short MP3 files - XY skips the beginning ...

i tested the mp3 using xy v8.10 on XP SP3.
the preview works here.
by Muroph
22 May 2010 15:59
Forum: Wishes
Topic: Portable installers are "tarbombs"
Replies: 18
Views: 3919

Re: Portable installers are "tarbombs"

i'm with Don here. I also hate zip files that extract the (actual) content into a subfolder. +1 you can very easily extract a "tarbomb" to a subfolder by using the command "extract to <foldername>" in the context menu. its right below "extract here", less than 20px of ...
by Muroph
21 May 2010 23:28
Forum: Bug Reports
Topic: selected and unfocused background
Replies: 4
Views: 1031

Re: selected and unfocused background

Code: Select all

v9.11.0002 - 2010-05-21 22:31
    * Tree, Lists: Changed algorithm and some factory defaults for the
      coloring of selected items when the control is not focused.
thanks! :mrgreen:
by Muroph
21 May 2010 17:19
Forum: Bug Reports
Topic: selected and unfocused background
Replies: 4
Views: 1031

Re: selected and unfocused background

No, uhm, I meant it to be like this. :) So my taste looks like a glitch. :wink: haha, sorry! :lol: i think the old box had a cleaner and more 3D look. that white line looks odd and a bit distracting, as if the box coloring had missed 1 pixel (hence the bug report :P ). it's especially bad because t...
by Muroph
20 May 2010 03:43
Forum: Bug Reports
Topic: selected and unfocused background
Replies: 4
Views: 1031

selected and unfocused background

there's a visual glitch that affects selected, non-focused items in the list and tree.
take a look (top = v9.10.0022, bottom = v0023):
2010-05-19_22-08-52a.png
2010-05-19_22-08-52a.png (3.34 KiB) Viewed 1031 times
2010-05-19_22-11-00a.png
2010-05-19_22-11-00a.png (1.96 KiB) Viewed 1031 times
by Muroph
19 May 2010 11:25
Forum: Bug Reports
Topic: Errors when when renaming/deleting
Replies: 121
Views: 16501

Re: Errors when when renaming/deleting

- It is currently not understood why the error only appears under 64-bit Windows. Conditions/Steps to reproduce the error (in versions before v9.10.0023): - Undo/Redo enabled. - The Undo/Redo queue is not yet full (i.e. < 100 items). - An action that's stored in the Undo/Redo queue involves rather ...
by Muroph
18 May 2010 23:34
Forum: Tips & Tricks, Questions & Answers
Topic: How to auto-sync the preview pane with selected files?
Replies: 2
Views: 829

Re: How to auto-sync the preview pane with selected files?

If I have the preview pane up on a file and then press either the arrow keys or pageUp/Down keys to move up/down the files in the list, I expect the preview to change accordingly to show each successively selected file. AFAIK, that's what should happen. maybe your situation is the one i reported he...
by Muroph
16 May 2010 23:05
Forum: Wishes
Topic: Scripting: SOLVED Use an other delimiter for HTML()
Replies: 3
Views: 773

Re: Scripting: Use an other delimiter for HTML() return string

the separator can't be changed, since it's controlled by internet explorer (i think).
you could try using urldecode() after splitting the string.