Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Nice not exposed in changelog behavior

This topic is old and might contain outdated or incorrect information.

NicotuxHome userMember since 2014
A new feature (not in changelog) !! : <windows> element now can now use class :)
<window name="extrafxoptionsMaster" class="extrafxoptions" width="900" height="421" visible="no" shown="no" color="vb_bgcolor"/>
instead of old badlooking
<window name="extrafxoptionsMaster" width="900" height="421" visible="no" shown="no" color="vb_bgcolor"><panel class="extrafxoptions"/></window>

the extra with new this feature ? it also handles placeholders :)
<window name="extrafxoptions1" class="extrafxoptions" width="900" height="421" visible="no" shown="no" color="vb_bgcolor"/>
instead of old way
<window name="extrafxoptions1" width="900" height="421" visible="no" shown="no" color="vb_bgcolor"><panel class="extrafxoptions" decknb="1"/></window>

of course, children can be added to the window as usual

warning : DO NOT MIX while upgrading
<window name="extrafxoptions1" xclass="extrafxoptions" width="900" height="421" visible="no" shown="no" color="vb_bgcolor" border="vb_sliderborder"><panel class="extrafxoptions" decknb="1"/></window>
the content would be wrong (due to missing placeholder at first) and duplicated but this time good (due to child being ok)

I think i can thank Adion for this one (i may be wrong)
Thanks to the staff though ^^
 

Posted Sun 15 Nov 20 @ 7:05 am


(Old topics and forums are automatically closed)