Re: [Dynapi-Help] How to include object in dynapi 3.0

2003-07-04 Thread Jesse Vitrone
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

Re: [Dynapi-Help] How to include object in dynapi 3.0

2003-07-04 Thread Raymond Irving
--- 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.

[Dynapi-Help] How to include object in dynapi 3.0

2003-07-04 Thread rama
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. ---