I also just bought the code yesterday, so hopefully I have the latest version?
I also just bought the code yesterday, so hopefully I have the latest version?
Yep, you must have the latest version on current moment.
>>I also just bought the code yesterday
Please check the sample, which was sent by email, it is using one more trick to separate js treads
tree.attachEvent(“onAllOpenDynamic”,function(){
tree.attachEvent(“onOpenEnd”,function(){
window.setTimeout(function(){ // need to wait while open tread will be closed
tree.saveOpenStates(“sd1”);
},1);
});
});