2007-07-27, 07:04 PM
I just updated to 1.0.8, and a plugin i once wrote that gets scheduled recordings, doesn't work anymore. After some testing, i conclude that LoadRecordingSchedule() doesn't work anymore.
Code:
Results in:
BTW: This plugin shows some info on a LCD-display, so it's not a plugin in the menu, but only an implementation of IEventNotification
Is this a bug, or should i retrieve schedule-data on another way as from 1.0.8?
Code:
Code:
IScheduleHelper iSH = GBPVR.Backend.Common.ScheduleHelper.getInstance();
IList myScheduledRecordings = iSH.LoadRecordingSchedule();
Results in:
Code:
Exception System.NullReferenceException was thrown in debugee:
Object reference not set to an instance of an object.
ReturnToMainMenu()
WndProc()
OnMessage()
WndProc()
DebuggableCallback()
SetVisibleCore()
SetVisibleCore()
Show()
xfb409e85bd292293()
BTW: This plugin shows some info on a LCD-display, so it's not a plugin in the menu, but only an implementation of IEventNotification
Is this a bug, or should i retrieve schedule-data on another way as from 1.0.8?