DOS76 Posted August 20, 2016 Posted August 20, 2016 There is a BitBucket ticket for this I believe you should find it and add your vote. 1
Jason Carr Posted August 20, 2016 Posted August 20, 2016 Thanks guys, in the short term I am planning to add an option to default to a specific platform so you never have to see the platforms list if there's only one platform. Would this solve the problem for you @8Phantasm? 3
8Phantasm Posted August 20, 2016 Author Posted August 20, 2016 I don't mind seeing the nice platform screen, but I think having an option to do that would be a great option in certain cases. Also an option to just not show repeating platforms on the list would be great too. Thanks man
8Phantasm Posted August 20, 2016 Author Posted August 20, 2016 I did want to skip the platform screen before, but now I've grown to like that screen with a nice background showing the system hardware.
elliot763 Posted August 21, 2016 Posted August 21, 2016 If you edit the platform view (so LaunchBox/Themes/Default/Views/PlatformWheelImageDetailsThumbsFiltersView.xaml for instance, whichever you're using), find the coverFlow:FlowControl item, and set the CurveAmount attribute really high (like CurveAmount="100"), the extra clear logos will be drawn offscreen so you won't see them anymore 3
Rincewind Posted August 21, 2016 Posted August 21, 2016 That's a good tip to know @elliot763 thanks, So a theme could potentially have an animated gif arrow above the platform logo pointing up and one below pointing down. 1
elliot763 Posted August 21, 2016 Posted August 21, 2016 No problem @8Phantasm. @Rincewind, exactly.. I came across this trying to put together a super minimalist platform view and had the exact same thought about using arrow GIFs 1
8Phantasm Posted August 21, 2016 Author Posted August 21, 2016 I guess there is no workaround if you only have two or three platforms you want to show on the wheel at once?
elliot763 Posted August 21, 2016 Posted August 21, 2016 You can get 3 by resetting the CurveAmount and then setting the VisibleCount parameter to 0. Not sure about 2 other than by moving the wheel higher or lower so that one of them is offscreen. 2
Jason Carr Posted August 22, 2016 Posted August 22, 2016 Great to hear that you guys are able to do all that customization. I know VisibleCount is funky because the count is always more than the number. Let me know if there's any other properties I could add that could help you guys out. I do have a horizontal wheel on my list to tackle. 1
Recommended Posts