it will either use your own ID specified, or a JSDynLayerXX  ID (which adds
a number to be unique)

If you would add the unique ID to the specified ID users will get confused,
the layer the named  MyLayer would suddenly
be MyLayer1


Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens ???? ???????????
> Verzonden: maandag 26 februari 2001 11:09
> Aan: [EMAIL PROTECTED]
> Onderwerp: [Dynapi-Dev] (may be) typo in DynLayer
>
>
> 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
>


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

Reply via email to