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...> - 2000-12-14 19:16:45
|
to test for browser functionality without relying on appname: if (document.all) -- most likely MSIE, but at least supports most of it's functionality else if(document.layers) most likely is NS but at least supports most of it's functionality.. Doug Melvin ----- Original Message ----- From: "Scott Andrew LePera" <sc...@sc...> To: "dynapi" <dyn...@li...> Sent: Thursday, December 14, 2000 10:29 AM Subject: [Dynapi-Dev] Mozilla & Opera > As long as you have the latest Mozilla build you're basically working > with the same codebase as Netscape 6. Arguably if you develop for one > you're also developing for the other. Mozilla may be more stable because > it doesn't come with all the integrated bloatware. So try switching to > Moz if NS6 doesn't like you. > > As far as Opera 5, I just started fiddling with it. Dan's right: it > doesn't support createElement() (or many of the W3C ECMAScript > interface, for that matter). Nor does it seem to support innerHTML, > insertAdjacentHTML, or any other means of dynamically generating > elements without document.write. Bummer. > > What's interesting is that by default, Opera 5 indentifies itself as > MSIE 5.0. But it can also be manually set to disguise itself as NS6, > NS4, and Opera. That means you can't always rely on a browser sniffer > using "navigator.appName" to sniff it correctly. > > I'm still tinkering, because there doesn't seem to be a lot of docs on > the web concerning Opera and DHTML compatibility. In it's defense, it's > a soopa-fast little browser. It smokes Mozilla's performance (on my > machine, at least). > > -- > scott andrew lepera > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Scott A. L. <sc...@sc...> - 2000-12-14 19:14:39
|
> hmm, so a delete array[element] will leave a gap instead of removing the > element and move all "higher" elements down one step ? Yes, Brandon is correct in this. That's one of the reasons why removeFromArray was created in the first place. It keeps ordinal arrays in the correct order when you remove an element. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Eytan H. <ey...@tr...> - 2000-12-14 18:50:26
|
I know it's not the master|slave bit i've tried that. I also have tried all the install-reinstall but not in the exact order. Maybe i'll try that soon (currently too pissed off) |
From: Jared N. <ja...@aa...> - 2000-12-14 18:45:14
|
<script> t=new Array(1,2,10,22,55) delete t[1] alert(t.length) //still 5 alert(t[1]) // undefined </script> yeah thats the problem with just using delete |
From: Scott A. L. <sc...@sc...> - 2000-12-14 18:29:09
|
As long as you have the latest Mozilla build you're basically working with the same codebase as Netscape 6. Arguably if you develop for one you're also developing for the other. Mozilla may be more stable because it doesn't come with all the integrated bloatware. So try switching to Moz if NS6 doesn't like you. As far as Opera 5, I just started fiddling with it. Dan's right: it doesn't support createElement() (or many of the W3C ECMAScript interface, for that matter). Nor does it seem to support innerHTML, insertAdjacentHTML, or any other means of dynamically generating elements without document.write. Bummer. What's interesting is that by default, Opera 5 indentifies itself as MSIE 5.0. But it can also be manually set to disguise itself as NS6, NS4, and Opera. That means you can't always rely on a browser sniffer using "navigator.appName" to sniff it correctly. I'm still tinkering, because there doesn't seem to be a lot of docs on the web concerning Opera and DHTML compatibility. In it's defense, it's a soopa-fast little browser. It smokes Mozilla's performance (on my machine, at least). -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Doug M. <do...@cr...> - 2000-12-14 18:29:02
|
RE: [Dynapi-Dev] Very off topicthat, of course, is another posability.. :-) doug Melvin ----- Original Message -----=20 From: Bair, Todd=20 To: 'dyn...@li...'=20 Sent: Thursday, December 14, 2000 10:12 AM Subject: RE: [Dynapi-Dev] Very off topic 8an,=20 Assuming IDE for both.=20 Sounds like the both switched to Master or Slave.=20 Make sure they are not the same on the same ribbon.=20 HD1 DVD=20 = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D||=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D||=20 Master Slave=20 HD2 CDR=20 = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D||=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D||=20 Master Slave=20 Hope this helps.=20 -----Original Message-----=20 From: Eytan Heidingsfeld [mailto:ey...@tr...]=20 Sent: Thursday, December 14, 2000 11:49 AM=20 To: Dynapi-Dev=20 Subject: [Dynapi-Dev] Very off topic=20 Hi guys.=20 I've been having this problem forever now and am going crazy.=20 I recently bought an HP 9510i burner,. When I installed it everything = was=20 fine. That minute i rebooted(on it's request) ym DVD-ROM (previously=20 installeD) and my CDBurner disapeared.=20 HELP=20 8an=20 _______________________________________________=20 Dynapi-Dev mailing list=20 Dyn...@li...=20 http://lists.sourceforge.net/mailman/listinfo/dynapi-dev=20 |
From: Pascal B. <pa...@dy...> - 2000-12-14 18:27:59
|
hmm, so a delete array[element] will leave a gap instead of removing the element and move all "higher" elements down one step ? Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Brandon Myers > Verzonden: donderdag 14 december 2000 17:01 > Aan: dyn...@li... > Onderwerp: RE: [Dynapi-Dev] deleteFromArray > > > It's not the array length that's important.. it's maintaining > proper order.. > > It wouldn't be "prudent" if we just removed item 4 from an array of 10. > there would be a gaping hole. > > (For all you people outside america... > prudent: A little President Bush humor. > ) > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...]On Behalf Of Scott Andrew > > LePera > > Sent: Wednesday, December 13, 2000 2:59 PM > > To: dyn...@li... > > Subject: Re: [Dynapi-Dev] deleteFromArray > > > > > > > Why do we still use deleteFromArray ? > > > > deleteFromArray is still useful for removing items from ordinal > > (non-associative) arrays while maintaining the correct array length. > > > > > > -- > > scott andrew lepera > > ----------------------------------- > > web stuff: www.scottandrew.com > > music stuff: www.walkingbirds.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Doug M. <do...@cr...> - 2000-12-14 18:23:31
|
No go, I dl'd the lates snapshot.. used the cod in the /src dir.. put your include in my doc.. couldn't find image.js (where'd it go?) made the assumption that images.js had been replaced with dynimage.js... still no go.. Said 'dynlayer is not defined' uh, help? Nutscrape is not crashing almost everytime I try to navigate my tree.. This does not happen if I remove the Label widget from my doc.. Doug Melvin ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Thursday, December 14, 2000 12:47 PM Subject: Re: [Dynapi-Dev] Fatal error? > this is all I need to do? npo extra code to implement it? > Where in the order of includes to I put this? Before browser.js? > after browser.js, but before dyndocument? > > Doug Melvin > ----- Original Message ----- > From: "Dan Steinman" <dy...@fu...> > To: <dyn...@li...> > Sent: Wednesday, December 13, 2000 10:01 PM > Subject: Re: [Dynapi-Dev] Fatal error? > > > > Crash problems have pretty much all been solved with the change to inline > creation, for a test try including /ext/inlinecreation.js in your page, you > should notice a speed increase as well as much improved stability for > Netscape. I will be releasing a further improved version of DynLayer with > this built in. > > > > Dan > > > > On Wed, Dec 13, 2000 at 04:42:24PM -0800, Doug Melvin wrote: > > > I am using a label object to do highlighting of selected > > > nodes in NS. > > > I am also using the scroll widget. > > > > > > in the last hour I have gotten 10 fatal error message. > > > Some occur in Netscape.exe, other occur in > > > netscapes js<whatever>.dll > > > .These did not occur before I put the label in. > > > Has anyone else experienced these problems? > > > > > > This is something that needs to be addressed NOW > > > or DynAPI could die a sudden death. > > > > > > Doug Melvin > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Bair, T. <to...@ti...> - 2000-12-14 18:16:25
|
8an, Assuming IDE for both. Sounds like the both switched to Master or Slave. Make sure they are not the same on the same ribbon. HD1 DVD =============||===================|| Master Slave HD2 CDR =============||===================|| Master Slave Hope this helps. -----Original Message----- From: Eytan Heidingsfeld [mailto:ey...@tr...] Sent: Thursday, December 14, 2000 11:49 AM To: Dynapi-Dev Subject: [Dynapi-Dev] Very off topic Hi guys. I've been having this problem forever now and am going crazy. I recently bought an HP 9510i burner,. When I installed it everything was fine. That minute i rebooted(on it's request) ym DVD-ROM (previously installeD) and my CDBurner disapeared. HELP 8an _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Cameron H. <ca...@bi...> - 2000-12-14 18:07:59
|
> i've installed Netscape 6 on Win2000 without any problems. > Mozilla might be better, but most people will use netscape... Not if they can't even open it ;-) I figure that for developers Mozilla is more stable, and easier to develop for. For users, well Netscape will probably update it with more stable Mozilla code further down the track? I presume that's their plan, or have they forked the code forever... |
From: Jared N. <ja...@aa...> - 2000-12-14 18:02:37
|
NS6 has installed fine on my NT4.0 machine. Finally Netscape released a decent browser:o) |
From: Doug M. <do...@cr...> - 2000-12-14 17:59:13
|
What OS are you using? What is the nature of your Hardware? (motherboard/bios) I have found that somehting like this is often cause by a conflict within windows.. The most common solution is as follows: 1-Remove the new device from you computer (unplugg it completely, and remove it from the device manager in Window control panel) 2-Reboot 3-did the DVD-ROM return? If so skip to step 7 4-remove the DVD-ROM (unplugg it completely, and remove it from the device manager in Window control panel) 5-reboot 6-shut down and re-install your DVD-ROM drivers and all 7-in the device manager, find out what IRQ the DVD-ROM is using 8-reboot, and press delete (or escape or whatever) to enter your Bios config.. 9-in the bois config you wan tto go to you PNP config menu (or whatever menu allows you to set options for specific IRQs) 10-for each irq you should have two or more options, two of these options will be PNP and Manual (or the equive) 11-set the irq your DVD-ROM is using to be NOT PNP(plug and Play) 12-shut down your computer being sure to save your new bios settings 13-plug back in the CDBurner and start your computer 14- now windows should install it on a different irq which will not conflic with your DVD-ROM. Yer welcome Doug Melvin ----- Original Message ----- From: "Eytan Heidingsfeld" <ey...@tr...> To: "Dynapi-Dev" <dyn...@li...> Sent: Thursday, December 14, 2000 9:48 AM Subject: [Dynapi-Dev] Very off topic > Hi guys. > I've been having this problem forever now and am going crazy. > I recently bought an HP 9510i burner,. When I installed it everything was > fine. That minute i rebooted(on it's request) ym DVD-ROM (previously > installeD) and my CDBurner disapeared. > > HELP > 8an > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Doug M. <do...@cr...> - 2000-12-14 17:48:53
|
this is all I need to do? npo extra code to implement it? Where in the order of includes to I put this? Before browser.js? after browser.js, but before dyndocument? Doug Melvin ----- Original Message ----- From: "Dan Steinman" <dy...@fu...> To: <dyn...@li...> Sent: Wednesday, December 13, 2000 10:01 PM Subject: Re: [Dynapi-Dev] Fatal error? > Crash problems have pretty much all been solved with the change to inline creation, for a test try including /ext/inlinecreation.js in your page, you should notice a speed increase as well as much improved stability for Netscape. I will be releasing a further improved version of DynLayer with this built in. > > Dan > > On Wed, Dec 13, 2000 at 04:42:24PM -0800, Doug Melvin wrote: > > I am using a label object to do highlighting of selected > > nodes in NS. > > I am also using the scroll widget. > > > > in the last hour I have gotten 10 fatal error message. > > Some occur in Netscape.exe, other occur in > > netscapes js<whatever>.dll > > .These did not occur before I put the label in. > > Has anyone else experienced these problems? > > > > This is something that needs to be addressed NOW > > or DynAPI could die a sudden death. > > > > Doug Melvin > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Eytan H. <ey...@tr...> - 2000-12-14 17:47:36
|
Hi guys. I've been having this problem forever now and am going crazy. I recently bought an HP 9510i burner,. When I installed it everything was fine. That minute i rebooted(on it's request) ym DVD-ROM (previously installeD) and my CDBurner disapeared. HELP 8an |
From: Doug M. <do...@cr...> - 2000-12-14 17:43:27
|
I had the same experience on: A) my workstation: win98 with a duron 600 B) the test box: win98 with a Pentium 266mmx C) My home pc, p120, win98 D) Friends PC: win2kpro, PIII 700 C).. and so on.. I know of only one person who has successfully installed and run NS6.. not too good a track record, eh? Doug Melvin ----- Original Message ----- From: "Josep Monés i Teixidor" <jm...@ne...> To: <dyn...@li...> Sent: Thursday, December 14, 2000 7:00 AM Subject: Re: [Dynapi-Dev] Fixed loadPanel in Ie4 > I installed NS6 correctly but when I tried to launch it, it crashed while > showing the splash screen. My OS is Wint NT 4.0 SP5. > > Josep > > ----- Original Message ----- > From: "Jordi 'IlMaestro' Ministral" <jmi...@or...> > To: <dyn...@li...> > Sent: Thursday, December 14, 2000 1:53 PM > Subject: [Dynapi-Dev] Fixed loadPanel in Ie4 > > > > Well the subject says it all. I have updated CVS /src/ with a new version > of > > loadPanel that works in IE4 (at least mine ). Rather than a bug it was one > > missing line. The code even had a comment saying "here we should do this" > but I > > guess Dan forgot adding the line. > > > > I think I've done it right. The example works fine, but this has been my > first > > read of the loadPanel's code so I may not have added the proper line. > > > > I'll try to fix Ns6 now, but amazingly NS6 refuses to run in my computer: > it > > simply crashes while showing the splash screen. I wonder if the software > > recognises me as someone with a chance of making things crossbrowser and > > protects itself... anyone experiencing the same ? > > > > ---- > > > > Off topic: yesterday I was talking with Pascal about christmas and > suddenly > > thought about the people in the southern hemisphere. It's summer down > there. > > Don't they feel sort of stupid with all these snow, winter stufff ? I've > never > > seen an Australian christmas image but I don't think they go throwing > snowballs > > to each other..... shouldn't they place coconuts instead of snowflakes and > have > > a surfer-Santa ? > > > > Can anyone throw some light on me ? I'm puzzled. > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Scott A. L. <sc...@sc...> - 2000-12-14 17:24:42
|
> Yes I believe support for Opera could definately be worked into DynAPI. > It's got full CSS1, and mostly complete DOM1 support. As far as I know > you cannot create new elements on the fly but everything else should work. Opera doesn't support createElement()? That's news to me. Are there docs available? -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: <f.k...@t-...> - 2000-12-14 17:15:12
|
i've installed Netscape 6 on Win2000 without any problems. Mozilla might be better, but most people will use netscape... >Perhaps it would be better to use Mozilla. It's probably more stable than >Netscape 6. I've never had any trouble installing and running it on >Windows95/98/NT/2000 and Linux. > >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...]On Behalf Of Josep Monés >> i Teixidor >> Sent: 14 December 2000 15:01 >> To: dyn...@li... >> Subject: Re: [Dynapi-Dev] Fixed loadPanel in Ie4 >> >> >> I installed NS6 correctly but when I tried to launch it, it crashed while >> showing the splash screen. My OS is Wint NT 4.0 SP5. >> >> Josep >> >> ----- Original Message ----- >> From: "Jordi 'IlMaestro' Ministral" <jmi...@or...> >> To: <dyn...@li...> >> Sent: Thursday, December 14, 2000 1:53 PM >> Subject: [Dynapi-Dev] Fixed loadPanel in Ie4 >> >> >> > Well the subject says it all. I have updated CVS /src/ with a >> new version >> of >> > loadPanel that works in IE4 (at least mine ). Rather than a bug >> it was one >> > missing line. The code even had a comment saying "here we >> should do this" >> but I >> > guess Dan forgot adding the line. >> > >> > I think I've done it right. The example works fine, but this has been my >> first >> > read of the loadPanel's code so I may not have added the proper line. >> > >> > I'll try to fix Ns6 now, but amazingly NS6 refuses to run in my >> computer: >> it >> > simply crashes while showing the splash screen. I wonder if the software >> > recognises me as someone with a chance of making things crossbrowser and >> > protects itself... anyone experiencing the same ? >> > >> > ---- >> > >> > Off topic: yesterday I was talking with Pascal about christmas and >> suddenly >> > thought about the people in the southern hemisphere. It's summer down >> there. >> > Don't they feel sort of stupid with all these snow, winter stufff ? I've >> never >> > seen an Australian christmas image but I don't think they go throwing >> snowballs >> > to each other..... shouldn't they place coconuts instead of >> snowflakes and >> have >> > a surfer-Santa ? >> > >> > Can anyone throw some light on me ? I'm puzzled. >> > >> > _______________________________________________ >> > Dynapi-Dev mailing list >> > Dyn...@li... >> > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev >> > >> >> _______________________________________________ >> Dynapi-Dev mailing list >> Dyn...@li... >> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > >_______________________________________________ >Dynapi-Dev mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Brandon M. <bnd...@ho...> - 2000-12-14 15:59:24
|
I'm already on that bandwagon. My revision of the API already has support for it. > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Alexey > Medvedev > Sent: Thursday, December 14, 2000 2:58 AM > To: dyn...@li... > Subject: [Dynapi-Dev] Opera 5 > > > > http://www.opera.com/download/ > > It is free (with banner) > For Linux/win > And suports CSS1,2 , JS1.3 , etc.... > > New browser for DynApi? :) > > Malx > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Brandon M. <bnd...@ho...> - 2000-12-14 15:58:39
|
It's not the array length that's important.. it's maintaining proper order.. It wouldn't be "prudent" if we just removed item 4 from an array of 10. there would be a gaping hole. (For all you people outside america... prudent: A little President Bush humor. ) > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Scott Andrew > LePera > Sent: Wednesday, December 13, 2000 2:59 PM > To: dyn...@li... > Subject: Re: [Dynapi-Dev] deleteFromArray > > > > Why do we still use deleteFromArray ? > > deleteFromArray is still useful for removing items from ordinal > (non-associative) arrays while maintaining the correct array length. > > > -- > scott andrew lepera > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Cameron H. <ca...@bi...> - 2000-12-14 15:43:25
|
Perhaps it would be better to use Mozilla. It's probably more stable than Netscape 6. I've never had any trouble installing and running it on Windows95/98/NT/2000 and Linux. > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Josep Monés > i Teixidor > Sent: 14 December 2000 15:01 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Fixed loadPanel in Ie4 > > > I installed NS6 correctly but when I tried to launch it, it crashed while > showing the splash screen. My OS is Wint NT 4.0 SP5. > > Josep > > ----- Original Message ----- > From: "Jordi 'IlMaestro' Ministral" <jmi...@or...> > To: <dyn...@li...> > Sent: Thursday, December 14, 2000 1:53 PM > Subject: [Dynapi-Dev] Fixed loadPanel in Ie4 > > > > Well the subject says it all. I have updated CVS /src/ with a > new version > of > > loadPanel that works in IE4 (at least mine ). Rather than a bug > it was one > > missing line. The code even had a comment saying "here we > should do this" > but I > > guess Dan forgot adding the line. > > > > I think I've done it right. The example works fine, but this has been my > first > > read of the loadPanel's code so I may not have added the proper line. > > > > I'll try to fix Ns6 now, but amazingly NS6 refuses to run in my > computer: > it > > simply crashes while showing the splash screen. I wonder if the software > > recognises me as someone with a chance of making things crossbrowser and > > protects itself... anyone experiencing the same ? > > > > ---- > > > > Off topic: yesterday I was talking with Pascal about christmas and > suddenly > > thought about the people in the southern hemisphere. It's summer down > there. > > Don't they feel sort of stupid with all these snow, winter stufff ? I've > never > > seen an Australian christmas image but I don't think they go throwing > snowballs > > to each other..... shouldn't they place coconuts instead of > snowflakes and > have > > a surfer-Santa ? > > > > Can anyone throw some light on me ? I'm puzzled. > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: <jm...@ne...> - 2000-12-14 15:03:08
|
I installed NS6 correctly but when I tried to launch it, it crashed while showing the splash screen. My OS is Wint NT 4.0 SP5. Josep ----- Original Message ----- From: "Jordi 'IlMaestro' Ministral" <jmi...@or...> To: <dyn...@li...> Sent: Thursday, December 14, 2000 1:53 PM Subject: [Dynapi-Dev] Fixed loadPanel in Ie4 > Well the subject says it all. I have updated CVS /src/ with a new version of > loadPanel that works in IE4 (at least mine ). Rather than a bug it was one > missing line. The code even had a comment saying "here we should do this" but I > guess Dan forgot adding the line. > > I think I've done it right. The example works fine, but this has been my first > read of the loadPanel's code so I may not have added the proper line. > > I'll try to fix Ns6 now, but amazingly NS6 refuses to run in my computer: it > simply crashes while showing the splash screen. I wonder if the software > recognises me as someone with a chance of making things crossbrowser and > protects itself... anyone experiencing the same ? > > ---- > > Off topic: yesterday I was talking with Pascal about christmas and suddenly > thought about the people in the southern hemisphere. It's summer down there. > Don't they feel sort of stupid with all these snow, winter stufff ? I've never > seen an Australian christmas image but I don't think they go throwing snowballs > to each other..... shouldn't they place coconuts instead of snowflakes and have > a surfer-Santa ? > > Can anyone throw some light on me ? I'm puzzled. > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Dan S. <dy...@fu...> - 2000-12-14 14:28:48
|
Yes I believe support for Opera could definately be worked into DynAPI. It's got full CSS1, and mostly complete DOM1 support. As far as I know you cannot create new elements on the fly but everything else should work. So it should be possible to create all the widgets in Opera if we change to allow the insertion of widgets before onLoad. Dan On Thu, Dec 14, 2000 at 09:57:43AM +0200, Alexey Medvedev wrote: > > http://www.opera.com/download/ > > It is free (with banner) > For Linux/win > And suports CSS1,2 , JS1.3 , etc.... > > New browser for DynApi? :) > > Malx > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Cameron H. <ca...@bi...> - 2000-12-14 13:14:46
|
> Off topic: yesterday I was talking with Pascal about christmas > and suddenly > thought about the people in the southern hemisphere. It's summer > down there. > Don't they feel sort of stupid with all these snow, winter stufff > ? I've never > seen an Australian christmas image but I don't think they go > throwing snowballs > to each other..... shouldn't they place coconuts instead of > snowflakes and have > a surfer-Santa ? > > Can anyone throw some light on me ? I'm puzzled. I'm from New Zealand, although I'm currently living in the UK. To satisfy your curiosity I think most people have BBQ's. Our family tends to have a Christmas roast lunch indoors and go outside afterwards. So it is kind of weird. I feel sorry for the people wandering around in Santa suits, they must be melting in those things! So Christmas seems wrong, on the other hand, it's definetly better having New Years Eve in the middle of summer. |
From: Jordi 'I. M. <jmi...@or...> - 2000-12-14 12:55:43
|
Well the subject says it all. I have updated CVS /src/ with a new version of loadPanel that works in IE4 (at least mine ). Rather than a bug it was one missing line. The code even had a comment saying "here we should do this" but I guess Dan forgot adding the line. I think I've done it right. The example works fine, but this has been my first read of the loadPanel's code so I may not have added the proper line. I'll try to fix Ns6 now, but amazingly NS6 refuses to run in my computer: it simply crashes while showing the splash screen. I wonder if the software recognises me as someone with a chance of making things crossbrowser and protects itself... anyone experiencing the same ? ---- Off topic: yesterday I was talking with Pascal about christmas and suddenly thought about the people in the southern hemisphere. It's summer down there. Don't they feel sort of stupid with all these snow, winter stufff ? I've never seen an Australian christmas image but I don't think they go throwing snowballs to each other..... shouldn't they place coconuts instead of snowflakes and have a surfer-Santa ? Can anyone throw some light on me ? I'm puzzled. |
From: <ma...@ab...> - 2000-12-14 09:29:44
|
I've updated the DynAPI v1 sinewave-class to DynAPI2. I wrote it very quickly and since mathematics isn't my strongest side, maybe some things have to be changed. anyway, put the sinewave.js (should we call it sinewaveanim.js instead?) in the dynapi/util and the dynapi.util.sinewave.html in the examples-folder. (i cant get my WinCvs working så i'll post the files here..) /martin |