Whew! Go away for a day and the messages pile up!
Raides J. - I was under the impression that this (JIT) was essentially
the case for both browsers, but I could be mistaken. The following is from
the Netscape JavaScript 1.3 reference, describing a function as opposed
to a function object created
Sounds good to me...
- Original Message -
From: "Raymond Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 5:13 PM
Subject: [Dynapi-Dev] nameology
> Since DynAPI3 stuck the fear of God into some individuals unnessarily, how
> about adopting the naming
I've just updated my JS and found no such problem.
Win98
IE 5.5
- Original Message -
From: "nobody" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 4:07 PM
Subject: [Dynapi-Dev] [ dynapi-Bugs-404007 ] Events in Images (IE 5.5)
> Artifact #404007, was updated
Hi all,
Is createElement still unsupported in NS4.x? I haven't seen the error
message
mentioned below ("createElement is not a function"), but I have run into one
problem:
When resizing netscape 4.7x, the first resize doesn't recreate the layers in
resizeHandler(), but if you resize again (wi
Since DynAPI3 stuck the fear of God into some individuals unnessarily, how
about adopting the naming syntax used by Linux.
1) Stable releases are "even" numbered. 2.0, 2.2, 2.4, etc...
2) Working releases are "odd" numbered. 2.1, 2.3, 2.5, etc...
Updates can happen to both, development can b
Artifact #404007, was updated on 2001-02-24 16:07
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=404007&group_id=5757
Category: Core API
Group: None
Status: Open
Priority: 6
Submitted By: Robert Rainwater
Assigned to: Nobody/Anonymous
Summary: Events in
By the way are you still planning on putting in the dynobject? It
shouldn't be very hard to implement since you have already done it in
the DynaCore. But it will require that everybody includes in their
pages though.
--
// Robert Rainwater
On 2/24/2001, 4:56:31 PM EST, Pascal wrote about "[Dyn
I think we(you) should divide the test in to two parts:
* Good programming
* DHTML performance
What about making this a serious page with serverside scripts to submit
tests and results.
(I would do it but I am only fluent in ASP and ISAPI and rusty in PERL if
you have a WinBox I could do it)
8an
The only thing I still want to change is the way that all widgets inherit
from DynLayer. Why don't we just make them have a dynlayer object then it is
easier to free mem. (Taking care of DynLayer is a hassle but the object
isn't).
8an
___
Dynapi-Dev ma
First of all I wanted to know if you are accepting tests!
Another thing is that your great Duff dude was slower on my PIII by 1 ms.
No biggie but why?
8an
___
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-d
the static methods we're not the BIG speed thing, but the default
width/height values we're (your canvas doesn't do
getContentWidth/getContentHeight.. those functions eat time)
only a small increase in speed without static methods.. (come to think about
it, it might have actually be just a random
oops! :)
Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Robert Rainwater
> Verzonden: zaterdag 24 februari 2001 22:49
> Aan: DynAPI Development List
> Onderwerp: Re: [Dynapi-Dev] setC
I didn't see much difference in Canvas though why??
8an
___
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev
I was wrong. It was the new code after all. I updated cvs to fix the
calls to createElement. They now use the dynlayer method, not the
static method.
--
// Robert Rainwater
On 2/24/2001, 2:54:36 PM EST, Robert wrote about "[Dynapi-Dev] setContent":
> I havent tested much yet, but all of t
Thanx pascal for changing them from static methods. At this rate Canvas may
become obselete (and so may dynacore??)
;-)
8an
___
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev
I havent tested much yet, but all of the examples that use setContent
with labels seem to be broken (atleast in IE 55). For instance the pushpanel and
scrollpane examples are broken. I don't think this is new though,
because it seems like I've noticed it before.
--
// Robert Rainwater
---
Michael Pemberton <[EMAIL PROTECTED]> wrote:
> I now have it working in both NS and IE (only win tested) and can't see
> any bugs. (I should open my eyes)
Can anyone confirm this working in NS6/Mozzilla ?
Get free email and a
Because most sites on the net check for IE or
Netscape browsers Opera has had to pretend to be one of these for the sites to
display. This is USER definable, and the check in browser.js only checks for
Opera if navigator.appName=="Microsoft Internet Explorer". To always correctly
return "ope
Bug #133325, was updated on 2001-Feb-20 15:08
Here is a current snapshot of the bug.
Project: DynAPI 2
Category: Browser-Specific Issue
Status: Closed
Resolution: Later
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: Some properties don't work with netscape 6 or Moz
Jeff Greenberg wrote:
>
> Hey guys...
(snip)
> This is the link:
> http://home.earthlink.net/~kendrasg/info/js_opt/
(snip)
Ok. I have gone there and read all. It seems impressive. Just a note to
clarify things a little bit. In the "Duff's device" (something I
remember not having read any
about the switch thingie.
I tried it and it seems to be slower then the if statements ..
Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Michael Pemberton
> Verzonden: zaterdag 24 feb
I have found the following recurring syntax glitches in the api and am
getting tired of hacving to manually alter the code every time it gets
updated.
is there any reason why { } segments do not always have a ; after the
closing } ?
also on line 257 and 278 there is a ; in the wrong place and the
Why do we capture the onload event of a NS4 layer?
Is this of any use since all the load events are triggered by setHTML.
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
___
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net
yes, the setWidth/Height check for that (if <0 it sets 0)
but I think a layer should be set by default to size (0,0) not set to the
contentwidth/height. It would then always be possible to call the
contentwidth/height methods to retrieve those values.. but this should be
done by the user, not
what if we want a width / height of 0?
is it possible to use -1 to indicate an automatic value?
Pascal Bestebroer wrote:
> Now why does this not happen in dynacore? well, because there the this.w and
> this.h default value is not null but 0.
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 121070
So here I am.. trying to get the dynlayer up to speed.
problem is, everything I tried was actually making things slower... until I
shut down a few tools running in the background.. problem fixed.
Next problem, DynLayer is a bit faster, but not as fast as the dynacore
version..why is that?
Well, l
the only problem is that cookies are limited to 4k in size.
this is not of much use for dynamic loading of email messages and other such
file contents.
Doc Oliver wrote:
> Michael Pemberton <[EMAIL PROTECTED]> wrote:
> > the problem was that there was no method of downloading content AFTER the
Not a single mention of a rock.
But grats to you guys, you deserve the spotlight...
What the article forgets to mention is the 'insight and wisdom' a lowly user
like me can gain by nibbling at the edges of your grand endeavor. I owe a
world of knowledge and thanks to you guys for spawning t
Well finally I can share this with everyone,
the first DynAPI2 article by Rick Scott is up over at
http://www.zdnet.com/devhead/.
He will be doing 6 parts in total (very loosy based on the tutorials).
Hopefully this will spawn a bigger audience for the DynAPI2 and might even
get DynAPI featured
29 matches
Mail list logo