Creating nested scenes in Samsung Smart TV Apps -


i rookie , have silly question. how can created nested scenes? have read 'scene manager' article can not find scene manager create 3 scenes nested inside each other want have 2 resized subscenes within main scene don't know how can connect them.

thanks in advance!

scenes divs, position set absolute. main scene have set width 960px (1280px) , height 540px (720px) through css stylesheets. other scenes size can same or smaller.

$.sfscene.show('sceneid') set scene property display block $.sfscene.hide('sceneid') set scene property display none

$.sfscene.get('sceneid') makes instance of scene, in other words instance of scene object instance of function scenesceneid()


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -