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
Popular Skins
StreamedMP
Stop the TV screen "dimming" when the recording notifier pops up on the screen
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="ltfearme" data-source="post: 859801" data-attributes="member: 52219"><p>There is no customization for this, it would need a code change in the XML file.</p><p> </p><p>You will need to modify <strong>dialogTVNotifyYesNo</strong>.xml, the dimming is controlled by this control:</p><p> </p><p>[CODE]</p><p><control></p><p> <type>image</type></p><p> <id>0</id></p><p> <width>1280</width></p><p> <height>720</height></p><p> <texture>black.png</texture></p><p> <colordiffuse>90ffffff</colordiffuse></p><p> </control></p><p>[/CODE]</p><p> </p><p>You can delete that whole control from the xml to stop the dimming.</p><p> </p><p>To change the size is a bit more work, but you can play with the rest of the XML in that regard, it should be pretty self explanatory from the property names.</p></blockquote><p></p>
[QUOTE="ltfearme, post: 859801, member: 52219"] There is no customization for this, it would need a code change in the XML file. You will need to modify [B]dialogTVNotifyYesNo[/B].xml, the dimming is controlled by this control: [CODE] <control> <type>image</type> <id>0</id> <width>1280</width> <height>720</height> <texture>black.png</texture> <colordiffuse>90ffffff</colordiffuse> </control> [/CODE] You can delete that whole control from the xml to stop the dimming. To change the size is a bit more work, but you can play with the rest of the XML in that regard, it should be pretty self explanatory from the property names. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Stop the TV screen "dimming" when the recording notifier pops up on the screen
Contact us
RSS
Top
Bottom