Jump to content
LaunchBox Community Forums

Rincewind

Moderators
  • Posts

    932
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Rincewind

  1. Try playing around with this code, changing the "row" and "column" or take a look at the code in other themes
  2. <!--CLOCK--> <DockPanel Grid.Column="0" Grid.Row="0" Panel.ZIndex="10" > <Viewbox VerticalAlignment="Center" HorizontalAlignment="Center" StretchDirection="DownOnly" DockPanel.Dock="Right" > <TextBlock Text="{Binding CurrentTime}" FontFamily="Segoe UI Light" FontSize="30" > <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="white" Offset="1"/> <GradientStop Color="Gray"/> </LinearGradientBrush> </TextBlock.Foreground> <TextBlock.Effect> <DropShadowEffect ShadowDepth="4" Direction="310" Color="Black" Opacity="0.7" BlurRadius="4"/> </TextBlock.Effect> </TextBlock> </Viewbox> </DockPanel>
  3. @Cookz718 can you show us the whole code for the platformwheel3 with your changes and we should be able to help more
  4. I will do a few today and send them to you, the only problem doing it this way is that the screen grab will be 1920px x1080px and may not look as good on say a 4k screen
  5. This has so much potential to be a fantastic theme, can't wait to see the finished article. Am I correct in thinking you need a single screenshot of every platform video with the screens cut out and saved as a transparent .PNG file
  6. Rincewind

    TI-99/4A

    As you know we don't share information on Rom download sites on the forum but I'm sure if anyone can help you they would send you a PM
  7. Great work on this @CriticalCid the screenshots look awesome. I'm unable to give it a spin till the weekend but wanted to check, will this be added as a default in the next LaunchBox update?
  8. Great work on this @CriticalCid the screenshots look awesome. I'm unable to give it a spin till the weekend but wanted to check, will this be added as a default in the next LaunchBox update?
  9. Hi @Sturm glad you like the logos and are running the theme,how are you getting on with it? I currently am not using any Playlists but when I did I think I had to manually change each one in LaunchBox by editting the Playlist and then clear all the image cache. The reason is because LaunchBox is not looking for the Playlist images in a theme folder. Please let me know how you get on and if I should separate the playlists from the download to make it more obvious I the future.
  10. Although at the moment this can't be achieved there has been talk from @Jason Carr of a new 3d engine for BigBox, so I can see the beta wall view being utilised and we could have box front images that flip around when selected with the videos playing which would be very similar to your first example
  11. Artwork is excellent and I like the name as it is, my only suggestion is you will need a couple of joysticks
  12. Yes I'll dig out the files and upload some at 3840x2160
  13. I know it feels oddly quite at the moment, summer breaks are breaks for children but not parents . Sure things will pick back up soon
  14. How would I add it to this @Grila <!-- PLATFORM TOTAL GAMES --> <TextBlock Grid.Column="21" Grid.ColumnSpan="2" Grid.Row="15" Grid.RowSpan="1" Text="TOTAL GAMES:" Foreground="Black" FontFamily="Segoe UI Light" FontSize="20" /> <TextBlock Grid.Column="22" Grid.ColumnSpan="3" Grid.Row="15" Grid.RowSpan="1" Text="{Binding Path=SelectedPlatform.TotalGameCount}" Foreground="Black" FontFamily="Segoe UI Semibold" FontSize="20" Margin="55,0,0,0" /> I thought that this would of worked... <TextBlock.Effect> <DropShadowEffect ShadowDepth="4" Direction="310" Color="Black" Opacity="0.7" BlurRadius="4"/> </TextBlock.Effect>
  15. I ran into that problem as well and ended up doing exactly what you first said only I just had it once underneath in black and simply moved the top up and to the left by 2. I was surprised there wasn't a obvious way to add it but I couldn't find out how to do it sorry
  16. Rincewind

    Live Streams?

    Maybe something has cropped up that @Jason Carr couldn't forsee happening. That said in the future a quick post or a PM to a moderator or staff member would be great then they could let the community know.
  17. I'm not sure if @Maddoc1007 has released it yet
  18. Totally agree with keeping it as it is to start with and as with all things there is a learning curve even tho LaunchBox is very easy to setup. Also in the process you will learn which way to go with your pc in the future.
  19. What I do on my cabinet and I know this isn't going to be a fix but if I were you I would install a second instance on the same pc and start with one system just to make sure it's running ok... If not then it could be that Windows has updated something or another program has updated and is interfering with LaunchBox
  20. That's great. looking forwards to a lot of those being incorporated
  21. Rincewind

    Live Streams?

    Yes probably an oversight on his behalf, sure he'll bring everyone up-to-date soon
  22. This is a great thread and it's good to see that others are requesting some of the same things. In LaunchBox the ability to right click the images in the details info (right-hand side) and delete them. A checkbox in the edit emulator box to hide the mouse cursor.
  23. What I would do is go into the video folder and delete all the master system videos and then in LaunchBox select the 'Master System platform' and select all your games the goto- Tools= Download Metadata and Media and uncheck all the boxes apart from the video downloads from Emumovies and that should do it
×
×
  • Create New...