Jump to content
LaunchBox Community Forums

Rhedox

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by Rhedox

  1. I'd love to see access to the source code for premium members because I wouldn't need to ask for some simple tweaks and could just do them myself but that is pretty utopian I guess.
  2. Rhedox

    Play time?

    I guess the easiest way to implement this would be to just periodically check if a specified process is running and if so start counting. The way ps4 would handle it wont work on Steam games though. The console would not await the end of the game as it doesn't really launch the game either. It'll launch Steam and stop. The actual launching then is done by Steam. Some games even make their executables launch themselves from Steam if you double click them. Implementing that batch technique in Launchbox would also require to synchronously await the end of the game and therefor blocking Launchboxes UI thread for the whole time your game is running. Thats not acceptable from a users point of view which is why having the UI always responsive is one of the main priorities of applications.
  3. Nice to hear that. :D Keep up the great work! @The border: the white highlighting of a selected game is more than enough. When multiple games are selected I'd make the last one a bit brighter. That's not really all that important as the border is barely visible at all anyway.
  4. Is it possible to disable the dark background/ outline of game titles? I'm using a single color grey background where plain white text would look much better. Here's a quick mockup so you guys know what I'm talking about: http://i.imgur.com/R7IlZyX.png If thats not possible at the moment I'd like to request it. I'd also like to disable this border of selected items: http://i.imgur.com/p1B8TV3.png
×
×
  • Create New...