Show "Loading " message while loading initial channel list & schedule
This commit is contained in:
parent
3e45975a9a
commit
15951d59e6
|
@ -75,6 +75,8 @@ sub onScheduleLoaded()
|
|||
|
||||
channel.appendChild(item)
|
||||
end for
|
||||
|
||||
m.scheduleGrid.showLoadingDataFeedback = false
|
||||
end sub
|
||||
|
||||
sub onProgramFocused()
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user