[Dynapi-Dev] [Bug #130684] weird PathAnimation.line bug

2001-02-09 Thread noreply
Bug #130684, was updated on 2001-Jan-31 23:07 Here is a current snapshot of the bug. Project: DynAPI 2 Category: API Extentions Status: Closed Resolution: None Bug Group: None Priority: 5 Submitted by: robelix Assigned to : nobody Summary: weird PathAnimation.line bug Details: I wanted to move a

[Dynapi-Dev] [Bug #129602] Dynlayers methods dont effect elements

2001-02-09 Thread noreply
Bug #129602, was updated on 2001-Jan-21 12:26 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: Works For Me Bug Group: None Priority: 5 Submitted by: eytanh Assigned to : nobody Summary: Dynlayers methods dont effect elements Details: Now I h

[Dynapi-Dev] [Patch #103520] List.js setSelected Patch

2001-02-09 Thread noreply
Patch #103520 has been updated. Project: dynapi Category: DynAPI-Widget Status: Accepted Submitted by: rainwater Assigned to : nobody Summary: List.js setSelected Patch Follow-Ups: Date: 2001-Feb-09 22:51 By: rainwater Comment: Patch implemented in CVS. ---

Re: [Dynapi-Dev] Pay attention Robert, Pascal, Admins....

2001-02-09 Thread Raymond Smith
Still event issues with NS4+, probably the images.   - Original Message - From: Raymond Smith To: [EMAIL PROTECTED] Sent: Friday, February 09, 2001 1:43 PM Subject: [Dynapi-Dev] Pay attention Robert, Pascal, Admins Gentlemen,   Attached is an Bu

RE: [Dynapi-Dev] a couple of tools

2001-02-09 Thread Monica Keefe
Does anyone know of any debugging tools to use on the mac? Anything other than alert boxes would be very helpful :-)   Thanks! -Original Message-From: Doug Melvin [mailto:[EMAIL PROTECTED]]Sent: Friday, February 09, 2001 2:21 PMTo: [EMAIL PROTECTED]Subject: [Dynapi-Dev] a

Re: [Dynapi-Dev] Pay attention Robert, Pascal, Admins....

2001-02-09 Thread Raymond Smith
Addendum,   This js file works fine now.  You might want to update the CVS to not show the events bug anymore.   Sorry for not prechecking the file in advance.  Still be nice to add those files to the CVS I spent 3 days on those button graphics.   Cheers,   Ray - Original Message -

[Dynapi-Dev] Pay attention Robert, Pascal, Admins....

2001-02-09 Thread Raymond Smith
Gentlemen,   Attached is an Buttonimage HTML file and 2 images that should be included in the 1) Examples and 2) Images/Common files.  It appears to be the only included widget without a working example and the only included widget that still has global event bugs.  Just might be a coorelati

[Dynapi-Dev] a couple of tools

2001-02-09 Thread Doug Melvin
I have found the following tools to be indeispensible when working with (and debuggin) DynAPI   (WIN32 - sorry)   1) FreeMemPro http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html       This is a ram 'defragmenter' for Window 32.. the way it works is it allocates as much ram fro

[Dynapi-Dev] ECMA 290 ECMAScript Components Specification

2001-02-09 Thread Richard Emberson
What is the relationship between dynapi components and the ECMAScript Components Specification components? Richard Emberson ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

[Dynapi-Dev] [Bug #131620] Where's the documentation?

2001-02-09 Thread noreply
Bug #131620, was updated on 2001-Feb-08 15:12 Here is a current snapshot of the bug. Project: DynAPI 2 Category: None Status: Closed Resolution: Later Bug Group: Feature Request Priority: 5 Submitted by: largesnike Assigned to : nobody Summary: Where's the documentation? Details: Tried to follow

[Dynapi-Dev] [Bug #131669] CreateLayer problem with Netscape 6

2001-02-09 Thread noreply
Bug #131669, was updated on 2001-Feb-09 01:57 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: CreateLayer problem with Netscape 6 Details: Layer

[Dynapi-Dev] [Bug #131034] Mozilla - Math.pow

2001-02-09 Thread noreply
Bug #131034, was updated on 2001-Feb-04 15:08 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Closed Resolution: Fixed Bug Group: None Priority: 5 Submitted by: robelix Assigned to : nobody Summary: Mozilla - Math.pow Details: Mozilla M18 seems t

[Dynapi-Dev] [Bug #130886] opera5.0 is not supported

2001-02-09 Thread noreply
Bug #130886, was updated on 2001-Feb-02 09:35 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Closed Resolution: None Bug Group: Feature Request Priority: 5 Submitted by: nobody Assigned to : nobody Summary: opera5.0 is not supported Details: Dyn

[Dynapi-Dev] Broken mouse up event in NS

2001-02-09 Thread Michael Towers
Hi, Does anyone have any idea why the mouseup event in the following code does not in NS 4.5 & 4.76 & 6.0 DynAPI.onLoad=function() { var testLayer = new DynLayer( null, 10, 10, 200, 200 ); testLayer.setHTML( "" ); eventListener = new EventListener( testLayer );

[Dynapi-Dev] [Bug #130356] bug in library-order

2001-02-09 Thread noreply
Bug #130356, was updated on 2001-Jan-28 14:25 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: Fixed Bug Group: None Priority: 5 Submitted by: marstr Assigned to : rainwater Summary: bug in library-order Details: When the libraries are added

[Dynapi-Dev] [Bug #129663] IE 5.0 crashes

2001-02-09 Thread noreply
Bug #129663, was updated on 2001-Jan-22 02:55 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: eytanh Assigned to : nobody Summary: IE 5.0 crashes Details: Using my table (submitted to the dev li

RE: [Dynapi-Dev] A simple question

2001-02-09 Thread Pascal Bestebroer
Layers will always be recycled on NS4, no dependency on the size or anything. the Layer object is still in memory, and can be simply resized seeing that it's contents will be rewritten anyway. The layer's size is reset before the HTML is written into it.. so glance at it again :-) (and focus on t

[Dynapi-Dev] Downloading of external files

2001-02-09 Thread Michael Pemberton
I've recently extended my FileIO work to included an applet that downloads the content of a URL.  This allows for code to be downloaded and used without the need for additional frames / layers. As seem here, I have been able to get the contents of the

[Dynapi-Dev] Netscape 6.01

2001-02-09 Thread Raible, Matt
I haven't installed this yet, but I thought you developers might be interested in a newer version of Netscape 6: http://news.cnet.com/news/0-1005-200-4755462.html ___ Dynapi-Dev mailing list [EMAIL

[Dynapi-Dev] [Bug #131669] CreateLayer problem with Netscape 6

2001-02-09 Thread noreply
Bug #131669, was updated on 2001-Feb-09 01:57 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: CreateLayer problem with Netscape 6 Details: Layer