So, I'm having a discussion with Ted the Penguin in the support thread for my wee plugin. The relevant bit starts here.
Summary: Ted is using PCH, and the rendering of the controls is being a bit... goofy.
I quoth Ted:
My clarification follows his post.
Owning neither a MVP nor a PCH, I'm somewhat in the dark here, so I'm hoping somebody here can provide some guidance.
I did check to ensure that needsRendering is returning true (it is). Additionally, the number of controls returned in the GetRenderlistArray is appropriate.
Is there something special I need to do (or not do) for MVP / PCH clients? I'm aware that the API does provide an indication to plugins if the player is an MVP client, should I be taking this nugget and putting it to some good use?
I'm grateful for any guidance any of you might be able to offer, as right now I'm at a loss.
Thanks!
Summary: Ted is using PCH, and the rendering of the controls is being a bit... goofy.
I quoth Ted:
Ted the Penguin Wrote:That being said... the screen update in the plugin seems rather buggy on the PCH (and an MVP most likely). when I press down and I have selected the last item on the screen, it only updates that last item as it scrolls down. It randomly leaves things selected, etc...
My clarification follows his post.
Owning neither a MVP nor a PCH, I'm somewhat in the dark here, so I'm hoping somebody here can provide some guidance.
I did check to ensure that needsRendering is returning true (it is). Additionally, the number of controls returned in the GetRenderlistArray is appropriate.
Is there something special I need to do (or not do) for MVP / PCH clients? I'm aware that the API does provide an indication to plugins if the player is an MVP client, should I be taking this nugget and putting it to some good use?
I'm grateful for any guidance any of you might be able to offer, as right now I'm at a loss.
Thanks!