Is this line in DybLayer.js right
  this.id=a[0]||"JSDynLayer"+(DynLayer.nullCount++)
?
Or, may be, it will be
  this.id=(a[0]||"JSDynLayer")+(DynLayer.nullCount++)
?
Because the first line is equivalent to  
  this.id=a[0]||("JSDynLayer"+(DynLayer.nullCount++))
and widgets must count layers independent.

                                           Yura Silvestrov

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to