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
Area 51 - Testing Area
madVR support in MP1
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="Sebastiii" data-source="post: 1189059" data-attributes="member: 60104"><p>About TVGuide : (GUIButton3PartControl.cs)</p><p></p><p>[code=csharp]// TODO must do a proper fix (Flickering on TVGuide)</p><p> if (GUIGraphicsContext.VideoRenderer != GUIGraphicsContext.VideoRendererType.madVR ||</p><p> !GUIGraphicsContext.InVmr9Render)</p><p> {</p><p> _imageNonFocusedMid.OverlayFileName = OverlayFileNameTNFM;</p><p> }[/code]</p><p></p><p>and from (GUIImage.cs)</p><p></p><p>[code=csharp] {</p><p> // TODO must do a proper fix (Flickering on TVGuide</p><p> // Default behavior, draw the image texture with no mask.</p><p> DXNative.FontEngineDrawTextureSync(_packedTextureNo, _fx, _fy, _nw, _nh, _uoff, _voff,</p><p> _umax, _vmax, color, matrix);</p><p> }[/code]</p><p></p><p>So what does it doing, first it doesn't set the png for '_imageNonFocusedMid.OverlayFileName' and then the second part is not trigger 'DXNative.FontEngineDrawTextureSync'</p><p>It is the method 'DXNative.FontEngineDrawTextureSync' that trigger the flickering for TVGuide, now i don't know if that part is executed elsewhare but that's possible because this code are in GUIImage.</p></blockquote><p></p>
[QUOTE="Sebastiii, post: 1189059, member: 60104"] About TVGuide : (GUIButton3PartControl.cs) [code=csharp]// TODO must do a proper fix (Flickering on TVGuide) if (GUIGraphicsContext.VideoRenderer != GUIGraphicsContext.VideoRendererType.madVR || !GUIGraphicsContext.InVmr9Render) { _imageNonFocusedMid.OverlayFileName = OverlayFileNameTNFM; }[/code] and from (GUIImage.cs) [code=csharp] { // TODO must do a proper fix (Flickering on TVGuide // Default behavior, draw the image texture with no mask. DXNative.FontEngineDrawTextureSync(_packedTextureNo, _fx, _fy, _nw, _nh, _uoff, _voff, _umax, _vmax, color, matrix); }[/code] So what does it doing, first it doesn't set the png for '_imageNonFocusedMid.OverlayFileName' and then the second part is not trigger 'DXNative.FontEngineDrawTextureSync' It is the method 'DXNative.FontEngineDrawTextureSync' that trigger the flickering for TVGuide, now i don't know if that part is executed elsewhare but that's possible because this code are in GUIImage. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Area 51 - Testing Area
madVR support in MP1
Contact us
RSS
Top
Bottom