-
Posts
1,438 -
Joined
-
Last visited
-
Days Won
36
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by y2guru
-
-
-
-
-
- 13 comments
-
- 13 comments
-
- 1
-
-
-
Bummer :-( I figured it would be a fairly simple thing to do ... compared to everything else going on.
-
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
-
cool, ill check it out Neil. cheers Matey
-
you're too kind :-)
-
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.
-
@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>
-
-
-
-
- 2 comments
-
- nintendo 64
- 3d boxes
-
(and 3 more)
Tagged with:
-
-
-
-
When I go to the options screen and choose view all games, my HorizontalWheel1GamesView, HorizontalWheel2GamesView and HorizontalWheel3GamesView views no longer show the Game Clear Logo's and instead switches to Boxes, yet... when I switch to WheelGamesView it continues using the Game Clear Logos. Am I doing something wrong, have I missed some logic in HorizontalWheel1GamesView, HorizontalWheel2GamesView and HorizontalWheel3GamesView ? Capture-1 : HorizontalWheel1GamesView, displaying Game Clear Logo as coded Capture-2: HorizontalWheel1GamesView, displaying boxes when "View All Games" has been selected - this is not expected behavior Capture-3: WheelGamesView, displaying Game Clear Logos when "View All Games" has been selected - this is expected behavior
-
-