Neil Burrows 2020-11-26 08:19:26 +00:00
parent 257cff4d9e
commit b3b24db49e
2 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,7 @@ end sub
sub optionsClosed()
if (m.options.view = "tvGuide") then
m.top.signalBeacon("EPGLaunchInitiate") ' Required Roku Performance monitoring
if m.tvGuide = invalid then
m.tvGuide = createObject("roSGNode", "Schedule")
endif

View File

@ -56,6 +56,7 @@ sub onChannelsLoaded()
m.LoadProgramDetailsTask.observeField("programDetails", "onProgramDetailsLoaded")
m.scheduleGrid.setFocus(true)
m.top.signalBeacon("EPGLaunchComplete") ' Required Roku Performance monitoring
end sub
' When LoadScheduleTask completes (initial or more data) and we have a schedule to display