Copy the rpc.js file in features/rpc folder to your folder and update
reference in samplecontainer.html file...
<script src="rpc.js?c=1" language="JavaScript"></script>
I think, now it will work.
On Wed, Mar 5, 2008 at 10:34 PM, Mirco Heibült <[EMAIL PROTECTED]> wrote:
> Hi, I tried to have a look at the new code, but there are three errors:
>
>
>
> gadgets.rpc has no properties
>
> gadgets.rpc.register('resize_iframe', this.setHeight);
>
> gadgets.js (line 226)
>
> gadgets.container has no properties
>
> gadgets.container.gadgetClass = SampleContainerGadget;
>
> samplecontainer.h... (line 92)
>
> gadgets.container has no properties
>
> gadget = gadgets.container.createGadget({'specUrl': specUrl});;
>
>
>
> I found a similar problem in the Mailing-List, but there is no solution?
>
>
>
> Greets…
>