Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_queuecontents - View and edit queue (Read 141518 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: foo_queuecontents - View and edit queue

Reply #275
So, foo_queuecontents for 32-bit and foo_queue_viewer for 64? That's good.
(But if the former has source available and the author's blessing, would it be possible to just compile it for 64-bit fb2k?)

Re: foo_queuecontents - View and edit queue

Reply #276
So, foo_queuecontents for 32-bit and foo_queue_viewer for 64? That's good.
(But if the former has source available and the author's blessing, would it be possible to just compile it for 64-bit fb2k?)
Seems like that is the case. My only problem with foo_queuecontents is lack of dark mode.
Think millionaire, but with cannons.

Re: foo_queuecontents - View and edit queue

Reply #277
(But if the former has source available and the author's blessing, would it be possible to just compile it for 64-bit fb2k?)

64bit should be easy enough with the original code but I was put off touching it because it uses custom list control code which I have no idea how to style for dark mode. I'm only familiar with using the list controls included in the fb2k SDK which make it a doddle. The playback queue update/display was a nothing burger to rewrite. It's only a few lines of code. The only real challenge for me was supporting UI colours/fonts which took me awhile to figure out,

Re: foo_queuecontents - View and edit queue

Reply #278
64bit should be easy enough with the original code but I was put off touching it because it uses custom list control code which I have no idea how to style for dark mode. I'm only familiar with using the list controls included in the fb2k SDK which make it a doddle. The playback queue update/display was a nothing burger to rewrite. It's only a few lines of code. The only real challenge for me was supporting custom colours/fonts which took me awhile to figure out,
The contents inside the queue list follow the colors I set in ColumnsUI. Only the scrollbar is a problem for me, although the column labels and options screen also don't use dark mode. Here's a screenshot with my problem in the lower right.
https://hydrogenaud.io/index.php?action=dlattach;topic=123942.0;attach=25186;image
Think millionaire, but with cannons.


Re: foo_queuecontents - View and edit queue

Reply #280
Only the scrollbar is a problem for me

You sure do like repeating yourself. If you've had recent head trauma, you should get it checked out.
My apologies. I do have some cognitive problems from medicine right now. My intent was to affirm that the contents don't seem to be a problem for dark mode, only the interface elements. It looked to me like you were saying the contents colors were a problem, but I may have misunderstood.

I appreciate your work on this.
Think millionaire, but with cannons.