Search found 213 matches

by Huidong
11 Mar 2020 21:14
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

Oh great! I was afraid that this rather long discussion was overkill for such a minute/isolated/trivial issue, so I'm glad that you get more out of it! (But honestly it's been fun! thanks to your truly caring for what you craft, Don.)
by Huidong
11 Mar 2020 21:01
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

OK, thanks for letting me know. And thanks for being patient all along.
by Huidong
11 Mar 2020 19:00
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

The "default label text color" is nowhere explicitly defined, right? But internally/implicitly this color = the text color defined for the list (in Browse mode). So the "default label text color" is actually set here: Configuration | Colors and Styles | Colors | Text . Should it...
by Huidong
11 Mar 2020 18:40
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

Thanks. So you are working in Light Mode with a dark list? Pretty unusual... Here's what happened: I did try the Dark Mode at first (of course I did, I'm a lazy guy!), but there're two details that upset me: 1. The menu bar stays light, and it (in my taste) spoils the whole dark-mode vibe (OK maybe...
by Huidong
11 Mar 2020 18:27
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

There is a bug though in this list: Configuration | Information | Tags | Customize up to 31 Label captions and colors Also here the bright default color should be shown, right? Oh yeah, I was indeed confused by that behavior: it showed the dark list background, but kept the default label text color...
by Huidong
11 Mar 2020 18:22
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

No, there is no such difference between v4 and v5. Both store black as 000000 and default as nada (nothing). OK, could this be a miscommunication between us? I was trying to convey in the "fix" (original post) that, before the fix (and since the beginning), the label text colors were in t...
by Huidong
11 Mar 2020 17:55
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

Here are the requested screenshots:
xyplorer_config-colors.png
xyplorer_config-colors.png (78.58 KiB) Viewed 5501 times
xyplorer_config-highlights-darkmode.png
xyplorer_config-highlights-darkmode.png (75.39 KiB) Viewed 5501 times
xyplorer_config-tags.png
xyplorer_config-tags.png (78.69 KiB) Viewed 5501 times
by Huidong
11 Mar 2020 17:14
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

Oh, I just thought of actually looking at the tag config file (sorry that I hadn't done it sooner, but I thought ".dat" meant it wasn't readable...). Anyway, fortunately I managed to retrieve an old backup (dated 2019-05-30), and the answer was right there! XYplorer File Tags v4 Labels: Re...
by Huidong
11 Mar 2020 00:08
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Re: Label Text Color Overriden by List Text Color

I was using the latest version (20.80.0200) back when I posted about the issue, but I know this is no longer the current build. As I mentioned above, this could be fixed by just "re-saving" the (default) label color configuration, but I don't think I can un-fix this. One thing that bothere...
by Huidong
04 Mar 2020 12:18
Forum: Bug Reports
Topic: Label Text Color Overriden by List Text Color
Replies: 20
Views: 8066

Label Text Color Overriden by List Text Color

I noticed this issue when I recently tried a dark background with light text (NOT dark mode though, just changing the colors of the content components, i.e. list, tree, etc). Specifically, the text color of the labels, which is still the default black, is overridden by the now light text color of th...
by Huidong
11 Dec 2018 08:18
Forum: Tips & Tricks, Questions & Answers
Topic: SC getpathcomponent problem
Replies: 2
Views: 908

Re: SC getpathcomponent problem

Thanks a lot, highend:) Now I understand what <allitems> actually is -- it includes *literal* quotes around each individual path, and thus if it's split using only a space, each item will not be a valid path, as paths should not include those literal quotes! And thanks for taking the time to offer t...
by Huidong
10 Dec 2018 21:08
Forum: Tips & Tricks, Questions & Answers
Topic: SC getpathcomponent problem
Replies: 2
Views: 908

SC getpathcomponent problem

I'm trying this command to get the file extension, but somehow, when I use it inside a for loop via <allitems>, I get an extra right-quote in the result. foreach( $item, <allitems>, " " ) { $ext = getpathcomponent($item, "ext"); echo $ext; } I get something like MP4" But get...
by Huidong
31 May 2017 01:12
Forum: Tips & Tricks, Questions & Answers
Topic: Possible to keep live filter applied after tab switching
Replies: 9
Views: 2409

Re: Possible to keep live filter applied after tab switching

That's superb! Thanks Don:) And I appreciate the upvotes everyone:)
by Huidong
03 May 2017 07:12
Forum: Tips & Tricks, Questions & Answers
Topic: Possible to keep live filter applied after tab switching
Replies: 9
Views: 2409

Possible to keep live filter applied after tab switching

I like live filters and use it a lot, but I find it inconvenient that as soon as I switch to another tab (in the same pane) and then back, the filter is gone. I know visual filters are persistent, but it doesn't support "type ahead find", which makes it a clear loser (compared to live filt...
by Huidong
03 May 2017 00:24
Forum: Bug Reports
Topic: Deleting image in full screen view
Replies: 1
Views: 663

Deleting image in full screen view

Deleting image in full screen view causes the appearance of the title bar of the viewing window, which blocks the top margin of a full-screen image. I find the full screen view a great way to do 1st-pass photo reviews, deleting bad shots, but this appearance of the title bar is rather inconvenient. ...