All,
I have a tree view that populates itself based on a data-set. My
code intermittently worked, and after some recent changes to the back-
end code that generates the DOM that my data-set requests, the code
stopped working altogether. It looks like the data-set requesting the
data is taking a significant amount of time (<300ms,) is it possible
that the tree view would try and access the data-set before it
completes the request? If so how can I avoid this?
You can find my Laszlo source here:
http://github.com/xkenneth/buildoutbuilder/tree/master/buildoutbuilder.laszlo/src/buildoutbuilder.lzx
Regards,
Ken