2004-09-19, 08:08 PM
Hey guys,
New day, new problem
I have followed the discussions about rendering screen ouput in plugins, and sub mentions in a previous discussion the "RequiresMoreRendering" public boolean makes the screen render continuously. The problem I have is that it dont seem to work well with the MediaMVP. In PC mode, my plugin renders OK but when I try with the MediaMVP it wont. The only thing that seem to cause a "good" render is by pressing a key on the remote...
I also seen in the Jukebox plugin a public bool named "needsRendering" (see code sample below). Is this the same thing as the "RequiresMoreRendering"?
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> /// <summary>Called every second or so if the task is active to determine if it needs rendering</summary>
public bool needsRendering()
{
return bUpdateContinuously;
}[/QUOTE]
Grateful for suggestions...
New day, new problem
I have followed the discussions about rendering screen ouput in plugins, and sub mentions in a previous discussion the "RequiresMoreRendering" public boolean makes the screen render continuously. The problem I have is that it dont seem to work well with the MediaMVP. In PC mode, my plugin renders OK but when I try with the MediaMVP it wont. The only thing that seem to cause a "good" render is by pressing a key on the remote...
I also seen in the Jukebox plugin a public bool named "needsRendering" (see code sample below). Is this the same thing as the "RequiresMoreRendering"?
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> /// <summary>Called every second or so if the task is active to determine if it needs rendering</summary>
public bool needsRendering()
{
return bUpdateContinuously;
}[/QUOTE]
Grateful for suggestions...