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!)
[ Patch ] Allow disabling unwanted zoom modes
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="ziphnor" data-source="post: 94999" data-attributes="member: 14215"><p>InitializeComponent is in for example Television.cs (starting on line 126) , not in an resx file.</p><p></p><p>Just to be sure you took the files from the patch and applied them to an updated SVN checkout and you see no mention of allowed zoom modes?</p><p></p><p>Among the member fields you should see:</p><p> private MediaPortal.UserInterface.Controls.MPGroupBox gAllowedModes;</p><p> private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowNormal;</p><p> private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowZoom149;</p><p> private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowOriginal;</p><p> private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowZoom;</p><p> private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowLetterbox;</p><p> private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowStretch;</p><p> private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowPanScan;</p><p></p><p>And in initialize component you should have:</p><p> this.gAllowedModes = new MediaPortal.UserInterface.Controls.MPGroupBox();</p><p> this.cbAllowNormal = new MediaPortal.UserInterface.Controls.MPCheckBox();</p><p> this.cbAllowZoom149 = new MediaPortal.UserInterface.Controls.MPCheckBox();</p><p> this.cbAllowOriginal = new MediaPortal.UserInterface.Controls.MPCheckBox();</p><p> this.cbAllowZoom = new MediaPortal.UserInterface.Controls.MPCheckBox();</p><p> this.cbAllowLetterbox = new MediaPortal.UserInterface.Controls.MPCheckBox();</p><p> this.cbAllowStretch = new MediaPortal.UserInterface.Controls.MPCheckBox();</p><p> this.cbAllowPanScan = new MediaPortal.UserInterface.Controls.MPCheckBox();</p><p>etc...</p></blockquote><p></p>
[QUOTE="ziphnor, post: 94999, member: 14215"] InitializeComponent is in for example Television.cs (starting on line 126) , not in an resx file. Just to be sure you took the files from the patch and applied them to an updated SVN checkout and you see no mention of allowed zoom modes? Among the member fields you should see: private MediaPortal.UserInterface.Controls.MPGroupBox gAllowedModes; private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowNormal; private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowZoom149; private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowOriginal; private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowZoom; private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowLetterbox; private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowStretch; private MediaPortal.UserInterface.Controls.MPCheckBox cbAllowPanScan; And in initialize component you should have: this.gAllowedModes = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.cbAllowNormal = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbAllowZoom149 = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbAllowOriginal = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbAllowZoom = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbAllowLetterbox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbAllowStretch = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbAllowPanScan = new MediaPortal.UserInterface.Controls.MPCheckBox(); etc... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
[ Patch ] Allow disabling unwanted zoom modes
Contact us
RSS
Top
Bottom