I got problem trying focus on tab with id 4, when the dialog appear, it always focus on the default tab 1! What's is wrong?
dialog agent {
tab "Position", 1, 8 10 290 100
tab "Animation", 2
tab "Loop Anim.", 3
tab "Speech", 4
}
on 1:dialog:agent:init:0: {
did -f agent 4
}