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
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
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
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
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,
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
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
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
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
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'
Sorry didn't mean to be rude
8an
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
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
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
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
14 matches
Mail list logo