[Dynapi-Dev] API Documentation

2001-01-19 Thread Robert Rainwater
I've figured out a way to use Doxygen to create the API documentation for the DynAPI. It requires creating separate files for each js class to look like c++ classes. But, it makes creating the documentation a snap. Doxygen is released under the GPL so I don't think it will be a problem to use

[Dynapi-Dev] Re: Re[4]: [Dynapi-Help] text selecting patch (was: dynapi ...)

2001-01-19 Thread Richard Bennett
Hi, > I added a noevt parameter to stopAnimation and playAnimation in CVS. Great! > Have you tried putting this in DragEvent.lyrListener.onmousedown after > lyr is defined: > if (is.ie) lyr.doc.body.onselectstart = function() { return false } > Then in DragEvent.docListener.onmouseup after lyr

[Dynapi-Dev] [Patch #103337] text selecting onscroll in IE

2001-01-19 Thread noreply
Patch #103337 has been updated. Project: dynapi Category: DynAPI-Event Status: Open Submitted by: nobody Assigned to : nobody Summary: text selecting onscroll in IE --- For more info, visit: http://sourceforge.net/patch/?func=detailpatch&patc

[Dynapi-Dev] [Patch #103110] sinewave-object

2001-01-19 Thread noreply
Patch #103110 has been updated. Project: dynapi Category: DynAPI-Ext Status: Postponed Submitted by: marstr Assigned to : nobody Summary: sinewave-object Follow-Ups: Date: 2001-Jan-19 17:12 By: nobody Comment: I think it's a good idea to have pathanim/thread addons, like we have circle and ho

Re: [Dynapi-Dev] Recommendation

2001-01-19 Thread Robert Rainwater
On 1/19/2001, 7:47:09 PM EST, Raymond wrote about "[Dynapi-Dev] Recommendation": > To all, > Understanding, the need for people like Robert Rainwater to stay focused and > not have inappropriate e-mails waste his brain-calories triggering a > 'delete'. You would be amazed at my advanced email

[Dynapi-Dev] Recommendation

2001-01-19 Thread Raymond Smith
To all, Understanding, the need for people like Robert Rainwater to stay focused and not have inappropriate e-mails waste his brain-calories triggering a 'delete'. Yet... Allow people like Jorgi, myself and more recently Doug to "whistle while they work with words... so to speak". I recommend

[Dynapi-Dev] [Bug #129033] new DynImage('src') does not always find src in loadimages

2001-01-19 Thread noreply
Bug #129033, was updated on 2001-Jan-16 10:40 Here is a current snapshot of the bug. Project: DynAPI 2 Category: API Extentions Status: Closed Resolution: Fixed Bug Group: None Priority: 5 Submitted by: camhart Assigned to : nobody Summary: new DynImage('src') does not always find src in loadimag

[Dynapi-Dev] [Patch #103110] sinewave-object

2001-01-19 Thread noreply
Patch #103110 has been updated. Project: dynapi Category: DynAPI-Ext Status: Postponed Submitted by: marstr Assigned to : nobody Summary: sinewave-object Follow-Ups: Date: 2001-Jan-19 16:39 By: rainwater Comment: Could be added to the DynAPI if anyone wants. Also, there is a utility extens

[Dynapi-Dev] [Patch #103112] events.js

2001-01-19 Thread noreply
Patch #103112 has been updated. Project: dynapi Category: DynAPI-Event Status: Open Submitted by: nicolajazz Assigned to : nobody Summary: events.js Follow-Ups: Date: 2001-Jan-19 16:40 By: rainwater Comment: Has anyone tested this patch on the latest events file? -

[Dynapi-Dev] [Bug #129040] DynImage default image size incorrect in IE5.5

2001-01-19 Thread noreply
Bug #129040, was updated on 2001-Jan-16 11:08 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: None Bug Group: None Priority: 5 Submitted by: camhart Assigned to : nobody Summary: DynImage default image size incorrect in IE5.5 Details: When c

Re: [Dynapi-Dev] Updated Nightly Build System

2001-01-19 Thread Robert Rainwater
I also forgot to mention that a the build now includes a tar version with the zip version for those unix users. -- // Robert Rainwater On 1/19/2001, 4:26:19 PM EST, Robert wrote about "[Dynapi-Dev] Updated Nightly Build System": > I updated the nightly build system, so that it is possible t

[Dynapi-Dev] Updated Nightly Build System

2001-01-19 Thread Robert Rainwater
I updated the nightly build system, so that it is possible to download previous snapshots. If you go to http://dynapi.sourceforge.net/snapshot/, you will see a dynamically generated page that shows all of the snapshots. Also, the previous link to download the snapshot (http://dynapi.sourceforge.

[Dynapi-Dev] You'll like this. Or Resizing in NS - 2

2001-01-19 Thread Doug Melvin
update I put the DynAPI.onLoad() into DynAPI.resizehandler.    resizeHandler : function() {  var doc = this.dyndoc;  var w = doc.getWidth();  var h = doc.getHeight();  doc.findDimensions();  if (is.ns4 && (w!=doc.getWidth() || h!=doc.getHeight())) DynAPI.onLoad();   //if (is.ns4 && (w!=do

[Dynapi-Dev] You'll like this. Or Resizing in NS

2001-01-19 Thread Doug Melvin
Instead of trying to destry each object then reload each object I just call DynAPI.onLoad()   Works like a charm. Don't know what it will do for memory usage tho.   DynDocument.prototype.recreateAll = function() {    if (is.ns4) DynAPI.onLoad();};

[Dynapi-Dev] [Bug #128316] Changing the image on a Button does not work

2001-01-19 Thread noreply
Bug #128316, was updated on 2001-Jan-10 11:02 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core - Widgets Status: Closed Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: Changing the image on a Button does not work Details: I f

[Dynapi-Dev] [Bug #129040] DynImage default image size incorrect in IE5.5

2001-01-19 Thread noreply
Bug #129040, was updated on 2001-Jan-16 11:08 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: camhart Assigned to : nobody Summary: DynImage default image size incorrect in IE5.5 Details: When cre

[Dynapi-Dev] [Bug #129377] DynDocument returned incorrect browser width&height under NS

2001-01-19 Thread noreply
Bug #129377, was updated on 2001-Jan-19 06:01 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: DynDocument returned incorrect browser width&height

[Dynapi-Dev] [Bug #129377] DynDocument returned incorrect browser width&height under NS

2001-01-19 Thread noreply
Bug #129377, was updated on 2001-Jan-19 06:01 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: DynDocument returned incorrect browser width&height

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Pascal
have you tried the idea I posted a few days ago (I seem to recall you also posted this on the help list.. I think I answered it there) using an onblur event (or onunload) on the framed pages, to call a de-initialise function to physically remove the layers from the parent Pascal Bestebroer ([EM

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Patricia Fesser
this doesn't really solve my problem, but anyway it was a nice query...unable to find the answer... -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Raymond Smith Enviado el: viernes 19 de enero de 2001 12:01 Para: [EMAIL PROTECTED] Asunto: Re: [Dynapi-Dev]

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Patricia Fesser
it was just a minor correction, about the big problem he said, he had no time to study it, but anyway, your message is right. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Pascal Enviado el: viernes 19 de enero de 2001 11:51 Para: [EMAIL PROTECTED] Asunto

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Patricia Fesser
muchas gracias por mirarlo y responder. Esque empiezo con todo esto y mi cabeza ha cuadriplucado su tamaño...todavía errores tontos de esos. eso, que gracias.pat -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Raides J. Enviado el: viernes 19 de enero de 20

Re: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Raymond Smith
I guess thats why your a software engineer and I am a dreamer. - Original Message - From: "Pascal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 3:24 AM Subject: RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail) > depends on how fa

Re: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Raides J.
Pascal wrote: > > not to be anoying (again) but seeing as this is a very public mailing list > it would be more polite to atleast include an english answer as well so that > anyone -not spanish- with the same problem would also "get" the solution. > > I think that we could get some great convers

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Pascal
depends on how far you throw ofcourse, also how would you cross the ocean with this "technique"? Using a plain? boat? ifso.. when you are in a plain, 2 throws would be enough to cross that whole ocean Ofcourse you could get some scuba gear, and play fair.. throw the stone while walking across the

Re: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Oscar Cortés
I translate this. (more o less) XD - Original Message - From: "Raides J." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 10:22 AM Subject: Re: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail) > Esto es sólo una pequeña indicación sobre

Re: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Raymond Smith
QUERY: If I picked up a medium sized stone and threw it. Then, walked to where it landed picked it up and threw it again. Being in California, how many throws would be required to hit Pascal with it? - Original Message - From: "Pascal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Pascal
not to be anoying (again) but seeing as this is a very public mailing list it would be more polite to atleast include an english answer as well so that anyone -not spanish- with the same problem would also "get" the solution. I think that we could get some great conversations if everyone on this

Re: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Raides J.
Esto es sólo una pequeña indicación sobre "estilo"... En "margenJS.htm", línea 34, en lugar de --> debe decir: //--> para evitar un error en Netscape 4.x que puede hacer que el código no se ejecute correctamente. Sobre el otro problema, no tengo tiempo para estudiarlo ... :(

Re: [Dynapi-Dev] Hep: example load panel

2001-01-19 Thread Henrik Våglin
Have you checked out those by the following sites: www.dynamic-core.net (Pascal's examples and the official FAQ) www.richardinfo.com (Richard's collections of examples and additional widgetsets) www.cantir.com/dynapi (Illmaestro's turturials and examples) there's several examples there - at leas

[Dynapi-Dev] Hep: example load panel

2001-01-19 Thread francesco AGATI
Hi, please i need of an example for see how to use the loadpanel thanks Francesco ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev