Jump to content
LaunchBox Community Forums

Drodrik

Members
  • Posts

    158
  • Joined

  • Last visited

File Comments posted by Drodrik

    BannerBox

       9,395    165
    14 minutes ago, Drodrick said:

    Hi guys , do you know why my platorms view look like this :(, i have launch ver 11.2

     

    image.thumb.png.d68bf14cfd92d463ba03fa09a7d4f1c6.png

    Solved, Its necesary refresh the platform wheel in image cache, what a theme!

  1. 1 hour ago, y2guru said:

    The Theme creator does not work that way, it has a set of preset UI Elements that you essentially drop onto a blank canvas and manipulate the properties, think of PowerPoint but as you add UI elements to the canvas it is generating XAML behind the scenes

    ohh i understant, i have a question, wallgamesview does not support videos? I cant find the option for insert the selected item video

  2. 26 minutes ago, Drodrick said:

    Does not work in the last release 10.11, the context menu is not appearing

    Solved!! just go to your plugins folder an delete the playtimeTracker and playtimeTracker_v1.3 folders, and Xceed.Wpf.Toolkit.dll and the PlaytimeTracker.dll it seems playtime tracker and pscx2 configurartor Next plugins are incompatible between them, you can write for the developers for answers:

     

  3. Critical Zone is the best in my opinion! the only thing is it hasn't scrolling details support! so, if you want add the scrolling notes support you must open the theme in visual studio search and replace this values fields:

    Spoiler

    In the "Horizontal wheel 3 view" menu... 

    <!--GAME DETAILS -->
                    <Canvas x:Name="GameDetails" ClipToBounds="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,4,0,0" >
                      <controls:ScrollableTextBlock Name="ScrollingDetails" Text="{Binding Path=ActiveGame.DetailsWithoutPlatform}" FontFamily="Calibri" FontSize="32" Foreground="White" TextAlignment="Justify" TextWrapping="Wrap"  Width="{Binding ElementName=GameDetails, Path=ActualWidth}" ScrollBeginDelay="3" ScrollSpeed="0.5" ScrollAutoReverse="True" ScrollEndDelay="2" ReverseScrollSpeed="0.5" ScrollDirection="Up" />
                    </Canvas>
                  </DockPanel>
                </Viewbox>

    In the "Game details view"

    <!--GAME DETAILS -->
                    <Canvas x:Name="GameDetails" ClipToBounds="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,5,0,10" >
                      <controls:ScrollableTextBlock Name="ScrollingDetails" Text="{Binding Path=ActiveGame.DetailsWithoutPlatform}" FontFamily="Calibri" FontSize="32" Foreground="White" TextAlignment="Justify" TextWrapping="Wrap" Width="{Binding ElementName=GameDetails, Path=ActualWidth}" ScrollBeginDelay="4" ScrollSpeed="1" ScrollAutoReverse="True" ScrollEndDelay="4" ReverseScrollSpeed="0.5" ScrollDirection="Up" />
                    </Canvas>
                  </DockPanel>
                </Viewbox>

    In the "Filter details view"

    <!-- FILTER DETAILS -->
                <Canvas x:Name="DetailsCanvas" ClipToBounds="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,10,0,0" >
                    <controls:ScrollableTextBlock Name="PlatformDetails" Text="{Binding Path=Details}" Visibility="{Binding TitleVisibility}" FontFamily="Calibri" FontSize="28" Foreground="White" TextWrapping="Wrap" DockPanel.Dock="Top" TextTrimming="CharacterEllipsis" Margin="0,10,0,0" ScrollBeginDelay="5" ScrollSpeed="1" ScrollAutoReverse="True" ScrollEndDelay="5" ReverseScrollSpeed="0.5" ScrollDirection="Up" />
                </Canvas>
            </DockPanel>
     

     

×
×
  • Create New...