08-25-2014, 05:49 PM
While adding nesting for
command, i found some attributes that are not documented on wiki, which affects
work a lot, they are
and
.
Both of them are really misterious for me, I don't get the point, what are they intended for.
With
player gets the blank screen, already without a meny, without the next event yet.
is not compatible with nesting in general, because another interactive interface element may appear behind or above the menu that is still not hidden.
Are whose undocumented features really needed or are they some rudimentary debug leftovers?
Code:
<choice>
Code:
<choice>
Code:
hide="false"
Code:
next="false"
Both of them are really misterious for me, I don't get the point, what are they intended for.
With
Code:
next="false"
Code:
hide="false"
Are whose undocumented features really needed or are they some rudimentary debug leftovers?