Re: [Dynapi-Help] Compatibility Matrix

2001-04-11 Thread Robert Rainwater
I was thinking that we could create an interactive compatiblity matrix using wiki. I can set this up on the sourceforge site and would allow people to post there results instantly on the site. Also, I'm comptemplating setting up a documentation center at sourceforge using wiki. This would allo

[Dynapi-Help] Compatibility Matrix

2001-04-11 Thread Matthew Shirey
Hey all,   Just wanted to let you all know that I am working on a Matrix for the current version.  I should have it done some time tomorrow.  I am very impressed with my initial findings though.  Nice work guys.   -- Matthew

Re: [Dynapi-Help] problem again (IE vs NS)

2001-04-11 Thread Michael Pemberton
this is just the way that NS4 works. it does not trigger a mouse out until the mouse up event has happened. it also waits until the mouse moves after the mouseup to make sure that the mouse is outside. have you tried simply moving the mouse after releasing it? Gregor Brandt wrote: > I have wr

[Dynapi-Help] NS4 and onclick onmousedown events for HTML elements

2001-04-11 Thread Williams, Chris
I was just reading about the way that NS4 deals with events and discovered the following NS4 events are triggered from the browser down. This means that if we are intercepting the events (such as click and mousedown) the events will never reach the HTML elements within a layer ('' tags for e

Re: [Dynapi-Help] Example of failure in NS

2001-04-11 Thread Gregor Brandt
getWidth() also faies. Gregor Doug Melvin wrote: > > may not be a factore.. by I would use .getWidth(0 rather tha .w as > .getWidth(0 would be more likly to have any NS6 fix. > - Original Message - > From: "Gregor Brandt" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday,

Re: [Dynapi-Help] Example of failure in NS

2001-04-11 Thread Doug Melvin
may not be a factore.. by I would use .getWidth(0 rather tha .w as .getWidth(0 would be more likly to have any NS6 fix. - Original Message - From: "Gregor Brandt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 9:25 AM Subject: [Dynapi-Help] Example of failure i

Re: [Dynapi-Help] NS4.75 DynAPI 2.51 (replace instead of reload)

2001-04-11 Thread Doug Melvin
That could be done with a 'window manager' You could have an object which simply iterates through the .all array and stores the state of each layer/object - Original Message - From: "Gregor Brandt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 3:53 PM Subject: R

Re: [Dynapi-Help] Example of failure in NS

2001-04-11 Thread Robert Rainwater
Thats most likely because the image hasn't loaded yet. If you want to wait until then you say: DynImage.onLoaderDone = function() { alert(testimage.w) } -- Robert Rainwater On 4/11/2001, 12:25:25 PM EST, Gregor wrote about "[Dynapi-Help] Example of failure in NS": > The following code fai

[Dynapi-Help] Example of failure in NS

2001-04-11 Thread Gregor Brandt
The following code fails in NS. I've looked at the DynAPI code but can't quite figure it out: DynAPI.onLoad = function() { testimage = new DynImage('../src/lib/dynapi/images/common/arrowup.gif'); DynAPI.document.addChild( testimage ); alert( testimage.w ); } In IE and

[Dynapi-Help] Netscape 4.75 and DynAPI 2 widgets

2001-04-11 Thread E. te Winkel
Hi, I made some widgets (menubar and skinwindow) for a project and with NS4.75 they don't always work. It looks like the browser stops loading before the page is finished. The skinwindow won't always load and when it loads it often hasn't got all the images for the skin. Can anyone help me? I'

RE: [Dynapi-Help] Older Version of Netscape (4.01)

2001-04-11 Thread Eytan Heidingsfeld
Sorry didn't mean to be rude 8an ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

RE: [Dynapi-Help] Problem Using the DynAPI 2.51 Release...

2001-04-11 Thread Cameron Hart
You should import dynapi.event before dynapi.gui, because files in dynapi.gui required events to be imported. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Digital StriderSent: 10 April 2001 23:20To: [EMAIL PROTECTED]Subject: Re: [Dynap

Re: [Dynapi-Help] problem again (IE vs NS)

2001-04-11 Thread Gregor Brandt
I may have found the problem for NS6. target.getWidth() and target.getHeight() both return null as to target.w and target.h. In IE and NS4.75 they return the correct values. Gregor ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourcefor

[Dynapi-Help] problem again (IE vs NS)

2001-04-11 Thread Gregor Brandt
I have written the following code: It is a widget that takes an image list. When the mouse passes over the widget borders appear to show it as a button. Button presses simply change the image. It works perfectly in IE5.5 In NS4.75 it works except that when I press the mouse button inside the