> > 2) some resource dimensions are floating point numbers instead of
> integers:
> >>
> LzResourceLibrary.navbg={ptype:"ar",frames:['images/nav_bg.png'],width:200.0,height:600.0,spriteoffset:189};
>
> This may be because resources are not going through the compressor.
>
> Yes we made a change in the dhtml compiler and now the resource declaration
statements are included verbatim, rather than going through parser/unparse
by the
script compiler.We could pass them through the script compiler if needed, but it didn't seem critical, as they were just basic assignments and lists of objects.
