Special T Posted March 11, 2018 Share Posted March 11, 2018 (edited) When you go tot he options menu and select anything other than "BACK" the right side of the screen will have a black layer behind the text to make it more visible. Is there any way to change the opacity of the black layer to zero to make it transparent? I was looking through the optionsview.xaml file but I couldn't find the option to alter it. Also, in the systemview.xaml file is there anyway to move or shrink the text "Licensed to XXXXX | Verion X.X" Edited March 11, 2018 by Special T Quote Link to comment Share on other sites More sharing options...
Special T Posted March 26, 2018 Author Share Posted March 26, 2018 I included a screenshot to help explain what I mean. "Licensed to Thomas Smith | Version 8.1" is overlapping the text in the bottom right corner, How would I adjust the text to move it up and slightly to the right? 1 Quote Link to comment Share on other sites More sharing options...
shro2016 Posted April 6, 2018 Share Posted April 6, 2018 You need to edit the systemview.xaml in Visual Studio. If you look for a text block on the page that has a title set to "Version" that is the one you need to move. Quote Link to comment Share on other sites More sharing options...
Special T Posted April 10, 2018 Author Share Posted April 10, 2018 Sorry for the late response but thank you for replying! That solved my issue with the version number I was able to move it up Any idea on how to get the options menu (OptionsView.xaml) to show a transparent background instead of a black solid layer so I can still see the picture while adjusting menu options? Quote Link to comment Share on other sites More sharing options...
BlazingRyuu Posted April 14, 2018 Share Posted April 14, 2018 That setting is in the UserControlStyle.xaml file in the "Styles" folder of your theme. Just change <Setter Property="Background" Value="#000" /> to <Setter Property="Background" Value="Transparent" /> Quote Link to comment Share on other sites More sharing options...
Special T Posted April 16, 2018 Author Share Posted April 16, 2018 Thanks, that's exactly what I was looking for. I watched Jason's tutorial vidoes which helped me get an understanding of the basics but it seems there is still a lot I need to learn. Does anyone have any recommendations on a video tutorial series or a website with a lot of information on xaml coding that would be useful for creating a theme? Quote Link to comment Share on other sites More sharing options...
BlazingRyuu Posted April 18, 2018 Share Posted April 18, 2018 No problem, glad I could help. I just recently started working on making a theme about a month ago with no coding knowledge myself besides very basic 2000's era html. The way I've been learning xaml is just using google to search specific terms like how grids work for positioning elements & what a viewbox and dockpanel are. The greatest help has been seeing how other people are coding their themes and changing variables to see what they do. Most of them have comments of what each block of code does. Good luck and I look forward to seeing what your theme looks like someday. Quote Link to comment Share on other sites More sharing options...
Vitamina1984 Posted December 7, 2018 Share Posted December 7, 2018 How to change image background? Thanks Quote Link to comment Share on other sites More sharing options...
D_argo1 Posted September 7, 2021 Share Posted September 7, 2021 I know this has long since been resolved, but is it possible to do something similar, but to the overall background. Let's say for example I want a simple wheel setup and no animation or wallpapers, just a clear view of my desktop and a windowed version of the launchbox wheel for the consol logos and game titles off to the side. I multi task a lot and I think it would be cool to have the option to monitor other things on my pc as I browse the menus and play. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.