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
Skinning contest: One month to go
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="FreakyJ" data-source="post: 673211" data-attributes="member: 106003"><p><strong>AW: Skinning contest: One month to go</strong></p><p></p><p>One more question: Is also Viewport3D available? Because I tried a simple example in MP2 and it works fine in WPF but not in MPF...</p><p></p><p>[CODE]<DockPanel</p><p> xmlns="www.team-mediaportal.com/2008/mpf/directx"</p><p> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"</p><p> Context="{Model Id=5726DA5A-70D5-458f-AF67-611293D97912}" LastChildFill="False"></p><p> </p><p></p><p></p><p> <Grid></p><p> <DockPanel</p><p> Width="Auto"</p><p> VerticalAlignment="Stretch"</p><p> Height="Auto"</p><p> HorizontalAlignment="Stretch"</p><p> Grid.ColumnSpan="1"</p><p> Grid.Column="0"</p><p> Grid.Row="0"</p><p> Margin="0,0,0,0"</p><p> Grid.RowSpan="1"></p><p> <StackPanel></p><p> <StackPanel.Background></p><p> <LinearGradientBrush></p><p> <GradientStop Color="#FFFFFFFF" Offset="0"/></p><p> <GradientStop Color="#00000000" Offset=".3"/></p><p> <GradientStop Color="#00000000" Offset=".7"/></p><p> <GradientStop Color="#FFFFFFFF" Offset="1"/></p><p> </LinearGradientBrush></p><p> </StackPanel.Background></p><p> <StackPanel Margin="10"></p><p></p><p> </StackPanel></p><p> </StackPanel></p><p> <Viewport3D Name="mainViewport" ClipToBounds="True"></p><p> <Viewport3D.Camera></p><p> <PerspectiveCamera</p><p> FarPlaneDistance="100"</p><p> LookDirection="-11,-10,-9"</p><p> UpDirection="0,1,0"</p><p> NearPlaneDistance="1"</p><p> Position="11,10,9"</p><p> FieldOfView="70" /></p><p> </Viewport3D.Camera></p><p> <ModelVisual3D></p><p> <ModelVisual3D.Content></p><p> <DirectionalLight Color="#FFFFFFFF" Direction="-2,-3,-1" /></p><p> </ModelVisual3D.Content></p><p> </ModelVisual3D></p><p> </Viewport3D></p><p> </DockPanel></p><p> </Grid></p><p></p><p></p><p></DockPanel>[/CODE]</p><p></p><p>I already looked at the difference between MPF and WPF in the documentation and there was the color mentioned, so I changed it... but it is still not working and in WPF it is still.</p><p></p><p>I'm sorry that I have questions over questions, but the error message "2010-10-31 15:48:51.438957 [Info.][InputManager dispatch thread]: WorkflowManager: Error showing screen 'hello_world'" doesn't help me in any way. I know that it is a really hard work to write such a mediacenter and I really appreciate your effort, but it would really nice to have a more detail error message. For example: "Attribute xyz doesn't exist" oder "Element xyz isn't supported by MPF". Without a detailed error message I just have no clue what's going wrong oO</p><p></p><p>Hopefully you can help me and thumbs up fo MP2 <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="FreakyJ, post: 673211, member: 106003"] [b]AW: Skinning contest: One month to go[/b] One more question: Is also Viewport3D available? Because I tried a simple example in MP2 and it works fine in WPF but not in MPF... [CODE]<DockPanel xmlns="www.team-mediaportal.com/2008/mpf/directx" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Context="{Model Id=5726DA5A-70D5-458f-AF67-611293D97912}" LastChildFill="False"> <Grid> <DockPanel Width="Auto" VerticalAlignment="Stretch" Height="Auto" HorizontalAlignment="Stretch" Grid.ColumnSpan="1" Grid.Column="0" Grid.Row="0" Margin="0,0,0,0" Grid.RowSpan="1"> <StackPanel> <StackPanel.Background> <LinearGradientBrush> <GradientStop Color="#FFFFFFFF" Offset="0"/> <GradientStop Color="#00000000" Offset=".3"/> <GradientStop Color="#00000000" Offset=".7"/> <GradientStop Color="#FFFFFFFF" Offset="1"/> </LinearGradientBrush> </StackPanel.Background> <StackPanel Margin="10"> </StackPanel> </StackPanel> <Viewport3D Name="mainViewport" ClipToBounds="True"> <Viewport3D.Camera> <PerspectiveCamera FarPlaneDistance="100" LookDirection="-11,-10,-9" UpDirection="0,1,0" NearPlaneDistance="1" Position="11,10,9" FieldOfView="70" /> </Viewport3D.Camera> <ModelVisual3D> <ModelVisual3D.Content> <DirectionalLight Color="#FFFFFFFF" Direction="-2,-3,-1" /> </ModelVisual3D.Content> </ModelVisual3D> </Viewport3D> </DockPanel> </Grid> </DockPanel>[/CODE] I already looked at the difference between MPF and WPF in the documentation and there was the color mentioned, so I changed it... but it is still not working and in WPF it is still. I'm sorry that I have questions over questions, but the error message "2010-10-31 15:48:51.438957 [Info.][InputManager dispatch thread]: WorkflowManager: Error showing screen 'hello_world'" doesn't help me in any way. I know that it is a really hard work to write such a mediacenter and I really appreciate your effort, but it would really nice to have a more detail error message. For example: "Attribute xyz doesn't exist" oder "Element xyz isn't supported by MPF". Without a detailed error message I just have no clue what's going wrong oO Hopefully you can help me and thumbs up fo MP2 :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
Skinning contest: One month to go
Contact us
RSS
Top
Bottom