[Laszlo-dev] LzParsedPath problems found

Adam Wolff adam at laszlosystems.com
Fri Aug 18 01:03:58 EDT 2006


Does it work if you write

    global.LzParsedPath.trim() ?

In flash, the global context isn't always accessible. We fix this for
users, but not in the LFC.

A

On Aug 17, Philip Romanik wrote:

> Hi Tucker,
> 
> I tracked down the problem with LzParsedPath. I had converted the function
> trim() into a static, and referenced it as LzParsedPath.trim() throughout.
> This is the correct way to do this (at least until LPP-2414 is resolved). For
> some reason, this isn't working.
> 
> Any ideas what is going on? I'm attaching a copy of a modified version of
> LzParsed Path. It has the new class system, but I removed static from the
> trim() method.
> 
> BTW, There is one other change in this file. I changed
> 
>   this.context = new this.AnonDatasetGenerator( this );
> 
> to:
> 
>   this.context = new AnonDatasetGenerator( this );
> 
> However, this was not causing the problem.
> 
> 
> Thanks!
> 
> Phil
> 
> 


More information about the Laszlo-dev mailing list