Now the problem is that it does not return to full screen after changing its location
When to hide EPG Grid in Large Screen
When EPG Grid shows
What I can be doing wrong
else if key = "options"
if m.EPGGrid.visible = true
print "Hide"
m.EPGGrid.visible = false
m.EPGGrid.setfocus(false)
m.video.translation = [0,0]
m.video.width = "1280"
m.video.height = "720"
m.video.setfocus(true)
else
print "Shows"
m.EPGGrid.visible = true
m.EPGGrid.setfocus(true)
m.video.translation = [1100, 70]
m.video.width = "760"
m.video.height = "340"
m.video.setfocus(true)
end if