Thanks! If I rigth undestood, that i can made animated application only with:
1) Few Scenes (or screens?) (pages, such as VOD, EPG, Settings, etc).
2) Components with animation (reusable elements)
And when all will be done, how i can navigate between scenes (screens?)?
We have show method:
scene = screen.CreateScene("GuideScene")
screen.show()
but how can i hide one scene (EPG for example) and open another (Main menu for example) ?
Sincerely, Sergey Shoshin, software developer.