y2guru Posted March 19, 2018 Share Posted March 19, 2018 @Jason Carr Is there a variable exposed that would enable something like this... I'd love the user to choose what game images to use via Big Box options instead of coding alternate XAML views Cheers in advance, Dave <coverFlow:FlowControl Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="9" x:Name="FlowControl" ImageType="{Binding GameImageType}" CurveAmount="0" CameraZPosition="8.4" VisibleCount="7" PageSize="14" ItemZPosition="2.5" SelectedItemZPosition="4.0" Spacing="2.5" > <coverFlow:FlowControl.CoverFactory> <coverFlow:HorizontalWheelCoverFactory /> </coverFlow:FlowControl.CoverFactory> </coverFlow:FlowControl> Quote Link to comment Share on other sites More sharing options...
neil9000 Posted March 19, 2018 Share Posted March 19, 2018 9 minutes ago, y2guru said: @Jason Carr Is there a variable exposed that would enable something like this... I'd love the user to choose what game images to use via Big Box options instead of coding alternate XAML views Cheers in advance, Dave <coverFlow:FlowControl Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="9" x:Name="FlowControl" ImageType="{Binding GameImageType}" CurveAmount="0" CameraZPosition="8.4" VisibleCount="7" PageSize="14" ItemZPosition="2.5" SelectedItemZPosition="4.0" Spacing="2.5" > <coverFlow:FlowControl.CoverFactory> <coverFlow:HorizontalWheelCoverFactory /> </coverFlow:FlowControl.CoverFactory> </coverFlow:FlowControl> Sorry I know nothing of the XAML, but there are already themes that let you use the "switch image" key/button to do this already, some views are hard coded, some let you switch on the fly. Quote Link to comment Share on other sites More sharing options...
y2guru Posted March 19, 2018 Author Share Posted March 19, 2018 thanks Neil, all my views are hardcoded, but i would love to know which Theme or Themes allow a key/button to switch the Game Image Types on the fly. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted March 19, 2018 Share Posted March 19, 2018 3 minutes ago, y2guru said: thanks Neil, all my views are hardcoded, but i would love to know which Theme or Themes allow a key/button to switch the Game Image Types on the fly. Give me a sec and ill dig a theme/view out. Quote Link to comment Share on other sites More sharing options...
y2guru Posted March 19, 2018 Author Share Posted March 19, 2018 you're too kind :-) Quote Link to comment Share on other sites More sharing options...
neil9000 Posted March 19, 2018 Share Posted March 19, 2018 Critical Zone V2 allows it. On the coverflow with details, and I think others. 2018-03-19 21-11-31.mp4 Quote Link to comment Share on other sites More sharing options...
y2guru Posted March 19, 2018 Author Share Posted March 19, 2018 cool, ill check it out Neil. cheers Matey Quote Link to comment Share on other sites More sharing options...
neil9000 Posted March 19, 2018 Share Posted March 19, 2018 Should probably tag @CriticalCid here as he actually knows, rather than me speculating. Quote Link to comment Share on other sites More sharing options...
CriticalCid Posted March 20, 2018 Share Posted March 20, 2018 As far as I know does the "change image type" button/key only work for CoverFlow elements in non-wheel views. In the wheel views it only allows you to set a specific image type. Quote Link to comment Share on other sites More sharing options...
y2guru Posted March 20, 2018 Author Share Posted March 20, 2018 Hey Cid! long time no exchange messages. Thats what i thought too, coverflow appears to allow switching (and i don't want to use coverflow) and wheel types are fixed (have to be hard coded in the xaml view) i wish that wasn't the case :-( if only the value of the "options - Game Image" was accessible, would make life (coding) so much easier Quote Link to comment Share on other sites More sharing options...
CriticalCid Posted March 20, 2018 Share Posted March 20, 2018 That's true. I've already suggested that to @Jason Carr quite a while ago but he never came to it Quote Link to comment Share on other sites More sharing options...
y2guru Posted March 20, 2018 Author Share Posted March 20, 2018 Bummer :-( I figured it would be a fairly simple thing to do ... compared to everything else going on. 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.