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="bodiroga" data-source="post: 676988" data-attributes="member: 63563"><p>Hi all!</p><p></p><p>Just one (although it's not trivial) question: does anybody knows how all the navigation stuff work in Mediaportal? I understand that the navigaton is controlled by the workflow files, is that correct? But for example, if we take the weather-actions file we can see:</p><p></p><p>[CODE]<?xml version="1.0" encoding="utf-8"?></p><p><!-- Media workflow state actions --></p><p><Workflow DescriptorVersion="1.0"></p><p> <MenuActions></p><p> <PushNavigationTransition Id="E34FDB62-1F3E-4aa9-8A61-D143E0AF77B5"</p><p> Name="Home->Weather"</p><p> DisplayCategory="a-Weather"</p><p> SortOrder="a"</p><p> SourceState="7F702D9C-F2DD-42da-9ED8-0BA92F07787F"</p><p> TargetState="44E1CF89-66D0-4850-A076-E1B602432983"</p><p> DisplayTitle="[Weather.Title]"/></p><p></p><p> <PushNavigationTransition Id="65A9A5F6-CA50-4459-8E49-0DC614B7A2E8"</p><p> Name="Weather->WeatherLocations"</p><p> DisplayCategory="a-WeatherLocations"</p><p> SortOrder="a"</p><p> SourceState="44E1CF89-66D0-4850-A076-E1B602432983"</p><p> TargetState="9A20A26F-2EF0-4a45-8F92-42D911AE1D8F"</p><p> DisplayTitle="[Weather.ChooseLocation]"/></p><p></p><p> <MethodCallAction Id="7AEB11DE-BA40-40a2-933A-B00BBD151B08" </p><p> Name="Weather" </p><p> DisplayCategory="b-Refresh"</p><p> SortOrder="b"</p><p> DisplayTitle="[Weather.Refresh]"</p><p> SourceState="44E1CF89-66D0-4850-A076-E1B602432983"</p><p> ModelId="92BDB53F-4159-4dc2-B212-6083C820A214"</p><p> MethodName="Refresh"/> <!-- Model = WeatherModel --></p><p> </MenuActions></p><p></Workflow>[/CODE]</p><p></p><p>What are all those PushNavigation IDs? What do all those numbers and letters mean? Where are they pointing at?</p><p></p><p>I have tried to read the wiki, but all the BindingMarkupExtension, TemplateBindingMarkupExtension,... explications are in "To be continued" state. This is really complicated and frustrating, and the incompatibility of Expression Blend with MPF makes all more complicated (you can't see what you are doing). Themes folders, media folders, workflow folders, screen folders,... each one in every "plugin" folder and they are referenced to each other, too much scattered (I know that this is also in WPF).</p><p></p><p>The visual part can be learned with WPF tutorials, but the data binding and navigation part is much more specific in Mediaportal 2, you can't understand it with other WPF application tutorials. Please Albert and Baboonanza, when you have time (I know that this is so easy to say, I'm sorry <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> ) try to complete a little bit more the wiki "To be continued" parts and try to add same examples for binding and navigation. Thanks for all the work you are doing, we really appreciate it <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>This is much more complicated than what I expected, but I'm not going to give up!! I have, at least, a year to understand all this things before Mediaportal 2 is released, so we have enough time <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p></p><p>Thanks for all MP Team and best regards,</p><p></p><p>Aitor</p></blockquote><p></p>
[QUOTE="bodiroga, post: 676988, member: 63563"] Hi all! Just one (although it's not trivial) question: does anybody knows how all the navigation stuff work in Mediaportal? I understand that the navigaton is controlled by the workflow files, is that correct? But for example, if we take the weather-actions file we can see: [CODE]<?xml version="1.0" encoding="utf-8"?> <!-- Media workflow state actions --> <Workflow DescriptorVersion="1.0"> <MenuActions> <PushNavigationTransition Id="E34FDB62-1F3E-4aa9-8A61-D143E0AF77B5" Name="Home->Weather" DisplayCategory="a-Weather" SortOrder="a" SourceState="7F702D9C-F2DD-42da-9ED8-0BA92F07787F" TargetState="44E1CF89-66D0-4850-A076-E1B602432983" DisplayTitle="[Weather.Title]"/> <PushNavigationTransition Id="65A9A5F6-CA50-4459-8E49-0DC614B7A2E8" Name="Weather->WeatherLocations" DisplayCategory="a-WeatherLocations" SortOrder="a" SourceState="44E1CF89-66D0-4850-A076-E1B602432983" TargetState="9A20A26F-2EF0-4a45-8F92-42D911AE1D8F" DisplayTitle="[Weather.ChooseLocation]"/> <MethodCallAction Id="7AEB11DE-BA40-40a2-933A-B00BBD151B08" Name="Weather" DisplayCategory="b-Refresh" SortOrder="b" DisplayTitle="[Weather.Refresh]" SourceState="44E1CF89-66D0-4850-A076-E1B602432983" ModelId="92BDB53F-4159-4dc2-B212-6083C820A214" MethodName="Refresh"/> <!-- Model = WeatherModel --> </MenuActions> </Workflow>[/CODE] What are all those PushNavigation IDs? What do all those numbers and letters mean? Where are they pointing at? I have tried to read the wiki, but all the BindingMarkupExtension, TemplateBindingMarkupExtension,... explications are in "To be continued" state. This is really complicated and frustrating, and the incompatibility of Expression Blend with MPF makes all more complicated (you can't see what you are doing). Themes folders, media folders, workflow folders, screen folders,... each one in every "plugin" folder and they are referenced to each other, too much scattered (I know that this is also in WPF). The visual part can be learned with WPF tutorials, but the data binding and navigation part is much more specific in Mediaportal 2, you can't understand it with other WPF application tutorials. Please Albert and Baboonanza, when you have time (I know that this is so easy to say, I'm sorry :( ) try to complete a little bit more the wiki "To be continued" parts and try to add same examples for binding and navigation. Thanks for all the work you are doing, we really appreciate it ;) This is much more complicated than what I expected, but I'm not going to give up!! I have, at least, a year to understand all this things before Mediaportal 2 is released, so we have enough time :D:D:D Thanks for all MP Team and best regards, Aitor [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
Skinning contest: One month to go
Contact us
RSS
Top
Bottom