Jump to content
LaunchBox Community Forums

Rincewind

Moderators
  • Posts

    942
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Rincewind

  1. Looks great nice job!! I was trying to see why you had the extra bit below the monitor and now I see you're using the speakers from the monitor when you get the print for the marquee done are you going to get a bezel print and sides done at the same time?
  2. @Taiel It's not 3.32 GB if you click download your see it's split into separate downloads depending on the elements you want
  3. Oh ok I was half listening to the stream today and thought the issues were in BigBox. So that makes total sense now, Im not sure i've noticed a problem in LaunchBox as I have it set to 'Auto play Videos OFF' so I click the video to play it... But when I checked this a second ago I found this only works for VLC not WMP...
  4. No problems on either of my setups with the 4.7 the only issue I ever had was on a old laptop that needed the windows update to get it working
  5. <!--CLOCK--> <DockPanel Grid.Column="0" Grid.Row="0" Panel.ZIndex="10" > <Viewbox VerticalAlignment="Center" HorizontalAlignment="Right" 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>
  6. No just spotted the theme only has rows so the column has to be 0, so just change the horizontal alignment to Right
  7. Try changing the column from "0" to "1" or "2"
  8. It's looking very good I like the clock like that , no need to credit me I'm learning too
  9. Which corner left or right? Size of font will change the... Font size but you will probably have to remove the "stretchdirection=downonly" part I think
  10. Try playing around with this code, changing the "row" and "column" or take a look at the code in other themes
  11. <!--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>
  12. @Cookz718 can you show us the whole code for the platformwheel3 with your changes and we should be able to help more
  13. 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
  14. 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
  15. 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
  16. 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?
  17. 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?
  18. 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.
  19. 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
  20. Artwork is excellent and I like the name as it is, my only suggestion is you will need a couple of joysticks
  21. Yes I'll dig out the files and upload some at 3840x2160
  22. 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
×
×
  • Create New...