Hi all,
I am having problems getting the init action to work in skins.
For example <init action="deck 2 filter 50%"> does not work, just does not load the skin at all with an XML error.
Can anyone help?
Thanks - Keith
I am having problems getting the init action to work in skins.
For example <init action="deck 2 filter 50%"> does not work, just does not load the skin at all with an XML error.
Can anyone help?
Thanks - Keith
Posté Tue 01 Feb 11 @ 1:17 pm
<button action="deck 1 filter 50%">
<size width=" " height=" "/>
<pos x=" " y=" "/>
<up x=" " y=" "/>
<selected x=" " y=" "/>
</button>
.
from what I saw in some skin that is the way to write
<size width=" " height=" "/>
<pos x=" " y=" "/>
<up x=" " y=" "/>
<selected x=" " y=" "/>
</button>
.
from what I saw in some skin that is the way to write
Posté Tue 01 Feb 11 @ 2:23 pm
I have managed to do this by writing an initiation string in to my controller mapping, but it would be good to find out how to do it in a skin if the controller is not connected.
Keith
Keith
Posté Tue 01 Feb 11 @ 2:26 pm
Try to place init action at the bottom of the skin, just 1 line before </skin>
But, i miss something here. Filter is 50% by default, so what are you trying to set?
btw it's <init action="deck 2 filter 50%"/>
But, i miss something here. Filter is 50% by default, so what are you trying to set?
btw it's <init action="deck 2 filter 50%"/>
Posté Tue 01 Feb 11 @ 3:20 pm
My MC6000 controller copies the position of the parameter knob on to the skin, so what I'm trying to do is have the filter off when VDJ boots up.
Keith
Keith
Posté Tue 01 Feb 11 @ 4:11 pm