Jump to content
LaunchBox Community Forums

Saieno

Members
  • Posts

    270
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Saieno

  1. So I adjusted the Binding as suggested, didn't change the String format as I still do want the date and time, but as before I'm getting the same behavior. The game view updates time, the Platform view does not. Note the system clock compared to the Dashboard clock. Here's the Platform View: Here's the Game View: Any suggestions would be fantastic for resolving this. I can also provide the entire xaml files as reference but it is just the Unified theme as mentioned.
  2. I'll try out the CurrentDateTime and see if that resolves the issue. I am displaying the date, and the time, so that makes sense with the stringformat for the date, but I assumed the binding for DateTime.Today was displaying the time as I couldn't find a solid reference of where that was being called from. Thanks! I'll follow up if that resolved the issue!
  3. So I'm having trouble following. I'm looking through https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-6.0 For the documentation on the Structs but I'm not finding 'CurrentTime'. I'm assuming the code in question that needs to be adjusted is the following but I'm not sure what the source syntax or string format should be as a reference. Do you have a link to a reference or example? {Binding Source={x:Static sys:DateTime.Today}, StringFormat='{}{0:MMMM dd, yyyy}'}
  4. To be clear, this has functioned (and continues to function) for the game views, but does not for the Platform views. I can provide the full files if it will help track down where the issue is for the platform views. This is the Unified theme just to note. Or if there is a specific suggestion for what to change I can try to get it working as it should. Appreciate the reply!
  5. I also have this issue, however my configuration might be a little different than yours so my solution might not work for you exactly. Essentially I have BigBix configured to load up at boot, via a batch file which kicks off KioskBox and a couple commands to hide my task bar and other misc things. By changing how this batch file is executed, the full intro video appears to play for me now. Granted I'm on 12.14 and ran into this same issue, but as a test, if you load up BigBox, exit it, then load it up again, does the full intro video play for you? You won't want to reboot, just load up BigBox, close it, then load it up again. I noticed on the initial load it'll cut off the video, but on subsequent loads it plays the intro in its entirety.
  6. I'd like to dig this up cause I've noticed this being a problem since 12.14: Here is the xaml information for some of the theme files that display clocks that I use: ./Views/PlatformWheel1FiltersView.xaml:171: <TextBlock Name="tbArrivalDateTime" Text="{Binding Source={x:Static sys:DateTime.Today}, StringFormat='{}{0:MMMM dd, yyyy}'}" FontFamily="{StaticResource FontBebasNeue}" VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" FontSize="37" Foreground="Gold" /> ./Views/PlatformWheel2FiltersView.xaml:160: <TextBlock Name="tbArrivalDateTime" Text="{Binding Source={x:Static sys:DateTime.Today}, StringFormat='{}{0:MMMM dd, yyyy}'}" FontFamily="{StaticResource FontBebasNeue}" VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" FontSize="37" Foreground="DeepSkyBlue" /> ./Views/TextGamesView.xaml:191: <TextBlock Name="tbArrivalDateTime" Text="{Binding Source={x:Static sys:DateTime.Today}, StringFormat='{}{0:MMMM dd, yyyy}'}" FontFamily="{StaticResource FontBebasNeue}" VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" FontSize="37" Foreground="Gold" /> ./Views/Wheel1GamesView.xaml:283: <TextBlock Name="tbArrivalDateTime" Text="{Binding Source={x:Static sys:DateTime.Today}, StringFormat='{}{0:MMMM dd, yyyy}'}" FontFamily="{StaticResource FontBebasNeue}" VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" FontSize="37" Foreground="DeepSkyBlue" /> You'll see that each uses the same exact code, however the Game views all update the clock correctly, while Platform Views do not change the clock at all. The clock stays at the same time as the view was first loaded, and from what I can tell it never really gets unloaded though I don't think that's part of the issue. I've tried different variations of the DateTime Struct (such as Now, etc), however the time still never updates on Platform views and only on the Game views. If you can provide a fix that doesn't require me to update, that would be fantastic. My setup is finally perfectly configured, the only issue is the clock on the platform views. Everytime I update, some other aspect breaks (12.15 for example broke VLC as a video renderer for me so I'd like to stick on 12.14) Thanks
  7. Yep that fixed it, thanks for the help Faeran!
  8. Hey C-Beats, So the issue is the entire on-screen keyboard layout has changed with the UI update on 12.14. When going to 'Search' within a specific platform the on-screen keyboard turns into what looks like a touch specific keyboard, and does not respond to any controller input. Moving it back to 12.12 gave the previous on-screen keyboard which was much more compact and usable via controller. The controller I'm using is an Xbox One controller, and setting the "Use All Game Controllers" to on or off has no change with the on-screen keyboard that is displayed or its functionality. Here's attached screenshots to show the difference.
  9. Looks like the new BigBox Interface broke the On-Screen Keyboard. Ended up just downgrading back to 12.12
  10. Hello all. I recently updated Launchbox to 12.14 and I've noticed a number of issues in BigBox mode. For example, pop-up lists like when changing a view does not scroll. And the on-screen keyboard when searching for a game isn't controllable via controller. Any suggestions or ideas on how to resolve either of these issues? Any help would be really appreciated, cause right now its a bit of a show stopper when using BigBox with a controller
×
×
  • Create New...