Show "Loading " message while loading initial channel list & schedule

This commit is contained in:
Neil Burrows 2020-11-29 09:17:29 +00:00
parent 3e45975a9a
commit 15951d59e6
2 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,8 @@ sub onScheduleLoaded()
channel.appendChild(item)
end for
m.scheduleGrid.showLoadingDataFeedback = false
end sub
sub onProgramFocused()

View File

@ -7,6 +7,7 @@
<ProgramDetails id="detailsPane" focusable="true" />
<TimeGrid id="scheduleGrid" translation="[0,600]"
automaticLoadingDataFeedback="false" showLoadingDataFeedback="true"
focusBitmapUri="pkg:/images/white.9.png" focusBitmapBlendColor="#006fab"
programTitleFocusedColor="#ffffff"
showPastTimeScreen="true" pastTimeScreenBlendColor="#555555"