@Augusto: I can confirm the problem.

@Frank: After your latest change, all the updates to
this.sprite.setWidth/setHeight fail. The first location where that is
reported is LaszloCanvas# __windowResize. But if I comment out the
calls to setWidth/setHeight in that function, I get more warnings.

ERROR @base/basecomponent.lzx≈128:
TypeError: this.sprite.setWidth is not a function
[Break On This Error]   

this.sprite.setWidth(newsize_$0);
TypeError: sprite_$0.__setZ is not a function
sprite_$0.__setZ(++this.__topZ)

Maybe there are required changes missing in your last changeset?

- Raju

On Thu, Apr 19, 2012 at 12:14 AM, augusto callejas <[email protected]> wrote:
> more info:
>
> in chrome, the javascript console says "Uncaught TypeError: Cannot read 
> property 'Object' of undefined".
>
> On Apr 18, 2012, at 2:31 PM, augusto callejas wrote:
>
>> hi-
>>
>> i'm using the nightly build - 5.0.x Latest trunk@19561 (19561) 
>> 2012-03-20T08:59:17Z on a simple lzx file:
>>
>> ===
>> <canvas height="100%" width="100%" bgcolor="yellow">
>>       <text>best</text>
>> </canvas>
>> ===
>>
>> when i try to generate the html5 version:
>>
>>  http://localhost:8080/app.lzx?lzr=dhtml
>>
>> i just get the "Powered by OpenLaszlo" logo with the spinning icon.  is this 
>> a known issue?
>>
>> if not, what kind of logging can i turn on to see what's going on?
>>
>> thanks,
>> augusto.
>>
>>
>
>

Reply via email to