Everybody hi

Have such script template

tree.reload() tree.activateKey();

so, it reloads tree and then get focus for special node.

But get such situation - activateKey starts when tree is reloading and don't get node we need because it doesn't load yet...

how it could be fixed? how launch activateKey when tree guaranted reloaded completely?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted

You could try to call activateKey() in the onPostInit event.

link|improve this answer
thanks - in common the preoblem was fixed such the way – Alexei Izotov May 18 '11 at 17:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.