I am trying out the v1.0 and have run into an issue, although it could very well be what I am doing.
I've extended GeoExt.tree.LayerLoader to use my own createNode function. Using the older version of GeoExt, when I am in my createNode function the variable "this.baseAttrs" is defined, with GeoExt v1.0 when my createNode is called the this.baseAttrs is null. In comparing the LayerLoader.js files, I see the older version of the file doesn't have a baseAttrs defined which seems odd. The new version has baseAttrs defined and set as null. The issue could be in the method I create the treenodes and then the tree, but thought I would see if anyone else had run into this. Dan
_______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
