home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ge2301" data-source="post: 1130812" data-attributes="member: 145639"><p>[USER=48495]@morpheus_xx[/USER]</p><p>I prepared below template for the homescreen. Currently I put the content into MediaItemsList.inc in order to see the effects in MP2.</p><p>The weather extract is shown and it's working. The NestedListView does not show up. Anyway it would be better to distiguish between the media types (audio, movie, series, image, recordings).</p><p>This gives more flexibility for later, e.g. user might selected the content in homescreen and the view style can be different between the different media types as I have sketched in my mock-ups. Can you help here? <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> Thanks</p><p></p><p><According to the feedbacks I'll implement the design proposal #3></p><p></p><p>[html]<?xml version="1.0" encoding="utf-8"?></p><p><Grid</p><p> xmlns="www.team-mediaportal.com/2008/mpf/directx"</p><p> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"</p><p> xmlns:collections="clr-namespace:MediaPortal.UI.Presentation.DataObjects;assembly=MediaPortal.UI"</p><p> DataContext="{Binding Source={Model 4CDD601F-E280-43b9-AD0A-6D7B2403C856},Path=NavigationData.CurrentScreenData}"</p><p></p><p> > <!-- Model = MediaNavigationModel --></p><p> <Grid.Resources></p><p> <Model x:Key="MediaModel" Id="4CDD601F-E280-43b9-AD0A-6D7B2403C856"/></p><p> <Model x:Key="CurrentWeatherModel" Id="FC57FF5C-F72F-47E9-B973-338E31FF7FF1"/></p><p> </Grid.Resources></p><p> <Grid.RowDefinitions></p><p> <RowDefinition Height="Auto"/></p><p> <RowDefinition Height="*"/></p><p> </Grid.RowDefinitions></p><p> <Grid.ColumnDefinitions></p><p> <ColumnDefinition Width="Auto"/></p><p> <ColumnDefinition Width="*"/></p><p> </Grid.ColumnDefinitions></p><p></p><p></p><p> <Grid Grid.Row="0" Grid.RowSpan="2" Grid.Column="0" DataContext="{Binding Source={Model 11193401-D85D-4D50-9825-E9EB34D87062}}"></p><p> <Grid.RowDefinitions></p><p> <RowDefinition Height="Auto"/></p><p> <RowDefinition Height="*"/></p><p> </Grid.RowDefinitions></p><p> <Grid.ColumnDefinitions></p><p> <ColumnDefinition Width="*"/></p><p> </Grid.ColumnDefinitions></p><p> <ListView x:Name="MasterList" ItemsSource="{Binding AllItems}" Style="{ThemeResource NestedMediaListViewStyle}"></p><p> </ListView></p><p> </Grid></p><p></p><p> <StackPanel Grid.Row="1" Grid.Column="1" ></p><p> <Image x:Name="SmallIcon" Source="{Binding Source={StaticResource CurrentWeatherModel}, Path=CurrentLocation.Condition.BigIconProperty}"</p><p> IsVisible="{Binding UseInHome}" HorizontalAlignment="Center" Margin="0,0,0,0"/></p><p></p><p> <Label x:Name="Temp" Content="{Binding Source={StaticResource CurrentWeatherModel}, Path=CurrentLocation.Condition.Temperature}"</p><p> FontFamily="TitanBold" Color="{ThemeResource TextColor}" IsVisible="{Binding UseInHome}"</p><p> VerticalAlignment="Center" HorizontalAlignment="Center"/></p><p></p><p> <Label x:Name="Place" Content="{Binding Source={StaticResource CurrentWeatherModel}, Path=CurrentLocation.Name}"</p><p> FontFamily="TitanBold" Color="{ThemeResource TextColor}" IsVisible="{Binding UseInHome}"</p><p> VerticalAlignment="Center" HorizontalAlignment="Center"/></p><p> </StackPanel></p><p></p><p></p><p></Grid>[/html]</p></blockquote><p></p>
[QUOTE="ge2301, post: 1130812, member: 145639"] [USER=48495]@morpheus_xx[/USER] I prepared below template for the homescreen. Currently I put the content into MediaItemsList.inc in order to see the effects in MP2. The weather extract is shown and it's working. The NestedListView does not show up. Anyway it would be better to distiguish between the media types (audio, movie, series, image, recordings). This gives more flexibility for later, e.g. user might selected the content in homescreen and the view style can be different between the different media types as I have sketched in my mock-ups. Can you help here? :) Thanks <According to the feedbacks I'll implement the design proposal #3> [html]<?xml version="1.0" encoding="utf-8"?> <Grid xmlns="www.team-mediaportal.com/2008/mpf/directx" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:collections="clr-namespace:MediaPortal.UI.Presentation.DataObjects;assembly=MediaPortal.UI" DataContext="{Binding Source={Model 4CDD601F-E280-43b9-AD0A-6D7B2403C856},Path=NavigationData.CurrentScreenData}" > <!-- Model = MediaNavigationModel --> <Grid.Resources> <Model x:Key="MediaModel" Id="4CDD601F-E280-43b9-AD0A-6D7B2403C856"/> <Model x:Key="CurrentWeatherModel" Id="FC57FF5C-F72F-47E9-B973-338E31FF7FF1"/> </Grid.Resources> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto"/> <ColumnDefinition Width="*"/> </Grid.ColumnDefinitions> <Grid Grid.Row="0" Grid.RowSpan="2" Grid.Column="0" DataContext="{Binding Source={Model 11193401-D85D-4D50-9825-E9EB34D87062}}"> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="*"/> </Grid.ColumnDefinitions> <ListView x:Name="MasterList" ItemsSource="{Binding AllItems}" Style="{ThemeResource NestedMediaListViewStyle}"> </ListView> </Grid> <StackPanel Grid.Row="1" Grid.Column="1" > <Image x:Name="SmallIcon" Source="{Binding Source={StaticResource CurrentWeatherModel}, Path=CurrentLocation.Condition.BigIconProperty}" IsVisible="{Binding UseInHome}" HorizontalAlignment="Center" Margin="0,0,0,0"/> <Label x:Name="Temp" Content="{Binding Source={StaticResource CurrentWeatherModel}, Path=CurrentLocation.Condition.Temperature}" FontFamily="TitanBold" Color="{ThemeResource TextColor}" IsVisible="{Binding UseInHome}" VerticalAlignment="Center" HorizontalAlignment="Center"/> <Label x:Name="Place" Content="{Binding Source={StaticResource CurrentWeatherModel}, Path=CurrentLocation.Name}" FontFamily="TitanBold" Color="{ThemeResource TextColor}" IsVisible="{Binding UseInHome}" VerticalAlignment="Center" HorizontalAlignment="Center"/> </StackPanel> </Grid>[/html] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
Top
Bottom