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 Skins
Preview of my new 1080 skin & some questions
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="pilehave" data-source="post: 517632" data-attributes="member: 71550"><p>Yes <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p></p><p>Same same, no references in any XML-files, you can browse the /Media folder in Blue3Wide and find the most common ones. And as you wrote they're all named "hover_xxx.png"</p><p></p><p>Here comes the problem: The developer of a plugin can choose to name the hoverfile anything he/she wants!</p><p></p><p>So, to get the name right for every plugin you can find, you must examine the sourcecode (this is of course only for plugins where the filename is unknown to you).</p><p></p><p>look for this part:</p><p></p><p>[CODE]</p><p>public bool GetHome(out string strButtonText, out string strButtonImage, out string strButtonImageFocus, out string strPictureImage)</p><p> {</p><p> // TODO: Add TVHome.GetHome implementation</p><p> strButtonText = GUILocalizeStrings.Get(605);</p><p> strButtonImage = "";</p><p> strButtonImageFocus = "";</p><p> strPictureImage = @"hover_my tv.png"; // <-- Look here :)</p><p> return true;</p><p> }</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="pilehave, post: 517632, member: 71550"] Yes :) Same same, no references in any XML-files, you can browse the /Media folder in Blue3Wide and find the most common ones. And as you wrote they're all named "hover_xxx.png" Here comes the problem: The developer of a plugin can choose to name the hoverfile anything he/she wants! So, to get the name right for every plugin you can find, you must examine the sourcecode (this is of course only for plugins where the filename is unknown to you). look for this part: [CODE] public bool GetHome(out string strButtonText, out string strButtonImage, out string strButtonImageFocus, out string strPictureImage) { // TODO: Add TVHome.GetHome implementation strButtonText = GUILocalizeStrings.Get(605); strButtonImage = ""; strButtonImageFocus = ""; strPictureImage = @"hover_my tv.png"; // <-- Look here :) return true; } [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Preview of my new 1080 skin & some questions
Contact us
RSS
Top
Bottom