Jump to content
LaunchBox Community Forums

bbweiners

Members
  • Posts

    375
  • Joined

  • Last visited

Everything posted by bbweiners

  1. I can verify @Suhrvivor's issue. I'm getting the same thing.
  2. Great work guys! Is there a list or way to see what the 51 new FilterDetailsView & 36 GameDetailsView bindings are? Thanks!
  3. Got it. Thanks!
  4. Hey Faeran, I like to mess around with new features when I can to try and help with finding bugs (plus it's just fun). Could you elaborate a bit more on -- "Improvement: FlowContext now has new properties that you can use for styling based on where the item is in relation to the selected item (for Big Box theme developers)" Thanks!
  5. Makes sense. Do you have any plans to add WallViews to PlatformViews? Also, thanks for the responses. I'm always appreciative to the fact that you, Jason, and Faeran are as responsive as you are. You guys are doing a great job with your business, and I don't think you're reminded of that enough. (No, I'm not looking for a job, haha)!!!
  6. One other thing you may want to check into (no hurry) is that you can't have multiple rows in PlatformViews.
  7. You are correct. I wasn't spacing things enough. My apologies.
  8. I also think I misspoke about PlatformView using FlowTemplate. What I meant is that I noticed some of the new WallView features don't work when incorporating them into PlatformViews that use FlowTemplate. Like the SelectedItemSpacing, or the ability to have multiple Rows.
  9. I guess I'm not understanding why the SelectedItemSpacing isn't working in PlatformView then.
  10. So I forgot to ask... Will the PlatformView use FlowTemplate like the GamesView at some point in the future?
  11. Looks good!!!
  12. The "SelectedItemSpacing" doesn't appear to work in the PlatformViews. Is it supposed to?
  13. The WallView seems pretty messed up now. You can use the default theme, navigate around a bit and see that the spacing is off and that things shift around oddly.
  14. Hey Guys, The new related games list is really cool. Thanks for that! Is there any chance that it will be at all customizable in BigBox as far as how it looks? The ability to make it fullscreen/custom size, change colors, etc... Thanks for all you do!
  15. I've noticed this too. However, the jerkiness for me seems to be with the selected scale and selected offset properties. If I don't use those properties, everything seems to be pretty smooth.
  16. Thanks @faeran! I've found a couple more bugs with the new FlowControl. 1. In PlatformView you are not able to navigate up and down, only left and right. 2. In WallGamesView the endless looping doesn't work properly, it has significant drawing/animation errors. Thanks!
  17. Hi guys, I've posted an image of a theme issue I'm currently having. There appears to be a black border on the right and left side of my images using the new FlowControl. It also doesn't appear to be correctly putting a border around the currently selected image. I've made several themes using the same settings in WallViews and have not had this issue. It only affects the Platform/Filters views. Any idea's? I've attached the code as well. <coverFlow:FlowControl x:Name="FlowControl" Grid.Column="1" Grid.ColumnSpan="3" Grid.Row="3" Grid.RowSpan="1" NavigationRows="0" Rows="1" ItemSpacing="-0.175,0" Endless="True" SelectedScale="1,1"> <coverFlow:FlowControl.Camera> <OrthographicCamera Position="0,0,5" LookDirection="0,0,-1" NearPlaneDistance=".1" FarPlaneDistance="1000" Width="9.5"/> </coverFlow:FlowControl.Camera> <coverFlow:FlowControl.FlowTemplate> <DataTemplate> <coverFlow:FlowContext> <Border BorderThickness="5"> <Border.Style> <Style TargetType="Border"> <Setter Property="BorderBrush" Value="Transparent"/> <Setter Property="Opacity" Value="1"/> <Style.Triggers> <DataTrigger Binding="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type coverFlow:FlowContext}}, Path=IsItemSelected}" Value="True"> <Setter Property="BorderBrush" Value="#ffffff"/> </DataTrigger> <DataTrigger Binding="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type coverFlow:FlowContext}}, Path=IsRowSelected}" Value="True"> <Setter Property="Opacity" Value="1"/> </DataTrigger> </Style.Triggers> </Style> </Border.Style> <coverFlow:FlowImage ImageType="Banner"/> </Border> </coverFlow:FlowContext> </DataTemplate> </coverFlow:FlowControl.FlowTemplate> <coverFlow:FlowControl.Effect> <DropShadowEffect Color="#000000" ShadowDepth="0" BlurRadius="8" Opacity="1" RenderingBias="Performance"/> </coverFlow:FlowControl.Effect> </coverFlow:FlowControl>
  18. A Alright. I thought this could be related to updates to FlowControl.
  19. I tried messing around with the itemZposition and it didn't change anything. I have multiple WallViews that use the same FlowControl settings and they don't have this issue. It only seems to affect the Platform/Filters views. The other thing to notice is the black border that is on the left and right sides of the FlowControl images that are being used. That also is not an issue using WallViews.
  20. Hey Guys, I've noticed that if you use the New Flow Controls with the PlatformViews that it doesn't seem to draw the objects correctly. I've attached an image.
  21. It worked! Thanks!
  22. Yeah, that sounds a bit above my head. I've done a fair amount of stuff with xaml and creating themes, but I'm not a programmer by any stretch. Are there any example code snippets of this. Maybe @faeran would know?
  23. Yes. That is correct. Is that something we can currently do?
  24. Let me be sure we're on the same page. So if you're in the genre's filter, you have a specific image for each genre -- Action, Platformers, Sports, etc... If you're in series, you have a specific image for Contra, Metal Slug, Mario, Sonic, etc...
×
×
  • Create New...