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
Titanium Extended
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: 1175565" data-attributes="member: 145639"><p>[USER=73415]@offbyone[/USER]</p><p>In sites.xaml of OV I can show the site image</p><p>[CODE=XML] <Image Grid.Row="0" Grid.Column="0" DataContext="{Binding ElementName=siteslist,Path=CurrentItem}" Width="180" Stretch="Uniform"</p><p> Source="{Binding Path=Site, Converter={ThemeResource ovsSiteUtilIconConverter}}" Margin="15,35,15,15"</p><p> HorizontalAlignment="Stretch" VerticalAlignment="Top"></p><p> </Image>[/CODE]</p><p></p><p>I want to show it also in categories.xaml, but can not find a way. Following code does not work:</p><p>[CODE=XML] <Image Grid.Row="0" Grid.Column="0" Width="180" Stretch="Uniform"</p><p> Source="{Binding Path=SelectedSite, Converter={ThemeResource ovsSiteUtilIconConverter}}" Margin="15,35,15,15"</p><p> HorizontalAlignment="Stretch" VerticalAlignment="Top"></p><p> </Image>[/CODE]</p><p></p><p>Because following is working in categories.xmal I do not understand the reason:</p><p>[CODE=XML] <Label Grid.Row="0" Grid.Column="2" Color="{ThemeResource TextColor}"</p><p> HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Content="{Binding Path=SelectedSite.Name}" />[/CODE]</p></blockquote><p></p>
[QUOTE="ge2301, post: 1175565, member: 145639"] [USER=73415]@offbyone[/USER] In sites.xaml of OV I can show the site image [CODE=XML] <Image Grid.Row="0" Grid.Column="0" DataContext="{Binding ElementName=siteslist,Path=CurrentItem}" Width="180" Stretch="Uniform" Source="{Binding Path=Site, Converter={ThemeResource ovsSiteUtilIconConverter}}" Margin="15,35,15,15" HorizontalAlignment="Stretch" VerticalAlignment="Top"> </Image>[/CODE] I want to show it also in categories.xaml, but can not find a way. Following code does not work: [CODE=XML] <Image Grid.Row="0" Grid.Column="0" Width="180" Stretch="Uniform" Source="{Binding Path=SelectedSite, Converter={ThemeResource ovsSiteUtilIconConverter}}" Margin="15,35,15,15" HorizontalAlignment="Stretch" VerticalAlignment="Top"> </Image>[/CODE] Because following is working in categories.xmal I do not understand the reason: [CODE=XML] <Label Grid.Row="0" Grid.Column="2" Color="{ThemeResource TextColor}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Content="{Binding Path=SelectedSite.Name}" />[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Titanium Extended
Contact us
RSS
Top
Bottom