2008-09-10, 10:06 PM
Hi,
I am working on a small app using the Reminders and Recordings in GB-PVR.
I am using the SheduleRecording function and it always return Nothing (or null). I get Recording failed when I try to do the same with EWA.
The ScheduleHelper.getInstance works because I can read the guide et set and remove reminder. Is there a way to get more info about what's happening? I get no exception et nothing in the logs folder.
Thanks!
Public Shared Function ScheduleRecording(ByVal program As Programme) As Boolean
Dim ScheduledRec As ScheduledRecording
ScheduledRec = Schedules.SheduleRecording(program.getChannelOID, _
program.getStartTime, _
program.getEndTime, _
program, _
ScheduledRecording.TYPE_RECORD_ONCE, _
ScheduledRecording.GROUP_NONE, _
program.getTitle)
Return Not ScheduledRec Is Nothing
End Function
I am working on a small app using the Reminders and Recordings in GB-PVR.
I am using the SheduleRecording function and it always return Nothing (or null). I get Recording failed when I try to do the same with EWA.
The ScheduleHelper.getInstance works because I can read the guide et set and remove reminder. Is there a way to get more info about what's happening? I get no exception et nothing in the logs folder.
Thanks!
Public Shared Function ScheduleRecording(ByVal program As Programme) As Boolean
Dim ScheduledRec As ScheduledRecording
ScheduledRec = Schedules.SheduleRecording(program.getChannelOID, _
program.getStartTime, _
program.getEndTime, _
program, _
ScheduledRecording.TYPE_RECORD_ONCE, _
ScheduledRecording.GROUP_NONE, _
program.getTitle)
Return Not ScheduledRec Is Nothing
End Function