From: Doug M. <do...@cr...> - 2001-02-26 21:12:11
|
woh guy.. I don't need to be lectured. sheesh.. :-) ANy real-world app use the official relese.. But I am working on future tech here (including widgetts) Which means I MUST have the LATEST code to ensure that when y'all funally release the next version, all of my tech doesn't suddenly get hit. y'know? ----- Original Message ----- From: "Pascal Bestebroer" <pa...@dy...> To: <dyn...@li...> Sent: Monday, February 26, 2001 1:06 PM Subject: RE: [Dynapi-Dev] (no subject) > K, Doug.. don't take this to hard (or personal) > > but if your using the DynAPI for real-life solutions and projects.. use the > latest official release... NOT the CVS code, as things might work one day, > and broken the next (hmm.. sounds familiar...oh, the faq :) > > There's been some heavy changes in the current CVS code that need testing.. > if you'r up for it, please test it out, but this means: Yes you need to > download the latest code. If you don't like being the test subject, use the > official release (all bugs in that code have been tested, and are genuine > bugs :) > > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net > > > -----Oorspronkelijk bericht----- > > Van: dyn...@li... > > [mailto:dyn...@li...]Namens Doug Melvin > > Verzonden: dinsdag 27 februari 2001 0:50 > > Aan: dyn...@li... > > Onderwerp: Re: [Dynapi-Dev] (no subject) > > > > > > does that mean I should NOT dl the latest code? > > is this fix in the cvs? > > ----- Original Message ----- > > From: "Robert Rainwater" <rra...@ya...> > > To: <dyn...@li...> > > Sent: Monday, February 26, 2001 8:59 AM > > Subject: Re: [Dynapi-Dev] (no subject) > > > > > > I updated CVS with a fix. I forgot to add parent layers to the .doc. > > Only children were added. > > > > If you add to the first line of assignChildren: > > this.dyndoc.all[this.id]=this > > > > That should fix it. > > > > -- > > // Robert Rainwater > > > > -- > > DynAPI Homepage: http://dynapi.sourceforge.net/ > > DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ > > > > > > On Monday, February 26, 2001 11:06:48 AM àÒÉÊ óÉÌØ×ÅÓÔÒÏ× wrote: > > > This code works with snapshot from 22.02.2001 but not with snapshot from > > 25.02.2001. The problem is in fact, that DynLayers never assigns to > > DynDocument, and DynLayer.toString() gives wrong reference. > > > > > > <script language="Javascript" src="../src/dynapi.js"></script> > > > <script language="Javascript"> > > > DynAPI.setLibraryPath('../src/lib/'); > > > DynAPI.include('dynapi.api.*'); > > > </script> > > > <script language="Javascript"> > > > > > > DynAPI.onLoad = function() { > > > myLayer = new DynLayer(null,100,100,100,100,'#c0c0c0') > > > DynAPI.document.addChild(myLayer) > > > eval(myLayer+".moveTo(100,100)") > > > } > > > > > > </script> > > > Yura Silvestrov > > > > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > > > --- > > Outgoing mail is certified Virus Free by AVG Free Edition > > Download at: http://www.grisoft.com/html/us_index.cfm > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > --- Outgoing mail is certified Virus Free by AVG Free Edition Download at: http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |