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
how to disable "not responding" title-bar in vista?
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="tourettes" data-source="post: 313161" data-attributes="member: 10858"><p>Pretty unlikely as following code part is not changed for months:</p><p></p><p>[code] OsDetection.OSVersionInfo os = new OsDetection.OperatingSystemVersion();</p><p> int ver = (os.OSMajorVersion * 10) + os.OSMinorVersion;</p><p> if (ver >= 60)</p><p> {</p><p> Log.Debug("Disabling process window ghosting");</p><p> NativeMethods.DisableProcessWindowsGhosting();</p><p> }[/code]</p><p></p><p>Also with a following test I cannot reproduce the issue:</p><p></p><p>[code]</p><p> protected override void Render(float timePassed)</p><p> {</p><p> count++;</p><p> if (count > 1000)</p><p> {</p><p> count = 0;</p><p> Thread.Sleep(1000000);</p><p> }</p><p>[/code]</p><p></p><p>So, I cannot reproduce the issue even when causing MP to stall for a very long time. Make sure that you have done a clean RC3 install so that there isnt anything old left over.</p><p></p><p>Also make sure that you arent using any 3rd party compatibility tools to change Vistas behaviour towards the MediaPortal process. (for example to "fix" the EVR flickering with ATI cards using some CPU affinity patch).</p></blockquote><p></p>
[QUOTE="tourettes, post: 313161, member: 10858"] Pretty unlikely as following code part is not changed for months: [code] OsDetection.OSVersionInfo os = new OsDetection.OperatingSystemVersion(); int ver = (os.OSMajorVersion * 10) + os.OSMinorVersion; if (ver >= 60) { Log.Debug("Disabling process window ghosting"); NativeMethods.DisableProcessWindowsGhosting(); }[/code] Also with a following test I cannot reproduce the issue: [code] protected override void Render(float timePassed) { count++; if (count > 1000) { count = 0; Thread.Sleep(1000000); } [/code] So, I cannot reproduce the issue even when causing MP to stall for a very long time. Make sure that you have done a clean RC3 install so that there isnt anything old left over. Also make sure that you arent using any 3rd party compatibility tools to change Vistas behaviour towards the MediaPortal process. (for example to "fix" the EVR flickering with ATI cards using some CPU affinity patch). [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
how to disable "not responding" title-bar in vista?
Contact us
RSS
Top
Bottom