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 1
MediaPortal 1 Plugins
Detect menu movement
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="martijn189" data-source="post: 415760" data-attributes="member: 83996"><p>I found out that when puting the following code into my plugin i can for example show the title of the selected item, problem is that it only shows the previous selected item, not the current one.. anyone got an idear on how to display the current selected facade item?</p><p></p><p>[CODE]if (action.wID == Action.ActionType.ACTION_MOVE_DOWN || action.wID == Action.ActionType.ACTION_MOVE_UP) {</p><p> GUIPropertyManager.SetProperty("#titel", emissions[facadeview.SelectedListItemIndex].title);</p><p> GUIPropertyManager.SetProperty("#thumb", emissions[facadeview.SelectedListItemIndex].thumb);</p><p>}[/CODE]</p></blockquote><p></p>
[QUOTE="martijn189, post: 415760, member: 83996"] I found out that when puting the following code into my plugin i can for example show the title of the selected item, problem is that it only shows the previous selected item, not the current one.. anyone got an idear on how to display the current selected facade item? [CODE]if (action.wID == Action.ActionType.ACTION_MOVE_DOWN || action.wID == Action.ActionType.ACTION_MOVE_UP) { GUIPropertyManager.SetProperty("#titel", emissions[facadeview.SelectedListItemIndex].title); GUIPropertyManager.SetProperty("#thumb", emissions[facadeview.SelectedListItemIndex].thumb); }[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Detect menu movement
Contact us
RSS
Top
Bottom