Can you elaborate? I'm new to GB-PVR plugin development. My code has the following (I used the plugin example skeleton, stocks plugin, and weather plugin to get to the point I'm at now). I just need to force a redraw when my timer event occurs.
public bool needsRendering()
{
// TODO: Add needsRendering implementation
return false;
}
// TODO: Replace with your render implementation
public System.Drawing.Image render(out bool requiresMoreRendering)
{
requiresMoreRendering = false;
public bool needsRendering()
{
// TODO: Add needsRendering implementation
return false;
}
// TODO: Replace with your render implementation
public System.Drawing.Image render(out bool requiresMoreRendering)
{
requiresMoreRendering = false;
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]