area(width:160 height:240 layout:ver) // root { area(height:30 layout:hor value:0 scroll:ja) // zum Wechseln zw. Apps { tab(icon:xy.png bg_color:004) // first tab: app 0 tab … } area(layout:layers value:0) // contains 1 area for each tab { // 1st App Area: area(layout:layers bg_color:004 textcolor:FFF value:0) // first area: app 0 { area(layout:ver scroll:ja) // 1st layer { label(height:20 text:"Wohnzimmer #1" textsize:15) area(height:160 layout:hor) { slider(id=1 width:40 bg_color:400 fg_color:F00 text="R" max=100 value:33) slider(id=2 width:40 bg_color:040 fg_color:0F0 text="G" max=100 value:33) slider(id=3 width:40 bg_color:004 fg_color:00F text="B" max=100 value:50) area(width:40 layout:ver textsize:12) // buttons on right side { button(id=4 height:40 bg_color:333 text:"Lock" value=0) pushbutton(id=5 height:40 bg_color:333 text:"Save") pushbutton(id=6 height:40 bg_color:333 text:"Load") } } area(height:30 layout:hor) // Layer Navigation { button(id=7 width=50% bg_color:333 text="RGB" value=1) button(id=8 width=50% bg_color:333 text="HSV" value=0) } } } } }