Integrating ShoreComponents with Pier

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Integrating ShoreComponents with Pier

keith1y
I am attempting to integrate shore components with pier.

Having implemented PRPierShoreFrame, and added the relevant libraries
all is working well everything displays ok except I get this error when
using live updating components.

>overlay has no properties
>  overlay.style.height = arrayPageSize[1] +"px";

Any ideas what I am doing wrong.

thanks in advance

Keith
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Integrating ShoreComponents with Pier

Lukas Renggli
I don't know anything about shore components, but it looks like ...

> >overlay has no properties
> >  overlay.style.height = arrayPageSize[1] +"px";
>
> Any ideas what I am doing wrong.

... the variable overlay is not defined or properly setup. I assume
shore components tries to assign a DOM element to overlay in some code
before but silently fails as this DOM element is missing.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside