Jump to content
LaunchBox Community Forums

Recommended Posts

Posted
17 hours ago, Buccaneer said:

Amazing theme, but I get the same "dancing" of the game detail like the other user a few posts above. It happens aprox on 1/5 of the games i click.  

What configuration are you using? Could you post a screenshot?

Posted
1 hour ago, C-Beats said:

What configuration are you using? Could you post a screenshot?

Exact same configuration as User krako13 posted in his video on June 30. If the problem is the Scrollbar maybe it is possible to get rid of it completely?

Posted
1 hour ago, Buccaneer said:

Exact same configuration as User krako13 posted in his video on June 30. If the problem is the Scrollbar maybe it is possible to get rid of it completely?

Yeah, you can try either making it always/never visible to see if it corrects.

Posted

How? Ctlr+Alt+S in Launchbox (Hide Scrollbar) seems to have no effect at all (13.17 Beta1). Scrollbar is only hidden in the Sidebar where the Systems are listed. Maybe a bug in Launchbox?

Posted
On 9/23/2024 at 4:26 PM, C-Beats said:

Yeah, you can try either making it always/never visible to see if it corrects.

Hey,

I have found a certain "logic" with this problem, it seems to happen when the description of the game (note metadata) is a certain length for the gamedetails windows.

If i resize the gamedetails panel, it does'nt occur no more on this particular game (but will on others ones that did'nt dance before)

At some point of "zoom" the theme don't know if it has to display a scrollbar or not to display the notes.

  • 4 weeks later...
Posted

Hello, great theme, been using the list view with vertical details. I'm having an issue where the "View on RetroAchievements.org" button in the vertical details panel doesn't do anything. I ran LB in debug mode but couldn't find anything that seemed to be related to the issue. Any way to fix?

  • 4 months later...
Posted
On 3/1/2025 at 8:47 AM, ZhaoLinger said:

Love the theme! Any chance we could get ability to resize the top banner to show/hide more? :)

Yeah, I'll see what I can do about making it a value that can be changed easily in the ThemeValues file

  • 1 month later...
Posted (edited)
On 7/2/2024 at 8:13 PM, faeran said:

 

Is it me or is the game details just getting jiggy with the music? 😉

 

Hey,

Replace Auto by Visible in gamedetailsview at line 1501 seems to solve the problem, at least to me.

                            <ScrollViewer Grid.Row="0" Margin="0" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Visible">

@C-Beats

Edited by Krako13
Posted

I believe this is the best theme I have seen. It is very well executed, and you can tell that time was invested in it. This should be set as the default theme.

  • Thanks 1
Posted
On 4/10/2025 at 7:11 AM, Krako13 said:

Hey,

Replace Auto by Visible in gamedetailsview at line 1501 seems to solve the problem, at least to me.

                            <ScrollViewer Grid.Row="0" Margin="0" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Visible">

@C-Beats

Yeah, you can do this. The issue is related to WPF trying to decide if needs to display the scrollbar or not and this forces it to always do so which eliminates that.

Posted

LB v13.21-beta-2, I'm seeing the same issue as @hkr mentioned a little while back.

Tested in v13.20 and the following issues are not present.

 

When viewing in Vertical Detailsimage.png.fd5438bf2ef255931827a5b7b960e405.png the left/right navigation triangles won't change what your viewing like it does when you select the 'tabs' when in Horizontal Details view.  Here, it should be able to navigate/switch to the High Score Leaderboard.

image.thumb.png.2734a7884266a298ef3aa2e6b212af20.png

 

Along the lines of the High Score Leaderboard, sometimes the navigation triangles won't appear when they should be there.  In Horizontal Details view, the 'tabs' do.

image.thumb.png.23708661fc48a3d36ffc588c207f49fd.png     image.thumb.png.6b06b6616b3b621c465e186dabda3de8.png

I found that if I navigate around enough, tap my nose 3 times, wiggle my toes twice, and navigate back to the game, the triangles will appear. But still don't function.

image.thumb.png.db4f7fbbf68428f2e59b9405c54c91ba.png

And some that were there, disappear.

image.thumb.png.6be907183937d744aa7fc0b59f207443.png

 

Note: navigation does work (Vertical Details) in the lower details section.

image.png.e1e98063b6f90a41a26af6fb531ef6ef.png

Posted
3 hours ago, JoeViking245 said:

LB v13.21-beta-2, I'm seeing the same issue as @hkr mentioned a little while back.

Tested in v13.20 and the following issues are not present.

 

When viewing in Vertical Detailsimage.png.fd5438bf2ef255931827a5b7b960e405.png the left/right navigation triangles won't change what your viewing like it does when you select the 'tabs' when in Horizontal Details view.  Here, it should be able to navigate/switch to the High Score Leaderboard.

image.thumb.png.2734a7884266a298ef3aa2e6b212af20.png

 

Along the lines of the High Score Leaderboard, sometimes the navigation triangles won't appear when they should be there.  In Horizontal Details view, the 'tabs' do.

image.thumb.png.23708661fc48a3d36ffc588c207f49fd.png     image.thumb.png.6b06b6616b3b621c465e186dabda3de8.png

I found that if I navigate around enough, tap my nose 3 times, wiggle my toes twice, and navigate back to the game, the triangles will appear. But still don't function.

image.thumb.png.db4f7fbbf68428f2e59b9405c54c91ba.png

And some that were there, disappear.

image.thumb.png.6be907183937d744aa7fc0b59f207443.png

 

Note: navigation does work (Vertical Details) in the lower details section.

image.png.e1e98063b6f90a41a26af6fb531ef6ef.png

Thanks was able to track down the cause and it'll be corrected in 13.21 release. Once that's out I'll push a theme update which solves @hkr's issue as well as some visibility binding errors related to MAME high scores.

  • Thanks 1
  • 2 weeks later...
Posted
On 4/15/2025 at 1:38 PM, C-Beats said:

Yeah, you can do this. The issue is related to WPF trying to decide if needs to display the scrollbar or not and this forces it to always do so which eliminates that.

 

Indeed it should, weirdly this correction just display the scrollbar when needed.  instead of always. And no more clipping on anything :).

 

image.thumb.png.8071665f1a32d736fff75f614a85df94.pngimage.thumb.png.3df6741399446ab45557cde9a24cf762.png

Posted
On 10/27/2024 at 1:24 PM, hkr said:

Hello, great theme, been using the list view with vertical details. I'm having an issue where the "View on RetroAchievements.org" button in the vertical details panel doesn't do anything. I ran LB in debug mode but couldn't find anything that seemed to be related to the issue. Any way to fix?

This is fixed in the newest version as is many of the issues reported by @JoeViking245

  • Like 1
  • 2 weeks later...
Posted (edited)

First of all, thanks for this complete theme for Launchbox in desktop mode (I'm one of those who never use Bigbox).
C-Beats, see if you can tell me how I can change the height of the details box at the bottom so can show more data.

Here's an image so you know what I mean.

 

Screenshot_1.thumb.png.412add9f2370b1793c99a67a75f2c8b0.png

 

EDIT: I have found it!

 

Screenshot_2.png

Screenshot_3.png

Edited by paQ
  • Game On 1
  • Unusual Gem 1
Posted

Glad you got it sorted yourself so quickly @paQ. The theme was quite the undertaking (especially the details section). I do need to sit down with it and clean some stuff up, but overall very happy with it. I too use LB far more than BB and so the theme is very much so well loved on my own PC. I need to find a good way to keep track of change requests and things I can move to the settings file (like that height). Perhaps as I get time I'll start up a GitHub page for it for tickets to be raised, I'm struggling to keep up with requests made elsewhere so it'd be nice to have the central location for it.

  • Like 2
  • 1 month later...
Posted

I am loving this Theme!  Would there be a way to add Mouse Wheel Scrolling support on the "Overview / Achievements / Related Games" tab titles so we don't have to click the left / right arrows to change the tab we're viewing?  Would be a nice subtle touch.  This would be nice to be able to do inside the Retro Achievements box as well, instead of clicking on the +# box when there's more.  Annnnd of course also in the Platform Details section, scrolling through those available tabs/pages would be nice with the mouse wheel scroll.

Not sure if any of this is possible, but figured I would ask.  I also was curious about a way to show our Rating & the community Rating stars side-by-side so we can see what we rated the game next to what the community rates it.

  • Like 1
Posted
15 hours ago, Bornabe Wylde said:

I am loving this Theme!  Would there be a way to add Mouse Wheel Scrolling support on the "Overview / Achievements / Related Games" tab titles so we don't have to click the left / right arrows to change the tab we're viewing?  Would be a nice subtle touch.  This would be nice to be able to do inside the Retro Achievements box as well, instead of clicking on the +# box when there's more.  Annnnd of course also in the Platform Details section, scrolling through those available tabs/pages would be nice with the mouse wheel scroll.

Not sure if any of this is possible, but figured I would ask.  I also was curious about a way to show our Rating & the community Rating stars side-by-side so we can see what we rated the game next to what the community rates it.

Some of those are already in a scroll area which could make things a bit weird trying to add scrollable elements in it. I don't typically use star rating feature so I have to open up the theme/app and take a look at where I even stuck that element to see if I have the space to stick the community rating

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...