快速登录:  

Forum: VirtualDJ Skins

话题: Skin developing nested pannels question

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Hi guys, I'm trying to create a new skin bassed on the ddj-s1 and its going great, however i have hit a small issue that im stuck on. I have added a few pannels, some work and some dont. There is 5 pannels in 2 groups a main group and a center group, the main group covers most of the skin and the center group is inside the main group area.
Pannels in the main group work ok and dispaly as they should, but the pannels in the center group do not, they do not display when i click the selector button, but the button reacts as it should. I have tried a few different things none of wich have worked, so my question is this how do you nest pannels ?
Any help would be greatly appreciated, thanks in advance and appologies if this has alredy been aswered (I did search first)

The code ive used

PANNELS
MAIN PANNEL GROUP
CONSOLE PANNEL
<pannel id="console" group="main_pannel" visible="no">
<pos x="48" y="156"/>
<size width="1268" height="608"/>
<down x="48" y="777"/>
</pannel>
BROWSER PANNEL
<pannel id="browser" group="main_pannel" visible="yes">
<pos x="48" y="156"/>
<size width="1268" height="608"/>
<down x="48" y="156"/>
</pannel>
CENTER PANNEL GROUP
MIXER PANNEL
<pannel id="mixer" group="center_pannel" visible="yes">
<pos x="496" y="908"/>
<size width="373" height="474"/>
<down x="496" y="908"/>
</pannel>
VIDEO PANNEL
<pannel id="video" group="center_pannel" visible="no">
<pos x="496" y="908"/>
<size width="373" height="474"/>
<down x="11" y="1559"/>
</pannel>
SCRATCH PANNEL
<pannel id="scratch" group="center_pannel" visible="no">
<pos x="496" y="908"/>
<size width="373" height="474"/>
<down x="393" y="1559"/>
</pannel>

PANNEL SELECTORS
CONSOLE
in browser
<button action="skin_pannel 'console' on">
<pos x="579" y="167"/>
<size width="60" height="22"/>
<selected x="248" y="1521"/>
<over x="248" y="1521"/>
</button>
in comsole
<button action="skin_pannel 'console' on">
<pos x="579" y="788"/>
<size width="60" height="22"/>
<selected x="248" y="1521"/>
<over x="248" y="1521"/>
</button>

BROWSER
in browser
<button action="skin_pannel 'browser' on & page 'browser'">
<pos x="506" y="167"/>
<size width="60" height="22"/>
<selected x="186" y="1521"/>
<over x="186" y="1521"/>
</button>
in console
<button action="skin_pannel 'browser' on & page 'browser'">
<pos x="506" y="788"/>
<size width="60" height="22"/>
<selected x="186" y="1521"/>
<over x="186" y="1521"/>
</button>

MIXER
in browser
<button action="skin_pannel 'mixer' on" group="center_pannel">
<pos x="797" y="166"/>
<size width="60" height="22"/>
<selected x="311" y="1520"/>
<over x="311" y="1520"/>
</button>
in console
<button action="skin_pannel 'mixer' on" group="center_pannel">
<pos x="797" y="787"/>
<size width="60" height="22"/>
<selected x="311" y="1520"/>
<over x="311" y="1520"/>
</button>

VIDEO
in browser
<button action="skin_pannel 'video' on" group="center_pannel">
<pos x="652" y="166"/>
<size width="60" height="22"/>
<selected x="374" y="1520"/>
<over x="374" y="1520"/>
</button>
in console
<button action="skin_pannel 'video' on" group="center_pannel">
<pos x="652" y="787"/>
<size width="60" height="22"/>
<selected x="374" y="1520"/>
<over x="374" y="1520"/>
</button>
 

发表时间 Tue 30 Aug 11 @ 11:59 am


(陈旧帖子或论坛版块会自动关闭)