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: 1139966" data-attributes="member: 145639"><p>[USER=48495]@morpheus_xx[/USER]</p><p></p><p>I stucked a little bit in the generation of CP screens. Since these are only a few preparations and anyway we can not implement it into Summer Release it's not so urgent.</p><p></p><p>1) The selection of the CP by aspect does not work as intended. I tried according to your comments, but perhaps the binding of "CurrrentMediaItem" is not correct.</p><p>[html] [...]</p><p> xmlns="www.team-mediaportal.com/2008/mpf/directx"</p><p> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"</p><p> xmlns:fanart="clr-namespace:MediaPortal.Extensions.UserServices.FanArtService.Client;assembly=FanArtService.Client"</p><p> xmlns:media="clr-namespace:MediaPortal.UiComponents.Media.Models.AspectWrappers;assembly=Media"</p><p><Control x:Name="CP_MovieGeneral"></p><p> <Control.IsVisible></p><p> <MultiBinding Converter="{StaticResource MediaItemAspectToBoolConverter}"></p><p> <Binding Source="Binding CurrentMediaItem" /></p><p> <Binding Source="{x:Static aspect:MovieAspect.ASPECT_ID}" /></p><p> </MultiBinding></p><p> </Control.IsVisible></p><p> <Control.TemplateControl></p><p> <Include Source="screens\CP_MovieGeneral.inc"/></p><p> </Control.TemplateControl></p><p> </Control> </p><p>[...] [/html]</p><p></p><p>2) As mentioned I could create TabButtons. But currently I'm not really sure, how I can change the content by selection of TabButtons.</p><p>Some "google studies" have shown, that there are TabControls in WPF, but I guess we don't have it in MPF, right?</p></blockquote><p></p>
[QUOTE="ge2301, post: 1139966, member: 145639"] [USER=48495]@morpheus_xx[/USER] I stucked a little bit in the generation of CP screens. Since these are only a few preparations and anyway we can not implement it into Summer Release it's not so urgent. 1) The selection of the CP by aspect does not work as intended. I tried according to your comments, but perhaps the binding of "CurrrentMediaItem" is not correct. [html] [...] xmlns="www.team-mediaportal.com/2008/mpf/directx" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:fanart="clr-namespace:MediaPortal.Extensions.UserServices.FanArtService.Client;assembly=FanArtService.Client" xmlns:media="clr-namespace:MediaPortal.UiComponents.Media.Models.AspectWrappers;assembly=Media" <Control x:Name="CP_MovieGeneral"> <Control.IsVisible> <MultiBinding Converter="{StaticResource MediaItemAspectToBoolConverter}"> <Binding Source="Binding CurrentMediaItem" /> <Binding Source="{x:Static aspect:MovieAspect.ASPECT_ID}" /> </MultiBinding> </Control.IsVisible> <Control.TemplateControl> <Include Source="screens\CP_MovieGeneral.inc"/> </Control.TemplateControl> </Control> [...] [/html] 2) As mentioned I could create TabButtons. But currently I'm not really sure, how I can change the content by selection of TabButtons. Some "google studies" have shown, that there are TabControls in WPF, but I guess we don't have it in MPF, right? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
Top
Bottom