DynAPI.include('dynapi.api.*')
DynAPI.include('dynapi.gui.*');
DynAPI.include('dynapi.event.*');
DynAPI.include('dynapi.ext.*');
DynAPI.include('d
neat, can we confirm that all is loaded from cache?
Anyone care to write a test ap? Maybe time the load-time or something
> This works, I have also tried
>
> DynAPI.onResize = function()
> {
> if (is.ns4)
> {
> location.replace( location.href );
> }
> }
>
>
> And it seems to work from
Title: Older Version of Netscape (4.01)
I would like to use this to make a
pint..
The error handling in DynAPI should be _OFF_ be
default.
Be default we SHOULD see any error generated by
code.
- Original Message -
From:
Pickup,
Jordan
To: [EMAIL PROTECTED]
Sent:
>The resizing thing is a browser bug. - see info
in FAQ (sig)
Yes, and no. Are we still doing the -reload-all
thing? if so, then we are indeed partially to blame, as noone has put any real
effort into making this a workable solution.
Again I find myself having to say that this is a
cludg
Bad idea, you are skirting mem-leak territory
- Original Message -
From: "Robert Rainwater" <[EMAIL PROTECTED]>
To: "Gregor Brandt" <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 4:19 PM
Subject: Re[2]: [Dynapi-Help] NS4.75 DynAPI 2.51
>
> You can just reload the browser in NS 4 for no
Title: Older Version of Netscape (4.01)
That statement is rude an uncalled
for.
As for it's being archaic, that does not
matter.
The fact is, that to use NS in a large-scale
business envrironment, you used to (may still) have to pay for a
license.
one of our clients, a Dept of the Canadaia
one easy solution would to change your onmousedown
to an onmouseup
- Original Message -
From:
Ben
Empson
To: [EMAIL PROTECTED]
Sent: Monday, April 09, 2001 6:37
AM
Subject: [Dynapi-Help] Netscape not
releasing mouse down
I am writing a site which needs me
The only difference is now the events are in their own package.
Before they were in dynapi.api (now dynapi.event). So if you said
dynapi.api.* before, you need to add dynapi.event.*. (or
dynapi.event.mouse, dynapi.event.listeners).
The file including system has not changed at all in this relea
Greeting,
I am building a simple widget that contain a text box and a button within a
form. When user click on the button or hit the enter key, I want the widget
to invoke a custom event. Everything works great in IE, but in NS4 I get a
javascript error @ line 47 in keyboard.js. Please help
Ok, I'll change the lines to include is.platform. This fixes the
problem on Windows and Linux for me.
Gregor
Robert Rainwater wrote:
>
> The line should read:
> if (is.ns4 && is.platform=="other" && type=="mouseup") {
>
> Does this fix the problem? This will only create the click events o
I still can't get NS4 to work fully with my widgets.
You can look at the current state on http://www.geocities.com/elitw_nl
Please test this, specialy with NS4 (the page should work for NS4.5/4.7 and IE4/5/5.5).
CU
Eli
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTE
Ok, so previous release (Version 2001.01.25) loaded all
the files on startup, bu now I can load only a set of files.
Tell me if I mistake, but Now, the files to load (in case that u want
to load the entire API) are the following:
DynAPI.include('dynapi.api.*')
DynAPI.include('dynapi.gui.*');
It
might be because events are not part of the core API, you should make sure you
are including events as well, eg
DynAPI.include('dynapi.event.*');
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Nicolas
MASSARTSent: 10 April 2001 14:56To
Hi !
I downloaded the 2.51 Release an tryed to update my
old version (Version 2001.01.25).
But it does not work !!!
The new version shows alerts such as (see attachment)
This errors never happend before. So my code never changed too... Where
is the bug ? Does it mean that I didn't use the API c
Solved the problem. Thanks must go to Pascal for his excellent tutorial.
-Original Message-
From: Michael Towers
Sent: 09 April 2001 16:58
To: [EMAIL PROTECTED]
Subject: [Dynapi-Help] Inline layers
Hi,
I have a problem I hope someone might be able to help me with.
I have a page w
Another call for help! :)
I'm using the loadpanel to load small html files
into a layer (in this case each file has text, an image, and
a form with 4 hidden input fields).
The problem is that sometimes the image just doesn't appear.
The image is being loaded, cause I don't get a broken image
squ
Hola Richard,
my original DynAPI1 script was simply a menu bar made up of 7 layers that
scroll to the left in a "telescopic way". That is, the layers scroll one
after the other, and only when the preceding layer has completed scrolling.
You can see a working example at:
http://www.macande.com/i
> The line should read:
> if (is.ns4 && is.platform=="other" && type=="mouseup") {
>
> Does this fix the problem? This will only create the click events on
> ns 4 browsers that are not using Windows (linux/unix). Do we need to
> create the events for windows ns 4?
I don't think creating the cli