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
Support
General Support
[MP1-4742] Rework keepstartfullscreen option to be able to switch to windowed mode
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="mm1352000" data-source="post: 1168631" data-attributes="member: 82144"><p>Sure, but wouldn't it be easy for the code to "override"/ignore the messages only in fullscreen mode [and not override/ignore the messages in windowed mode]?</p><p></p><p>Remove the "if" here:</p><p><a href="https://github.com/MediaPortal/MediaPortal-1/blob/master/mediaportal/MediaPortal.Application/MediaPortal.cs#L4027" target="_blank">https://github.com/MediaPortal/MediaPortal-1/blob/master/mediaportal/MediaPortal.Application/MediaPortal.cs#L4027</a></p><p></p><p>Change this back to "Windowed = !startFullscreen;":</p><p><a href="https://github.com/MediaPortal/MediaPortal-1/blob/master/mediaportal/MediaPortal.Application/MediaPortal.cs#L1263-L1270" target="_blank">https://github.com/MediaPortal/MediaPortal-1/blob/master/mediaportal/MediaPortal.Application/MediaPortal.cs#L1263-L1270</a></p><p></p><p>...and finally, replace all of:</p><p>[code]if (!_keepstartfullscreen) ...[/code]</p><p></p><p>...with...</p><p>[code]if (Windowed || !_keepstartfullscreen) ...[/code]</p><p></p><p></p><p>The wording can easily be modified.</p><p></p><p>Is there some other reason - technical, usability etc. - to need or want to disable windowed mode?</p><p></p><p>Reason I ask this question: currently there seems to be no easy solution for somebody who wants to force MP to stay fullscreen in fullscreen mode... but sometimes also wants to use windowed mode.</p></blockquote><p></p>
[QUOTE="mm1352000, post: 1168631, member: 82144"] Sure, but wouldn't it be easy for the code to "override"/ignore the messages only in fullscreen mode [and not override/ignore the messages in windowed mode]? Remove the "if" here: [URL]https://github.com/MediaPortal/MediaPortal-1/blob/master/mediaportal/MediaPortal.Application/MediaPortal.cs#L4027[/URL] Change this back to "Windowed = !startFullscreen;": [URL]https://github.com/MediaPortal/MediaPortal-1/blob/master/mediaportal/MediaPortal.Application/MediaPortal.cs#L1263-L1270[/URL] ...and finally, replace all of: [code]if (!_keepstartfullscreen) ...[/code] ...with... [code]if (Windowed || !_keepstartfullscreen) ...[/code] The wording can easily be modified. Is there some other reason - technical, usability etc. - to need or want to disable windowed mode? Reason I ask this question: currently there seems to be no easy solution for somebody who wants to force MP to stay fullscreen in fullscreen mode... but sometimes also wants to use windowed mode. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
[MP1-4742] Rework keepstartfullscreen option to be able to switch to windowed mode
Contact us
RSS
Top
Bottom