You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(75) |
Nov
(252) |
Dec
(418) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(659) |
Feb
(1039) |
Mar
(870) |
Apr
(235) |
May
(329) |
Jun
(251) |
Jul
(123) |
Aug
(119) |
Sep
(67) |
Oct
(194) |
Nov
(535) |
Dec
(133) |
| 2002 |
Jan
(122) |
Feb
(24) |
Mar
(29) |
Apr
(28) |
May
(16) |
Jun
(20) |
Jul
(11) |
Aug
(12) |
Sep
(13) |
Oct
(14) |
Nov
(23) |
Dec
(19) |
| 2003 |
Jan
(28) |
Feb
(170) |
Mar
(288) |
Apr
(211) |
May
(126) |
Jun
(166) |
Jul
(131) |
Aug
(102) |
Sep
(211) |
Oct
(301) |
Nov
(22) |
Dec
(6) |
| 2004 |
Jan
(14) |
Feb
(16) |
Mar
(7) |
Apr
|
May
(8) |
Jun
(25) |
Jul
(21) |
Aug
(2) |
Sep
(7) |
Oct
|
Nov
(2) |
Dec
(1) |
| 2005 |
Jan
(4) |
Feb
(2) |
Mar
(14) |
Apr
(24) |
May
(3) |
Jun
(7) |
Jul
(30) |
Aug
(5) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(1) |
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
|
From: Doug M. <do...@cr...> - 2001-02-12 19:32:38
|
> yes, this shows a lot of potential. Great job. > I wonder, are you planning on this being run from a webserver or on the > client machines? > As you mentioned, the style reflects Borland stuff, (with the floating > panels) which gives a very confusing effect over a desktop full of icons. > Maybe you can include a "hide desktop" function, opening a screensize layer > in relaxing gray, or even with a nice background image, now where could we > find a few nice backgrounds... oter (in Win32) your app could become the desktop. ;-) Doug --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01 |
|
From: Pascal B. <pa...@dy...> - 2001-02-12 19:23:03
|
I think that's a fix for images,and hrefs catching the event.. they won't have a lyrobj, so then the lyrobj of the current layer is used. not sure if the fix is still needed, but since it's not posing problems I'd vote for leaving it in (could cause problems in some strange ways :) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Eytan Heidingsfeld > Verzonden: maandag 12 februari 2001 20:15 > Aan: dyn...@li... > Onderwerp: RE: [Dynapi-Dev] Help With Understanding Events Code > > > My Bad. Copied from some old code of mine. > I meant: > var src=realsrc.lyrobj||this.lyrobj; > what is the point of this.lyrobj > When will realsrc.lyrobj be null? > > 8an > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
|
From: Doug M. <do...@cr...> - 2001-02-12 19:20:19
|
you most likely need to delay setting the HTML.
Give the browser a chance to finish rendering the layers before you but HTML
into them.
:-)
Doug
----- Original Message -----
From: "Monica Keefe" <mo...@ko...>
To: <dyn...@li...>
Sent: Saturday, February 10, 2001 10:42 AM
Subject: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working
> Hi all,
>
> I'm working on a hierarchical menu project that has to work in:
>
> Windows:
> N4.x and up
> IE 4.x and up
>
> Mac:
> NS 4.75
> IE 5.0
>
> So far I'm only having one platform problem :-)
>
> I create a DynLayer and in the oncreate method, I use setHTML. This works
> fine until I try to add a table, like this:
>
> layer.setHTML('<table border=0 cellpadding=4
> cellspacing=2><tr><td>text</td><td>more text</td></tr></table>')
>
> It works fine with other HTML, including <a href> tags and some other
<font>
> tags, but won't work with the table tags. Doesn't cause problems in any
> other browser that I've tried.
>
> Has anyone else experienced this?
>
> Thanks,
> Monica
>
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
---
Outgoing mail is certified Virus Free by AVG Free Edition
http://www.grisoft.com/html/us_index.cfm
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01
|
|
From: Eytan H. <ey...@tr...> - 2001-02-12 19:14:39
|
My Bad. Copied from some old code of mine. I meant: var src=realsrc.lyrobj||this.lyrobj; what is the point of this.lyrobj When will realsrc.lyrobj be null? 8an |
|
From: Pascal B. <pa...@dy...> - 2001-02-12 19:08:21
|
what line? can't find parentojb in the complete events.js file (latest snapshot that is) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Eytan Heidingsfeld > Verzonden: maandag 12 februari 2001 19:56 > Aan: dyn...@li... > Onderwerp: RE: [Dynapi-Dev] Help With Understanding Events Code > > > So what is this part for > this.parentobj > When is this true? > > 8an > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
|
From: Eytan H. <ey...@tr...> - 2001-02-12 18:55:14
|
So what is this part for this.parentobj When is this true? 8an |
|
From: Pascal B. <pa...@dy...> - 2001-02-12 18:21:05
|
Yep, src will then point to the layer (or document) that triggered the event. Not sure what other way you are thinking about.. Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Eytan Heidingsfeld > Verzonden: maandag 12 februari 2001 19:01 > Aan: Dynapi-Dev > Onderwerp: [Dynapi-Dev] Help With Understanding Events Code > > > What is this line do? > var src=realsrc.lyrobj||this.lyrobj; > (in events.js). Isn't this trying to find the correct DynLayer Obj. Isn't > that where the event will be set. Is there another way to do this? > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
|
From: Doc O. <doc...@us...> - 2001-02-12 18:20:46
|
That looks if the objects are the same instance, not if they are alike. ----- Original Message ----- From: "Jared Nuzzolillo" <ja...@aa...> To: <dyn...@li...> Sent: Monday, February 12, 2001 1:04 PM Subject: Re: [Dynapi-Dev] Difference in IE between event and window.event > it appears that while a test like this: > > window.event==event > > returns false, they both contained 37 indentical properties. > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
|
From: Jared N. <ja...@aa...> - 2001-02-12 18:12:20
|
it appears that while a test like this: window.event==event returns false, they both contained 37 indentical properties. |
|
From: Eytan H. <ey...@tr...> - 2001-02-12 18:00:45
|
What is this line do? var src=realsrc.lyrobj||this.lyrobj; (in events.js). Isn't this trying to find the correct DynLayer Obj. Isn't that where the event will be set. Is there another way to do this? 8an |
|
From: Eytan H. <ey...@tr...> - 2001-02-12 17:55:28
|
Is there? 8an |
|
From: francesco A. <fa...@we...> - 2001-02-12 17:28:37
|
Hi, i have notice a probelm: in NS4 the slide don't function with inline layer the error is: JavaScript Error: src/lib/dynapi/api/dynlayer.js, line 76: clip is not defined. Francesco Agati |
|
From: Eytan H. <ey...@tr...> - 2001-02-12 16:43:36
|
I have recently found very interesting behavior in IE 5. I used proprietary
code so I don't know about IE4 and NN4 but I will check soon. I used code to
create many DynLayers (520) inside another dynlayer(myLayer). Then I called
document.body.removeChild(myLayer) the memory didn't budge. Then I minimized
and maximized the browser. Walla! from 13MB to 1MB. (This with the Loop to
nullify the DynLayers for they are still there taking up memory).
Here is the code to test:
====================================
<html>
<head>
<title>DynAPI Distribution: Destroy</title>
<script language="Javascript" src="../src/dynapi.js"></script>
<script language="Javascript">
DynAPI.setLibraryPath('../src/lib/');
DynAPI.include('dynapi.api.*');
</script>
<script language="Javascript">
var mLayer;
var a = [];
function dowork(){
for(var i=0;i<101;i++){
a[i] = null;
}
document.body.removeChild(mLayer.elm);
}
DynAPI.onLoad = function() {
mLayer = new DynLayer();
mLayer.setHTML("testing memory free in IE");
DynAPI.document.addChild(mLayer);
window.status = "ready for action";
for(var i=0;i<521;i++){
a[i] = new DynLayer();
mLayer.addChild(a[i]);
}
}
</script>
</head>
<body bgcolor="#ffffff">
<a href=javascript:dowork()>Start The Test</a>
</body>
</html>
======================================
|
|
From: Pascal <pb...@oi...> - 2001-02-12 15:05:04
|
Just tested this code (yours had some typo's I think):
DynAPI.onLoad=function() {
var mLayer;
var a=[];
mLayer = new DynLayer();
DynAPI.document.addChild(mLayer);
for(var i=0;i<1001;i++) {
a[i] = new DynLayer();
mLayer.addChild(a[i]);
status=i
}
alert('done')
}
Notice that it takes a LOOOOONG while to create 1000 layers, the browser is
not responding
because it's busy generating those layers.. it runs without problems on my
system
at work (p3 600mhz 128mb) and it works without crashing (and for your
information, your code
also runs, but doesn't really create any child layers)
Also note that this example is not what you posted on the bugs at
sourceforge, you posted
about the problem occuring while testing your table things.
So as I explained, I couldn't get normal code to crash the browser, or any
of the
other examples.. so it sounded like it was your table widget causing
problems.
Ofcourse it just not smart to generate 1000 layers on one page,
memory problems and speed problems, something we can't fix in the DynAPI
(speed maybe, but not the
memory problem)
hope this clarifies things,
Pascal Bestebroer (pb...@oi...)
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com
> -----Oorspronkelijk bericht-----
> Van: dyn...@li...
> [mailto:dyn...@li...]Namens Eytan
> Heidingsfeld
> Verzonden: maandag 12 februari 2001 15:49
> Aan: Dynapi-Dev
> Onderwerp: [Dynapi-Dev] Stability
>
>
> Pascal, you keep complaining that my stability problems are to hard to
> recreate. Try IE5 with a page that has this code
>
> DynAPI.onload = function(){
> var mLayer;
> var a=[];
> mLayer = new DynLayer();
> DynAPI.document.addChild(mLayer);
>
>
> for(var i=0;i>1001;i++);
> a[i] = new DynLayer();
>
> mLayer.addChild(a[i]);
> }
> Browser freezes and dies.
> This on PIII 667 256 RAM
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>
|
|
From: Eytan H. <ey...@tr...> - 2001-02-12 14:48:09
|
Pascal, you keep complaining that my stability problems are to hard to
recreate. Try IE5 with a page that has this code
DynAPI.onload = function(){
var mLayer;
var a=[];
mLayer = new DynLayer();
DynAPI.document.addChild(mLayer);
for(var i=0;i>1001;i++);
a[i] = new DynLayer();
mLayer.addChild(a[i]);
}
Browser freezes and dies.
This on PIII 667 256 RAM
|
|
From: Richard B. <ma...@ri...> - 2001-02-12 13:56:47
|
All this: http://www.mail-archive.com/index.php3?hunt=dynapi ----- Original Message ----- From: "Eytan Heidingsfeld" <ey...@tr...> To: <dyn...@li...> Sent: Monday, February 12, 2001 2:44 PM Subject: RE: [Dynapi-Dev] All this "Konqueror" discussion... > Hold on a minute i only know about the help list and the dev one what else > is there > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |
|
From: Pascal <pb...@oi...> - 2001-02-12 13:48:16
|
there's widget, chat, .. you can find them on sourceforge under the lists part you see.. all this rock throwing is good for something! I knew it! let's konquer the world with rock-throwing! Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Eytan > Heidingsfeld > Verzonden: maandag 12 februari 2001 14:45 > Aan: dyn...@li... > Onderwerp: RE: [Dynapi-Dev] All this "Konqueror" discussion... > > > Hold on a minute i only know about the help list and the dev > one what else > is there > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
|
From: Eytan H. <ey...@tr...> - 2001-02-12 13:44:37
|
Hold on a minute i only know about the help list and the dev one what else is there |
|
From: Pascal <pb...@oi...> - 2001-02-12 13:37:18
|
> Can this thread be stopped, please? > It has nothing related to DynAPI or to Konqueror. Not sure.. but we can move it :) official statement: I'm prepared to move the rock throwing to the chat "discussion" list.. in the hope that the other "party" is also ready to do this. > AFAIK "dynapi-dev" is "DynAPI development mail list" Your sure? hmm.. sounds logicall yes. Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com |
|
From: Vadim P. <luc...@mt...> - 2001-02-12 13:20:16
|
Monday 12 February 2001 02:47, Вы написали: | The value of "exposure" Richard. | | Plus the "rare" treat of actually being able to produce a smile on the | logic-etched face of a programmer. <snip> Can this thread be stopped, please? It has nothing related to DynAPI or to Konqueror. AFAIK "dynapi-dev" is "DynAPI development mail list" -- Vadim Plessky http://kde2.newmail.ru (English) http://kde2.newmail.ru/index_rus.html (Russian) Do you have Arial font installed? Just test it! http://kde2.newmail.ru/font_test_arial.html |
|
From: Pascal <pb...@oi...> - 2001-02-12 13:09:37
|
first, you mean document.elementName gives an error, or DynAPI.document.elementName gives an error? anyway, the document is still the browser's document object, so if it gives an error it's NS6 doing the problems. Opera is not supported by DynAPI (yet) it lacks good javascript support (as far as I'm aware.. can't get things to run on Opera) so has nothing to do with W3C compliance on the DynAPI side. We are currently trying to fix as many bugs in NS6 as we can, but alot of things should already work (as posted earlier today in this post: "Hi, Get the current snapshot here: http://dynapi.sourceforge.net/snapshot/ Install it parallel to what you use now, as it is the beta - work in progress - release. A lot of NS6 support has been added recently, and you can feel free to comment on what works/doesn't work in this version. If you find a bug in the snapshot version, file bugreport here: http://sourceforge.net/bugs/index.php Cheers, Richard Bennett" cya, Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens > je...@si... > Verzonden: maandag 12 februari 2001 13:41 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] IS DynAPI II compliant with W3C DOM? > > > Hi, > > I found that some of the example in the downloaded package does not > work properly in Netscape 6 and Opera. It seems that DynAPI II is > still not W3C compliant. This is especially true when dealing > with layers > and embedded objects. Example, document.elementName will return > that there is no property for this object. > > Can someone please shed some light on this? How can I make DynAPI > II fully W3C compliant or I have to give up on the many advantages of > using DynAPI II in order to make my application W3C compliant? > > Many thanks in advance! > > -- > Regards, > Jerry > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
|
From: <je...@si...> - 2001-02-12 12:40:08
|
Hi, I found that some of the example in the downloaded package does not work properly in Netscape 6 and Opera. It seems that DynAPI II is still not W3C compliant. This is especially true when dealing with layers and embedded objects. Example, document.elementName will return that there is no property for this object. Can someone please shed some light on this? How can I make DynAPI II fully W3C compliant or I have to give up on the many advantages of using DynAPI II in order to make my application W3C compliant? Many thanks in advance! -- Regards, Jerry |
|
From: Richard B. <ma...@ri...> - 2001-02-12 12:06:55
|
I think eventlisteners are the way to do it, see example here: Richard_examples sequential_slides.html http://www.richardinfo.com/?menu=examples&node=1 Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Nuno Ferreira" <nun...@wi...> To: <dyn...@li...> Sent: Monday, February 12, 2001 12:39 PM Subject: [Dynapi-Dev] Help with pathanim... > Hi Guys, > > need help with something... > > I have some slide animations to do, but I need to know when the last > animation ends so I can load a page into a layer, using loadpanel. > Something like this: > > <a href="javascript:void(null)" > onClick="start_anim('pagetoload');">Whatever</a> > . > . > . > function start_anim(page_url){ > Fillet1.slideTo(null,198) > . > . > Fillet20.slideTo(null,198+19) > > TextArea.setURL(page_url) > } > > Now, because the animation "opens" up a space in the page for the text to > appear, > I need to know when ALL the slideTo() end so I can trigger the setURL. > I could use a eventlistener for the all the objects that I'm sliding but it > seems > a very awkward way of doing it. > > Any suggestions? > > Thanks, > > NunoF > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |
|
From: Nuno F. <nun...@wi...> - 2001-02-12 11:42:20
|
Hi Guys,
need help with something...
I have some slide animations to do, but I need to know when the last
animation ends so I can load a page into a layer, using loadpanel.
Something like this:
<a href="javascript:void(null)"
onClick="start_anim('pagetoload');">Whatever</a>
.
.
.
function start_anim(page_url){
Fillet1.slideTo(null,198)
.
.
Fillet20.slideTo(null,198+19)
TextArea.setURL(page_url)
}
Now, because the animation "opens" up a space in the page for the text to
appear,
I need to know when ALL the slideTo() end so I can trigger the setURL.
I could use a eventlistener for the all the objects that I'm sliding but it
seems
a very awkward way of doing it.
Any suggestions?
Thanks,
NunoF
|
|
From: <no...@so...> - 2001-02-12 10:39:12
|
Bug #128419, was updated on 2001-Jan-11 02:53
Here is a current snapshot of the bug.
Project: DynAPI 2
Category: API Extentions
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: marstr
Assigned to : nobody
Summary: PathAnimation.run() bug
Details: a bug in PathAnimation.run() causes PathAnimation.run()
not to stop when the path is finished.
netscape throws an error:
can't convert this.x to an integer.
the problem is when this.newX and this.newY
is set in pathanim.js line #92 and #93
after the path is finish this.newX and this.newY
gets undefined as new x and y-values.
i've made a quick-fix just to test:
if (typeof this.newX=='undefined' || typeof this.newY=='undefined') {
this.stopAnimation();
return;
}
and put the line after new this.newX/newY values have
been set.
it workes, but i suppose a real pach should take
care and stop the animation earlier in the method.
Follow-Ups:
Date: 2001-Feb-12 02:39
By: nobody
Comment:
When is this behavior visible?
I've worked with pathanim a lot and since the fixes in the latest release I
thought it was ok.
Richard
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=128419&group_id=5757
|