Rama,
Try this:
dynapi.library.setPath('');
dynapi.library.include('
In my case, I use something like this:
dynapi.library.setPath('../dynapi/src/');
dynapi.library.include('dynapi.api.ext.DynLayerInline');
Hope this helps.
Jesse
rama wrote:
Hello,
I don't know if i am on the proper news lis
--- rama <[EMAIL PROTECTED]> wrote:
> Hello,
> I don't know if i am on the proper news list,
Yes you are.
>but i'm searching to add
> an object i created to a page in dynapi 3.0
> With dynapi 2.57, i did with:
> DynAPI.include('dynapi.matAPI.windowContainer.js');
>
> But now, it doesn't work.
Hello,
I don't know if i am on the proper news list, but i'm searching to add
an object i created to a page in dynapi 3.0
With dynapi 2.57, i did with:
DynAPI.include('dynapi.matAPI.windowContainer.js');
But now, it doesn't work.
Thank in advance.
---