From: àÒÉÊ óÉÌØ×ÅÓÔÒÏ× <yur...@ma...> - 2001-02-26 10:08:01
|
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 |