Re[2]: [Dynapi-Dev] DynDocument

2001-04-15 Thread Robert Rainwater
Which examples are you trying to upgrade? Some of the real old ones weren't closing the script tags after the include (or including the new events). -- Robert Rainwater On 4/15/2001, 6:38:40 PM EST, Richard wrote about "[Dynapi-Dev] DynDocument": > Has something changed in the implementatio

Re: [Dynapi-Dev] DynDocument

2001-04-15 Thread Richard Bennett
Has something changed in the implementation of DynDocument and frames in the 2.5 version? I'm having trouble updating the frame examples. Cheers, Richard Bennett [EMAIL PROTECTED] www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) visit the DynAPI homep

Re: [Dynapi-Dev] DynDocument

2001-04-15 Thread Scott Andrew LePera
>Then if you want to use frames >your frameset page can include the DynAPI and all the other frames just need >to call Implement. Hmm. Whenever I want to use frames, I just assign a new DynDocument to manage the frame. I've done this with pop-up windows, too. I've used the DynAPI like this to

[Dynapi-Dev] Frames too

2001-04-15 Thread Eytan Heidingsfeld
Like I said in last post you can use this in really nicely in frames included is an example with two pages in the frames set (dynapi.frames.htm) there are a few simple functions: * Share - to share a variable through out the frames * Enable frames - just calls implement and the create and share Dy

Re: [Dynapi-Dev] DynDocument

2001-04-15 Thread Robert Rainwater
I'm not sure why you would need to do this. All you are doing is copying the prototypes. What about initialization. Anyway, what advantage are you gaining here. Maybe I'm just missing it. -- Robert Rainwater On 4/15/2001, 1:36:26 PM EST, Eytan wrote about "[Dynapi-Dev] DynDocument": > I'

[Dynapi-Dev] DynDocument

2001-04-15 Thread Eytan Heidingsfeld
I've been thinking recently. I big problem of using DynAPI in frames is this whole DynDocument bit. I have written a page which implements DynDocument in any object you like (usually this will be a "document" object). It sounds quite vague but look at the included page. Then if you want to use fra

Re[2]: [Dynapi-Dev] [ dynapi-Patches-415908 ] Remote Server Loading in LoadPanel

2001-04-15 Thread Robert Rainwater
Sorry. You can always edit the docs with your patch though :) -- Robert Rainwater On 4/14/2001, 8:55:07 PM EST, Michael wrote about "[Dynapi-Dev] [ dynapi-Patches-415908 ] Remote Server Loading in LoadPanel": > i'm not sure that the info included in the docs is correct. > the patch I pos