mcfilmmakers Posted December 23, 2017 Share Posted December 23, 2017 (edited) 1 hour ago, Dan said: Figured out which view to edit, and how to add a text box. However following your instruction, I end up with just the word "Nintendo", instead of "Manufacturer: Nintendo". If I add the word Manufacturer before the string you gave me, then the whole string shows as text in BB instead of the instruction. Look up string and variable formatting for xaml or take a look at the code for other themes. You know the hard part now, the rest is the basics. You have the best examples right in front of you. That’s the best way to learn. Edited December 23, 2017 by mcfilmmakers Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 23, 2017 Share Posted December 23, 2017 (edited) Worked it out! Question - works fine for the platform selections, though I want different text to show for the categories selection (e.g. manufacturers makes no sense for categories). How can I have different text for categories and platforms? Edited December 23, 2017 by Dan Quote Link to comment Share on other sites More sharing options...
Typhon Posted December 23, 2017 Share Posted December 23, 2017 18 hours ago, Typhon said: Hey guys, I'm hoping you can help me figure this one out. I have Launchbox set up to remember each platform's own view, and I really like this one for Critical Zone: The problem is, the view isn't being remembered. As soon as I leave back to the the 'platforms' list, and then re-enter, it changes the view to this:I don't have this problem with all of the different views, but I do have it with more than one. Am I doing something wrong here, or is it a bug maybe? Thanks for your time. I have another question. I am actually quite happy with the default theme for the most part, I only wish it had a platform view like in the first pic that I could switch to. Would it be possible for me to alter the theme, and manually add in a view like that? I use the 'remember view' per platform, so it' be nice to have every view that I like all under one theme. Quote Link to comment Share on other sites More sharing options...
Chris Kant Posted December 23, 2017 Share Posted December 23, 2017 sadly, with the new 2.2 version of the theme plus LaunchBox 7.15 (or 16?) I receive following error message when I choose some views Quote Link to comment Share on other sites More sharing options...
CriticalCid Posted December 23, 2017 Author Share Posted December 23, 2017 34 minutes ago, Chris Kant said: sadly, with the new 2.2 version of the theme plus LaunchBox 7.15 (or 16?) I receive following error message when I choose some views Looks like you have renamed the theme folder and therefore the Views can't find some of the files as the path is now wrong because of that. Just extract the theme again and leave the name as is. That's also a tipp in general: Don't ever rename custom themes or plug-ins 4 hours ago, Dan said: Worked it out! Question - works fine for the platform selections, though I want different text to show for the categories selection (e.g. manufacturers makes no sense for categories). How can I have different text for categories and platforms? Unfortunately it's not possible at the moment to differ between those two inside BigBox. 3 hours ago, Typhon said: I have another question. I am actually quite happy with the default theme for the most part, I only wish it had a platform view like in the first pic that I could switch to. Would it be possible for me to alter the theme, and manually add in a view like that? I use the 'remember view' per platform, so it' be nice to have every view that I like all under one theme. Yes it’s possible. 1. Make a copy of the Default theme 2. Copy the View you want from the custom theme folder to your copy of the default folder (overwrite the existing view in this folder). In this case it’s the Wheel2GamesView.xaml from CriticalZone (you can find it in the "Views" sub-folder. 3. Open the “ThemeSettings.xml” file inside your Default theme copy and activate your copied View by changing the value of the correct View from true to false. In this case change this <DisableWheel2GamesView>true</DisableWheel2GamesView> to this <DisableWheel2GamesView>false</DisableWheel2GamesView> 4. Change the theme inside BigBox to your copy of the Default theme. 1 Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 23, 2017 Share Posted December 23, 2017 4 minutes ago, CriticalCid said: Unfortunately it's not possible at the moment to differ between those two inside BigBox. I'm sure I've seem themes where it only shows this data when you go into the platforms menu, and not in the categories menu? Quote Link to comment Share on other sites More sharing options...
mcfilmmakers Posted December 23, 2017 Share Posted December 23, 2017 4 hours ago, Dan said: Worked it out! Question - works fine for the platform selections, though I want different text to show for the categories selection (e.g. manufacturers makes no sense for categories). How can I have different text for categories and platforms? It's totally possible but it has to be done with C# in the backend coding (the .cs file of the xaml). What you want to look into is called a MultivalueConverter. Its a pain in the ass to figure out, but once you do, it works beautifully. Quote Link to comment Share on other sites More sharing options...
Chris Kant Posted December 23, 2017 Share Posted December 23, 2017 13 minutes ago, CriticalCid said: Looks like you have renamed the theme folder and therefore the Views can't find some of the files as the path is now wrong because of that. Just extract the theme again and leave the name as is. That's also a tipp in general: Don't ever rename custom themes or plug-ins I did nothing like that. I just grabbed your theme and put it into the Themes Folder a few of your views works but some of them not. Quote Link to comment Share on other sites More sharing options...
Typhon Posted December 23, 2017 Share Posted December 23, 2017 (edited) 25 minutes ago, CriticalCid said: Yes it’s possible. 1. Make a copy of the Default theme 2. Copy the View you want from the custom theme folder to your copy of the default folder (overwrite the existing view in this folder). In this case it’s the Wheel2GamesView.xaml from CriticalZone (you can find it in the "Views" sub-folder. 3. Open the “ThemeSettings.xml” file inside your Default theme copy and activate your copied View by changing the value of the correct View from true to false. In this case change this <DisableWheel2GamesView>true</DisableWheel2GamesView> to this <DisableWheel2GamesView>false</DisableWheel2GamesView> 4. Change the theme inside BigBox to your copy of the Default theme. Thanks so much for your help, I'm having a slight problem with this it seems though. I'm getting a popup window with some errors, here's a screenshot: Do you know what's causing this to occur? Edit: Also, I named the copied theme 'Default alt,' if that matters. I followed all of your other instructions exactly. Edited December 23, 2017 by Typhon Quote Link to comment Share on other sites More sharing options...
CriticalCid Posted December 23, 2017 Author Share Posted December 23, 2017 34 minutes ago, Dan said: I'm sure I've seem themes where it only shows this data when you go into the platforms menu, and not in the categories menu? Sorry if I was misleading. When I said that it’s not possible I meant that it’s not possible with the native BigBox theming options and requires programming of a custom plugin for that. If somebody else has already came up with something for their own theme I suggest you ask the creator of it on how to use it in a different theme. 24 minutes ago, Chris Kant said: I did nothing like that. I just grabbed your theme and put it into the Themes Folder a few of your views works but some of them not. According to your error message does the View look for the BackgroundVideoOnly version of BlueBox but you have the default version of it installed. I just downloaded and checked the default BlueBox version and all file paths in the theme code are correct, so I'm not sure what's going on. I suggest to try to download it again but you should delete your current instance of CriticalZoneV2 - BlueBox first to make sure that you have no faulty remnants of a previous version left that could cause trouble. 15 minutes ago, Typhon said: Thanks so much for your help, I'm having a slight problem with this it seems though. I'm getting a popup window with some errors, here's a screenshot: Do you know what's causing this to occur? Sorry, haven't thought about that, my bad. You have to copy all plugins files from the CriticalZone folder to the plugins folder of your new Default theme as well. 1 Quote Link to comment Share on other sites More sharing options...
Typhon Posted December 23, 2017 Share Posted December 23, 2017 Working perfectly now. Thanks a lot! 1 Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 24, 2017 Share Posted December 24, 2017 11 hours ago, mcfilmmakers said: It's totally possible but it has to be done with C# in the backend coding (the .cs file of the xaml). What you want to look into is called a MultivalueConverter. Its a pain in the ass to figure out, but once you do, it works beautifully. I fear that this may be well beyond my area of expertise - would you be able to assist at all or offer some pointers? Quote Link to comment Share on other sites More sharing options...
Typhon Posted December 24, 2017 Share Posted December 24, 2017 I've decided to tweak Critical ZoneV2 a bit and make it my primary theme, as it is almost perfect for what I'm looking for. I have one more question though... for 'PlatformWheel1FiltersView' , is there a way (altering the .xaml file perhaps?) for me to have the 'details' scroll, as well as the notes? I tried setting that in the options but it doesn't seem to work for this theme. This is the only thing left I'd like to tweak, then I'll be completely satisfied. Here's a pic of what I'm talking about exactly: Quote Link to comment Share on other sites More sharing options...
mcfilmmakers Posted December 24, 2017 Share Posted December 24, 2017 Yes. Look at the theme documentation guide in the default theme folder. It tells you how. Quote Link to comment Share on other sites More sharing options...
Typhon Posted December 24, 2017 Share Posted December 24, 2017 Thanks, but it's a bit beyond my understanding... I found the 'Scrollable text block' section in the documentation, I'm not sure how to implement that exactly. I also tried comparing the PlatformWheel1FiltersView.xaml in this theme with the one from the 'default' theme, and I don't understand why the 'default' version scrolls, and this one does not. Quote Link to comment Share on other sites More sharing options...
JamesBond@ge Posted December 24, 2017 Share Posted December 24, 2017 Hi CriticalCid. I love your themes and use them all the time. I have my Platforms List as a plain text list and was wondering if it would be possible to have the 'glass' effect around them, rather like what is there in the platform details and descriptions? I hope I'm not being cheeky making requests. Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 24, 2017 Share Posted December 24, 2017 4 hours ago, mcfilmmakers said: Yes. Look at the theme documentation guide in the default theme folder. It tells you how. Are you referring to my question mcfilm? Quote Link to comment Share on other sites More sharing options...
mcfilmmakers Posted December 24, 2017 Share Posted December 24, 2017 42 minutes ago, Dan said: Are you referring to my question mcfilm? No, it was a response to the question asked just before my reply about scrolling text. Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 24, 2017 Share Posted December 24, 2017 OK, wasn't sure! Would be grateful for some more advice on how to sort my issue with the categories part of the theme. Quote Link to comment Share on other sites More sharing options...
mcfilmmakers Posted December 24, 2017 Share Posted December 24, 2017 36 minutes ago, Dan said: OK, wasn't sure! Would be grateful for some more advice on how to sort my issue with the categories part of the theme. That's not an issue anyone can really do for you. You need to modify your theme to implement a custom plugin. You're going to have to learn it yourself. The launchbox plugin API is readily available and here's what you need to implement into your plugin: MultiValueConverter after you pickup some basics of C#. I knew NOTHING a month ago so it's not as intimidating as it looks. 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.