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
Apollo One
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: 1119530" data-attributes="member: 145639"><p>I was not sure, which picture from wiz was intended. I used a new picture which fits well from my point of view.</p><p>[USER=118429]@wizard123[/USER] , please let me know, if I should exchange it with another picture</p><p>[ATTACH]160166[/ATTACH] </p><p></p><p></p><p>I can try my best. But still didn't completely understand the xaml logic <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> I failed when trying to add the star rating to series view. Also I'm not sure if I understood where and how the grid is defined. Un/Watched style needs to be added in MediaStyles.xaml, right? For movies do I need to add it here?</p><p>[code] <media:MovieAspectWrapper MediaItem="{Binding MediaItem}" Grid.Column="1" HorizontalAlignment="Right"></p><p> <media:MovieAspectWrapper.Template></p><p> <ControlTemplate></p><p> <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" DataContext="{Binding RelativeSource={RelativeSource TemplatedParent}}"></p><p></p><p> <StarRatingPanel x:Name="RatingReadOnly" IsReadOnly="True" StarReadOnlyTemplate="{StaticResource StarReadOnlyTemplate}"</p><p> Maximum="10"</p><p> Value="{Binding TotalRating}"></p><p> <StarRatingPanel.LayoutTransform></p><p> <TransformGroup></p><p> <ScaleTransform ScaleX="1.7" ScaleY="1.7"/></p><p> </TransformGroup></p><p> </StarRatingPanel.LayoutTransform></p><p> </StarRatingPanel></p><p> </StackPanel></p><p> </ControlTemplate></p><p> </media:MovieAspectWrapper.Template></p><p> </media:MovieAspectWrapper>[/code]</p><p>Where is the "un/watched" state defined?</p></blockquote><p></p>
[QUOTE="ge2301, post: 1119530, member: 145639"] I was not sure, which picture from wiz was intended. I used a new picture which fits well from my point of view. [USER=118429]@wizard123[/USER] , please let me know, if I should exchange it with another picture [ATTACH]160166[/ATTACH] I can try my best. But still didn't completely understand the xaml logic :( I failed when trying to add the star rating to series view. Also I'm not sure if I understood where and how the grid is defined. Un/Watched style needs to be added in MediaStyles.xaml, right? For movies do I need to add it here? [code] <media:MovieAspectWrapper MediaItem="{Binding MediaItem}" Grid.Column="1" HorizontalAlignment="Right"> <media:MovieAspectWrapper.Template> <ControlTemplate> <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" DataContext="{Binding RelativeSource={RelativeSource TemplatedParent}}"> <StarRatingPanel x:Name="RatingReadOnly" IsReadOnly="True" StarReadOnlyTemplate="{StaticResource StarReadOnlyTemplate}" Maximum="10" Value="{Binding TotalRating}"> <StarRatingPanel.LayoutTransform> <TransformGroup> <ScaleTransform ScaleX="1.7" ScaleY="1.7"/> </TransformGroup> </StarRatingPanel.LayoutTransform> </StarRatingPanel> </StackPanel> </ControlTemplate> </media:MovieAspectWrapper.Template> </media:MovieAspectWrapper>[/code] Where is the "un/watched" state defined? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
Apollo One
Contact us
RSS
Top
Bottom