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
Development
General Development (no feature request here!)
TvOSD.cs under TvEngine3/TVLibrary/TvPlugin
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="SilentException" data-source="post: 818302" data-attributes="member: 83924"><p>Well, 3 properties are set in skin file to 3 labels. </p><p></p><p>[CODE][XMLSkinElement("label")] private string _label1 = "";</p><p>[XMLSkinElement("label1")] private string _label2 = "";</p><p>[XMLSkinElement("label2")] private string _label3 = "";[/CODE]</p><p></p><p>Then the labels (properties) are parsed with GUIPRopertyManager, which returns numerical value and this numerical value is used to render various images (depending on percentages). Whole rendering is done in GUITvProgressControl.cs.</p></blockquote><p></p>
[QUOTE="SilentException, post: 818302, member: 83924"] Well, 3 properties are set in skin file to 3 labels. [CODE][XMLSkinElement("label")] private string _label1 = ""; [XMLSkinElement("label1")] private string _label2 = ""; [XMLSkinElement("label2")] private string _label3 = "";[/CODE] Then the labels (properties) are parsed with GUIPRopertyManager, which returns numerical value and this numerical value is used to render various images (depending on percentages). Whole rendering is done in GUITvProgressControl.cs. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TvOSD.cs under TvEngine3/TVLibrary/TvPlugin
Contact us
RSS
Top
Bottom