From: Pascal <pb...@oi...> - 2001-01-11 15:26:07
|
Just uploaded a new modified f.a.q. (see http://www.dynamic-core.net/core/files/faq.dynapi2.html) did some quick editing and added a few new topics. I'll upload it to CVS tonight. Planning on adding more to section 6 about working with the DynAPI.. so any questions I should add? cya, Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com |
From: Richard :o <ma...@ri...> - 2001-01-11 16:08:45
|
Hi, Thanks for adding a link to my site, there is however an error in the link, it refers to: http://www.dynamic-core.net/core/files/www.richardinfo.com instead of: http://www.richardinfo.com Now of course if you want to offer me free reliable webspace, we could keep the link like that ;o) Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Pascal" <pb...@oi...> To: <dyn...@li...> Sent: Thursday, January 11, 2001 4:26 PM Subject: [Dynapi-Dev] new f.a.q. > Just uploaded a new modified f.a.q. (see > http://www.dynamic-core.net/core/files/faq.dynapi2.html) > did some quick editing and added a few new topics. I'll upload it to CVS > tonight. > > Planning on adding more to section 6 about working with the DynAPI.. > so any questions I should add? > > cya, > > Pascal Bestebroer (pb...@oi...) > Software ontwikkelaar > Oberon Informatiesystemen b.v. > http://www.oibv.com > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/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 B. <pa...@dy...> - 2001-01-11 17:42:27
|
lol.. I took the "cheap" way, and updated the f.a.q. :-) forgot the http:// bit :-) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Richard :o > Verzonden: donderdag 11 januari 2001 17:10 > Aan: dyn...@li... > Onderwerp: Re: [Dynapi-Dev] new f.a.q. > > > Hi, > Thanks for adding a link to my site, there is however an error in > the link, > it refers to: > http://www.dynamic-core.net/core/files/www.richardinfo.com > instead of: > http://www.richardinfo.com > Now of course if you want to offer me free reliable webspace, we > could keep > the link like that ;o) > > Cheers, > Richard :o > > ma...@ri... > www.richardinfo.com > (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) > > ----- Original Message ----- > From: "Pascal" <pb...@oi...> > To: <dyn...@li...> > Sent: Thursday, January 11, 2001 4:26 PM > Subject: [Dynapi-Dev] new f.a.q. > > > > Just uploaded a new modified f.a.q. (see > > http://www.dynamic-core.net/core/files/faq.dynapi2.html) > > did some quick editing and added a few new topics. I'll upload it to CVS > > tonight. > > > > Planning on adding more to section 6 about working with the DynAPI.. > > so any questions I should add? > > > > cya, > > > > Pascal Bestebroer (pb...@oi...) > > Software ontwikkelaar > > Oberon Informatiesystemen b.v. > > http://www.oibv.com > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/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 > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Jared N. <ja...@aa...> - 2001-01-11 16:09:37
|
maybe I missed this in the last 400 mails, and I'm sure its been properly discussed, but can someone fill me in on why we are not using the Dynobject scheme Pascal came up with. What is the benefit of not doing it that way? I've really been trying hard to go through the code and get a better idea on how it all works, and it just seems that pascal's technique makes more sense... -jaredn btw, this crashes netscape 6 for some reason...i wonder why: gd=document.getElementById t=gd("a_valid_divs_id") |
From: Jared N. <ja...@aa...> - 2001-01-11 16:14:25
|
as a followup to my last post: gd=window.alert t=gd("a_valid_divs_id") does not crash NS6, while: gd=document.createElement t=gd("DIV") does |
From: Pascal B. <pa...@dy...> - 2001-01-11 17:41:48
|
the DynObject is one of those things I just added to my own distribution (only since the last release). I also believe it should be in the official distro, but it requires some work and then testing to see if everything is modified correctly (as I have done with my own code.. which took quite some time :) Ofcourse it's easier now that I know where the important problems can occur, but I think we should focus on getting the current release out.. and then implement that idea (if the other dev's agree). cya, Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Jared Nuzzolillo > Verzonden: donderdag 11 januari 2001 17:10 > Aan: dyn...@li... > Onderwerp: Re: [Dynapi-Dev] new f.a.q. > > > maybe I missed this in the last 400 mails, and I'm sure its been properly > discussed, but can someone fill me in on why we are not using the > Dynobject > scheme Pascal came up with. What is the benefit of not doing it that way? > I've really been trying hard to go through the code and get a > better idea on > how it all works, and it just seems that pascal's technique makes more > sense... > > -jaredn > > btw, this crashes netscape 6 for some reason...i wonder why: > > gd=document.getElementById > t=gd("a_valid_divs_id") > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |