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: Cameron H. <ca...@bi...> - 2001-01-02 11:06:18
|
I've discovered a problem with a site I'm building at the moment. I'm using layers that contain flash movies. These layers can be created and destroyed an unlimited number of times while using the site. I discoved that when I put a flash movie on a layer that contains sound, in netscape i can still hear the movie playing after i've destroyed the layer containing the flash movie. So it appears that Netscape is not destroying the contents of the DynLayer. I suspect that it is not only flash that this is happening with. Perhaps other content is not being destroyed either. Has anyone come across this before? Thanks, Cameron. |
From: Jeroen de W. <je...@bi...> - 2001-01-02 09:05:08
|
Hi there! I'm relatively unexperienced with the DynApi, so I'm sorry if my question has already been asked before... If I use a scroll bar from the dynapi, for example the one from the ibs examples delivered with the full download of the api, I get this annoying side-effect: If I drag the scroll bar slider, and the mouse-pointer stays above the scroll bar, everything is ok. But if the mouse-pointer gets outside the scroll bar area while dragging, the text on the page is being selected. I understand that selecting is a normal functionality on a web page, but when I'm dragging I don't want to select anything. Another side-effect is that when the mouseup occurs outside the scroll bar area, moving the mouse STILL moves the scroll bar slider, although I'm not dragging anymore because I released the mouse button. Is it possible to change the dynapi script in a way that these two bugs are gone? Or is it not possible because of the way something in dhtml or programming web pages prevents it? Thanx in advance for your help, all comments are appreciated! Jeroen Met vriendelijke groet, Jeroen A.W. de Wolf Multimedia Developer Bit-IC 'Thought is Reality' Rivium 1e straat 35 2909 LE Capelle aan den IJssel T (010) 2 350 350 F (010) 2 350 399 E je...@bi... To make your Thoughts Reality: http://www.bit-ic.nl |
From: Pascal <pb...@oi...> - 2001-01-02 07:32:22
|
someone commented out the javascript:null bugfix I included for IE5.5 (DS commented it out.. stands for ? :) uncomment that line again, and it should work (in the createelement of the dynlayer) cya and happy new year everyone, Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Robert Rainwater > Verzonden: dinsdag 2 januari 2001 8:25 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] Label Selection > > > Has anybody noticed with the latest updates the problem with > the events > inside text on the labels is broken again in IE 5. If you look at the > button example in the latest snapshot you will see what I > mean. I thought > that we had this working a while back? > > Robert Rainwater > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Robert R. <rra...@ya...> - 2001-01-01 22:04:51
|
It appears to be a problem with the new server that sourceforge upgraded to. In the meantime I ran the snapshot update manually so you should be able to get the latest version now. Robert Rainwater ----- Original Message ----- From: "Robert Rainwater" <rra...@ya...> To: <dyn...@li...> Sent: Sunday, December 31, 2000 4:09 PM Subject: [Dynapi-Dev] Snapshot broken > The snapshot at http://dynapi.sourceforge.net/snapshot/dynapi.zip appears to > be broken. If you are downloading it, you will notice that its not > up-to-date with the latest changes. When I get home Sunday, I will fix this > so that it will be updating correctly. > > Robert Rainwater > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Robert R. <rra...@ya...> - 2001-01-01 22:02:54
|
Has anybody noticed with the latest updates the problem with the events inside text on the labels is broken again in IE 5. If you look at the button example in the latest snapshot you will see what I mean. I thought that we had this working a while back? Robert Rainwater |
From: Robert R. <rra...@ya...> - 2001-01-01 05:46:15
|
> > > > > When a URL is loaded it disappears from the queue. > > > > > > Yes, I do see that, but the Array for the queue keeps growing. > > > > Not sure why that's happening. Without looking at the code, my guess is > > that we need to manually decrement the array length to keep it empty. I > > think "loadQueue.length --" might do it? > > > > I think in LoadQueue.prototype.loadNext, you can change: > > this.index++; > > -to- > > DynAPI.removeFromArray(this.queue,this.index++); > > oops. It should probaly say: DynAPI.removeFromArray(this.queue,this.index); |
From: Robert R. <rra...@ya...> - 2001-01-01 05:41:23
|
> > > When a URL is loaded it disappears from the queue. > > > > Yes, I do see that, but the Array for the queue keeps growing. > > Not sure why that's happening. Without looking at the code, my guess is > that we need to manually decrement the array length to keep it empty. I > think "loadQueue.length --" might do it? > I think in LoadQueue.prototype.loadNext, you can change: this.index++; -to- DynAPI.removeFromArray(this.queue,this.index++); > -- > 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: Robert R. <rra...@ya...> - 2000-12-31 21:12:19
|
The snapshot at http://dynapi.sourceforge.net/snapshot/dynapi.zip appears to be broken. If you are downloading it, you will notice that its not up-to-date with the latest changes. When I get home Sunday, I will fix this so that it will be updating correctly. Robert Rainwater |
From: Raymond S. <dst...@or...> - 2000-12-31 12:18:54
|
If you generated a path with a (-) negative number in setAngleIncrement method (to allow you to determine direction, clockwise(-) or counter clockwise(+) it would freeze up during this line "for (var a=this.angle;a<=this.angle+Math.PI*2;a+=this.angleinc) {" in the generatePath method of circle.js. This method is critical because it allows you to inherit both 'loop' and 'reset' functionality from pathanim.js and have some real fun. Now you setAngleIncrement as a positive for speed and use setDirection (+ or - 1) to set path direction. Tested in both IE and NS on WinME. added/changed the following lines. Full js file attached. ____________________________________________________________________________ ____________ this.direction = 1 CircleAnimation.prototype.setDirection = function (d) { this.direction = d; CircleAnimation.prototype.generatePath = function(centerX,centerY) { if (centerX==null) centerX = this.dlyr!=null? this.dlyr.x : 0; if (centerY==null) centerY = this.dlyr!=null? this.dlyr.y : 0; var path = []; var i = 0; for (var a=this.angle;a<=this.angle+Math.PI*2;a+=this.angleinc) { path[i] = Math.round(centerX + this.hradius*Math.cos(this.direction*a)); path[i+1] = Math.round(centerY - this.vradius*Math.sin(this.direction*a)); i+=2; } return path; }; ____________________________________________________________________________ ____________ cheers, Ray |
From: Raymond S. <dst...@or...> - 2000-12-31 08:21:44
|
I spent a great deal of 2000 'hoovering' here, more so, then making any valid contributions. But I feel I am reaching a point that I can begin to shift from 'sucker of brain-calories spent by others' to 'modest personal brain-calorie, blow-pipe' (please excuse the metaphors). In general, I have two areas of interest that I am putting forward in an attempt to glean interest and possibly divine some groups working in these areas of interest (prior posts have occurred related to both of these areas by Dan, Bon3z and Richard). (1) More Robust Animation System (2) Integration Platform - PHP, DynAPI & MySQL (1) After spending a great deal of time toying with Dan's new animation system as well as playing with various techniques of chaining animation (ala Richard) one both appreciates the power and is simultaneously left wanting more. I am interested in pursuing the development of a more robust animation system (maybe timeline based) as well as more animation widgetry. (2) Most robust backend systems leave the client-side wearing concrete shoes. I think we have a tremendous opportunity to be both 'back-end powerful' and 'client-side dynamic' using MySQL, PHP and DynAPI as an implementation system. This creates the potential for self-animating polls/presentation information, robust user preference modules, etc. Both these areas are related, in that (1) tends to enhance (2) and visa versa. If you have an interest in further discussion this thread is meant to act as a start-point. Thanks Ray |
From: Scott A. L. <sc...@sc...> - 2000-12-30 02:48:20
|
> By multiple load requests, do you mean if I do something like: > > lp.add('foo.html'); > lp.add('bar.html'); > > and the browser goes to fetch 'bar.html' before it's finished receiving the content for 'foo.html' ? This doesn't make much sense to me since fetching the document happens sequentially. Sorry, I wasn't too clear with that. What I meant was: if you had more than one layer making load requests, some of them would fail. For example, I had a page with three DynLayers, each of which were supposed to load a different external page. In almost all cases, at least one of the load requests would fail. This happened in both browsers. When loadHTML was written for DynAPI2 the queue was introduced to process all requests sequentially, so that two requests didn't happen at once, causing one to fail. > > When a URL is loaded it disappears from the queue. > > Yes, I do see that, but the Array for the queue keeps growing. Not sure why that's happening. Without looking at the code, my guess is that we need to manually decrement the array length to keep it empty. I think "loadQueue.length --" might do it? -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Doug M. <do...@cr...> - 2000-12-29 22:37:25
|
if you are specifiing the clipping rectangle then no, you should not use width and hieght.. this could be what's confusing NetScrape.. ----- Original Message ----- From: "Scott Andrew LePera" <sc...@sc...> To: <dyn...@li...> Sent: Thursday, December 28, 2000 8:28 PM Subject: Re: [Dynapi-Dev] Pretty off topic > Try changing your clip values from this: > > clip:(0px,0px,468px,60px); > > to this: > > clip:rect(0px,468px,60px,0px); > > those should be top, right, bottom, and left margins respectively. > > I don't know if you need the height and width attributes in the DIV tag > itself, never tried it that way. > > ------ > scott andrew lepera > sc...@sc... > 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: Mark H. <mha...@ha...> - 2000-12-29 22:37:13
|
DQoNCj4gLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCj4gRnJvbTogZHluYXBpLWRldi1hZG1p bkBsaXN0cy5zb3VyY2Vmb3JnZS5uZXQNCj4gW21haWx0bzpkeW5hcGktZGV2LWFkbWluQGxpc3Rz LnNvdXJjZWZvcmdlLm5ldF1PbiBCZWhhbGYgT2YgDQo+IFNjb3R0IEFuZHJldw0KPiBMZVBlcmEN Cj4gU2VudDogV2VkbmVzZGF5LCBEZWNlbWJlciAyNywgMjAwMCA2OjIyIFBNDQo+IFRvOiBkeW5h cGktZGV2QGxpc3RzLnNvdXJjZWZvcmdlLm5ldA0KPiBTdWJqZWN0OiBSZTogW0R5bmFwaS1EZXZd IGxvYWRwYW5lbCB0cm91Ymxlcy4uLg0KPiANCj4gDQo+IEhpIE1hcmssDQo+IA0KPiBUaGUgcXVl dWUgaW4gTG9hZFBhbmVsIChhbmQgdGhlIG9sZCBsb2FkSFRNTCBleHRlbnNpb24pIGJhc2ljYWxs eQ0KPiBlbnN1cmVzIHRoYXQgbXVsdGlwbGUgbG9hZCByZXF1ZXN0cyBoYXBwZW4gb25lIGFmdGVy IHRoZSANCj4gb3RoZXIsIGluc3RlYWQNCj4gb2YgYWxsIGF0IG9uY2UuICBCb3RoIE5ldHNjYXBl IGFuZCBJRSBzZWVtIHRvIGhhdmUgdHJvdWJsZXMgcHJvY2Vzc2luZw0KPiBtdWx0aXBsZSBsb2Fk IHJlcXVlc3RzLiAgVGhlIHF1ZXVlIHdhcyBjcmVhdGVkIHRvIG1ha2Ugc3VyZSANCj4gYWxsIHJl cXVlc3RzDQo+IHdlcmUgdGFrZW4gY2FyZSBvZiBvbmUgYXQgYSB0aW1lLiAgDQoNCkJ5IG11bHRp cGxlIGxvYWQgcmVxdWVzdHMsIGRvIHlvdSBtZWFuIGlmIEkgZG8gc29tZXRoaW5nIGxpa2U6DQoN CmxwLmFkZCgnZm9vLmh0bWwnKTsNCmxwLmFkZCgnYmFyLmh0bWwnKTsNCg0KYW5kIHRoZSBicm93 c2VyIGdvZXMgdG8gZmV0Y2ggJ2Jhci5odG1sJyBiZWZvcmUgaXQncyBmaW5pc2hlZCByZWNlaXZp bmcgdGhlIGNvbnRlbnQgZm9yICdmb28uaHRtbCcgPyAgVGhpcyBkb2Vzbid0IG1ha2UgbXVjaCBz ZW5zZSB0byBtZSBzaW5jZSBmZXRjaGluZyB0aGUgZG9jdW1lbnQgaGFwcGVucyBzZXF1ZW50aWFs bHkuDQoNCkkgZ3Vlc3MgdGhhdCBteSB0aGlua2luZyB3YXMgdGhhdCB0aGUgcXVldWUgd291bGQg aG9sZCBhbGwgdGhlIGRvY3MgdG8gZmV0Y2ggb3IgdGhhdCBoYXZlIGJlZW4gZmV0Y2hlZCwgYW5k IG9uY2UgYSBkb2MgaGF2ZSBiZWVuIGFkZGVkIHRoZW4gZmxpcHBpbmcgYmV0d2VlbiB0aGVtIChp ZS4gYW4gaHJlZiB0aGF0IGhhcyBhbiBscC5hZGQoJ2Zvby5odG1sJykpIHdvdWxkIGJlIGEgbWF0 dGVyIG9mIHNob3cvaGlkaW5nIHRoZSBhcHByb3ByaWF0ZSBpbmRleCBpbiB0aGUgQXJyYXkuICBJ IGd1ZXNzIEkgbXVzdCBiZSB3YXkgb2ZmIG9uIHRoaXMgb25lLg0KDQo+IFdoZW4gYSBVUkwgaXMg bG9hZGVkIGl0IGRpc2FwcGVhcnMgZnJvbSB0aGUgcXVldWUuDQoNClllcywgSSBkbyBzZWUgdGhh dCwgYnV0IHRoZSBBcnJheSBmb3IgdGhlIHF1ZXVlIGtlZXBzIGdyb3dpbmcuICBFdmVyeSB0aW1l ICdhZGQnIGlzIGNhbGxlZCwgYWxsIHRoZSBlbGVtZW50cyBpbiB0aGUgYXJyYXkgaG9sZHMgdGhl IHNhbWUgdGhpbmcuICBQdXR0aW5nIHRoZSBmb2xsb3dpbmcgY29kZSBpbiB0aGUgTG9hZFF1ZXVl LnByb3RvdHlwZS5sb2FkTmV4dCBmdW5jdGlvbiB3aWxsIHNob3cgeW91IHdoYXQgSSBtZWFuIChp ZiB5b3VyIGludGVyZXN0ZWQuLi46KS4NCg0KCXZhciBzdHIgPSAiIjsNCglmb3IodmFyIGk9MDsg aTx0aGlzLnF1ZXVlLmxlbmd0aDsgaSsrKSB7DQoJCXN0ciArPSAicXVldWVbIitpKyJdICIrdGhp cy5xdWV1ZVtpXSsiXG4iKyJ0aGlzLmluZGV4OiAiK3RoaXMuaW5kZXgrIlxuIjsNCgl9DQoJYWxl cnQoc3RyKTsNCg0KQW55IGlkZWFzIG9uIGhvdyB0byBmaXggdGhpcyA/Pw0KDQoNCj4gDQo+IFdp dGggdGhlIGN1cnJlbnQgd2lkZ2V0IG1vZGVsLCB5b3UgY2FuJ3Qgb3ZlcndyaXRlIG1ldGhvZHMg YW5kIGNhbGwNCj4gdGhlaXIgc3VwZXIgbWV0aG9kcyBsaWtlIHlvdSBjYW4gaW4gSmF2YS4gIFlv dSBoYXZlIHRvIHByZXNlcnZlIHRoZQ0KPiBvcmlnaW5hbCBtZXRob2QsIGxpa2UgdGhpczoNCj4g DQo+IG15Rm9vLnByb3RvdHlwZS5vcmlnU2V0VVJMID0gTG9hZFBhbmVsLnByb3RvdHlwZS5zZXRV Ukw7DQo+IG15Rm9vLnByb3RvdHlwZS5zZXRVUkwgPSBmdW5jdGlvbih1cmwpew0KPiAgIHRoaXMu b3JpZ1NldFVSTCh1cmwpOw0KPiB9DQoNClNvdW5kcyBsaWtlIGEgd29ya2FibGUgdGhpbmcgdG8g bWUuDQoNCj4gDQo+IElmIHlvdSdyZSB1c2luZyB0aGUgU3VwZXJDbGFzcyBvYmplY3QgKEkgZG9u J3Qga25vdyBpZiBpdCdzIA0KPiBpbmNsdWRlZCBpbg0KPiB0aGUgY3VycmVudCBkaXN0cm8pIHlv dSBjYW4gZG8gInRoaXMuU3VwZXIuc2V0VVJMIiAtLSB0aGUgU3VwZXJDbGFzcw0KPiBvYmplY3Qg c2ltdWxhdGVzIEphdmEncyBpbmhlcml0YW5jZSBzY2hlbWUuICBCdXQgeW91J2QgaGF2ZSB0byBj aGFuZ2UNCj4geW91ciB3aWRnZXQgdG8gdXNlIGl0Lg0KPg0KDQpUaGFua3MuICBJJ2xsIGludmVz dGlnYXRlIHRoaXMgb3B0aW9uLg0KIA0KPiBVbmxlc3Mgc29tZW9uZSBwdXRzIGNvbW1lbnRzIGlu IHRoZSBjb2RlLCB0aGVyZSdzIG5vIHdheSB0byB0ZWxsIGlmIGENCj4gbWV0aG9kIGlzIHByaXZh dGUgb3IgcHVibGljLiAgSSBhc3N1bWUgImdldEZpbGVTY29wZSIgaXMgaW50ZXJuYWwsIGJ1dA0K PiBvbmx5IGJlY2F1c2UgSSd2ZSBuZXZlciBoYWQgdG8gY2FsbCBpdCBteXNlbGYuICBEaWdnaW5n IA0KPiB0aHJvdWdoIHRoZSBjb2RlDQo+IG1heSBnaXZlIHlvdSBjbHVlcy4NCj4NCg0KQnVtbWVy LiAgSXQgc3VyZSB3b3VsZCBiZSBuaWNlIHRvIGhhdmUgc29tZSBzb3J0IG9mIGNvbnZlbnRpb24g KGllLiAncHJpdmF0ZScgbWV0aG9kcyBhbHdheXMgc3RhcnQgd2l0aCBpbiB1bmRlcnNjb3JlKS4g IFRoYXQgd2F5IHRydWRnaW5nIHRocm91Z2ggY29kZSB3b3VsZCBiZSBhIGxpdHRsZSBlYXNpZXIu DQoNCi1NYXJrIEhhdmlsYW5kDQo= |
From: Pascal B. <pa...@dy...> - 2000-12-29 10:29:18
|
New update to the precreation code. I think I got all the little bugs out now. I also got it working correctly under NS6. I haven't tested it with the official release yet, but I haven't changed that much to this code. cya, Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Scott A. L. <sc...@sc...> - 2000-12-29 04:26:39
|
Try changing your clip values from this: clip:(0px,0px,468px,60px); to this: clip:rect(0px,468px,60px,0px); those should be top, right, bottom, and left margins respectively. I don't know if you need the height and width attributes in the DIV tag itself, never tried it that way. ------ scott andrew lepera sc...@sc... web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Jared N. <ja...@aa...> - 2000-12-29 03:02:51
|
can anyone tell me how to make this work in NS. I need to clip a banner served to me by an ad agency to exactly fit inside 468/60 dimensions: <div style="position:relative; width:468px; height:60px; margin:0px; clip:(0px,0px,468px,60px); overflow:hidden;" width="468" height="60"></div> this works wonderfully in IE, in NS4.7, it just hides the image - is it a clipping issue in NS? |
From: William L. <wil...@ve...> - 2000-12-28 01:28:12
|
Instead of adding your layers as children of the relative layer, you might try to get the relative layer's x and y position on the page and then use those values as the coordinates for a moveTo() call in your onLoad function. This is assuming you're able to hard code the relative div so that it exists before the onLoad gets started. See this page http://scottandrew.com/index.php?today/dhtml_w3c.html and scottandrew.com in general for further details. Your previous post mentioned something about things getting messed up in Netscape after a resize. Having something like this after your DynAPI.onLoad() function should take care of that: DynAPI.onResize=function(){ location.reload() } -bill > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Albani, > Andrea > Sent: Wednesday, December 27, 2000 3:25 PM > To: 'dyn...@li...' > Subject: RE: [Dynapi-Dev] precreation NS and IE > > > Pascal, > > Since you are familiar with layer creation, perhaps you could help me. > I would like to place layers relative to other objects in the > page. How can > I do this? > > I have tried putting a relative "DIV" in the page and then adding > the layers > as children. But on Nestcape 4, the layer is damaged when I resize the > browser window. |
From: Scott A. L. <sc...@sc...> - 2000-12-28 00:20:48
|
Hi Mark, The queue in LoadPanel (and the old loadHTML extension) basically ensures that multiple load requests happen one after the other, instead of all at once. Both Netscape and IE seem to have troubles processing multiple load requests. The queue was created to make sure all requests were taken care of one at a time. When a URL is loaded it disappears from the queue. With the current widget model, you can't overwrite methods and call their super methods like you can in Java. You have to preserve the original method, like this: myFoo.prototype.origSetURL = LoadPanel.prototype.setURL; myFoo.prototype.setURL = function(url){ this.origSetURL(url); } If you're using the SuperClass object (I don't know if it's included in the current distro) you can do "this.Super.setURL" -- the SuperClass object simulates Java's inheritance scheme. But you'd have to change your widget to use it. Unless someone puts comments in the code, there's no way to tell if a method is private or public. I assume "getFileScope" is internal, but only because I've never had to call it myself. Digging through the code may give you clues. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Mark H. <mha...@ha...> - 2000-12-27 23:59:30
|
SG9wZSBzb21lYm9keSBjYW4gaGVscCBtZSBvbiB0aGlzIG9uZS4uLg0KDQpJJ20gdHJ5aW5nIHRv IGNyZWF0ZSBhIHdpZGdldCB0aGF0IGV4dGVuZHMgdGhlIGxvYWRwYW5lbCB3aWRnZXQsIGJ1dCBJ J20gcnVubmluZyBpbnRvIHRyb3VibGVzIHVuZGVyc3RhbmRpbmcgdGhlIGZvbGxvd2luZzoNCg0K LSBXaGF0J3MgdGhlIHBvaW50IG9mIHRoZSBxdWV1ZSA/ICBJcyB0aGlzIGluY29tcGxldGUgPz8N Cg0KRXZlcnkgdGltZSBJIGludm9rZSAnbHAuc2V0VVJMKCdmb28uaHRtbCcpIEkgbm90aWNlIHRo YXQgdGhlIHF1ZXVlIGtlZXBzIGdldHRpbmcgbGFyZ2VyLiAgU2hvdWxkbid0IGl0IGxvb3AgdGhy b3VnaCB0aGUgcXVldWUgdG8gZmlndXJlIG91dCBpZiBpdCBoYXMgYWxyZWFkeSBiZWVuIGxvYWRl ZCA/ICBNYXliZSBJJ20gbWlzc2luZyBzb21ldGhpbmcgaGVyZS4uLg0KDQotIElmIEkgb3ZlcnJp ZGUgYSBtZXRob2Qgb2YgbG9hZFBhbmVsLCBob3cgY2FuIEkgYWNjZXNzIGxvYWRQYW5lbCdzIG1l dGhvZCB3aXRoaW4gbWluZSA/DQoNCmZvciBleGFtcGxlLi4uDQoNCm15Rm9vLnByb3RvdHlwZS5z ZXRVUkwgPSBmdW5jdGlvbih1cmwpIHsNCiAgICAJLi4uIC8vZG8gc29tZSBzdHVmZg0KCS8vbm90 ZTogaW4gbXkgY29uc3RydWN0b3IgaSBzYXkgdGhpcy5zdXBlckNsYXNzID0gTG9hZFBhbmVsOw0K CXRoaXMuc3VwZXJDbGFzcy5zZXRVUkwodXJsKTsgICAgLy93aWxsIHRoaXMgd29yayA/DQp9DQoN Ci0gSG93IGRvIEkgdGVsbCBwcml2YXRlIG1ldGhvZHMgdnMuIHB1YmxpYyBvbmVzID8NCg0KV2hl biBJIGNydWlzZSB0aHJvdWdoIHRoZSBjb2RlIGFuZCBzZWUgYSBwcm90b3R5cGUgZGVmaW5pdGlv biBvZiAnTG9hZFBhbmVsLnByb3RvdHlwZS5nZXRGaWxlU2NvcGUnLCBJJ20gYXNzdW1pbmcgdGhh dCB0aGVyZSBpcyBzb21lIHJlYXNvbiBJIG1pZ2h0IHdhbnQgdG8gdXNlIHRoaXMgbWV0aG9kLiAg SXMgdGhpcyBjb3JyZWN0ID8gIElmIHNvLCBob3cgY2FuIEkgdGVsbCB3aGF0IHRoZSBtZXRob2Qg ZG9lcyB3aXRob3V0IGRpZ2dpbmcgdGhyb3VnaCB0aGUgY29kZSA/DQoNCklmIGFueW9uZSBjYW4g c2V0IG1lIHN0cmFpZ2h0IG9uIHRoZSBhYm92ZSwgSSdkIGJlIG11Y2ggYXBwcmVjaWF0ZWQuDQoN CnRoYW5rcywNCg0KLU1hcmsgSGF2aWxhbmQNCg== |
From: Michael P. <mp...@ph...> - 2000-12-27 21:02:00
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> I noticed that the latest snapshot of dan's has the following glitch: <p><tt>this.x=x||this.x;</tt> <br><tt>this.y=y||this.y;</tt> <p>should be: <p><tt>this.x=(x==null) ? this.x : x;</tt> <br><tt>this.y=(y==null) ? this.y : y;</tt> <p>For some reason, ther value '0' is being counted is not picked up in the first version. This caused some problems with drags finishing early and also stopped you from moving a layer to 0 (either x or y). <p>BTW: I've tweaked the dragging code to allow for snapping to the edge of the boundry, anyone interested? <p>-- <br>Michael Pemberton <br>mp...@ph... <br>ICQ: 12107010 <br> </html> |
From: Albani, A. <And...@bm...> - 2000-12-27 20:21:27
|
Pascal, Since you are familiar with layer creation, perhaps you could help me. I would like to place layers relative to other objects in the page. How can I do this? I have tried putting a relative "DIV" in the page and then adding the layers as children. But on Nestcape 4, the layer is damaged when I resize the browser window. Could you please help me? Thanks! Andy -----Original Message----- From: Pascal Bestebroer [mailto:pa...@dy...] Sent: Sunday, December 24, 2000 11:47 AM To: Dev Subject: [Dynapi-Dev] precreation NS and IE Finally got around doing some coding again, I started with Dan's precreation code and implementing it into Dynacore. I fixed the IE5+ part, I haven't tested IE4 but I don't think there are many differences in the style sheets and layer creation.. so it should work :) I've attached the code (only the pieces needed).. still can't get CVS working correctly, and have stopped trying, so here's the patch, hopefully someone else can implement it. cya, and merry christmass everyone! Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Pascal B. <pa...@dy...> - 2000-12-27 13:38:28
|
this line is currently commented out of dynlayer.js: // else if (is.ie55 && dlyr.bgImage==null && dlyr.html==null) dlyr.setBgImage('javascript:null'); // DS: sure this did anything? yes, this is needed to fix events on empty layers in IE5.5. cya Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Alexey M. <ma...@ca...> - 2000-12-26 18:17:44
|
Hello! Just whant to ask - are you know about: http://junix.kzn.ru/ Local copy (may be outdated): http://cad.ntu-kpi.kiev.ua/~netlib/js/Unixdemo/unix.zip http://cad.ntu-kpi.kiev.ua/~netlib/js/Unixdemo/unix/unix.htm Unix emulator , which could create mount coockies and local files as it's file system and create there files. It works in windows only (it uses keyboard alot - just like unix do ;). List of implemented commands: --------- $(1) $(2) $(3) # ? bc bye cat cd chmod clear cp cut date dialog echo eval exit fg fw grep icq if kill ln load ls lynx mail man mkdir more mount mv ping ps pwd rate read rm rmdir save sed set scan shift su tail tee touch unmount unset vi wc wget ` > < | ; { } & daemon --------- All in JavaScript as a frontend , but some in server side scripts |
From: Pascal B. <pa...@dy...> - 2000-12-25 00:16:44
|
Finally got around doing some coding again, I started with Dan's precreation code and implementing it into Dynacore. I fixed the IE5+ part, I haven't tested IE4 but I don't think there are many differences in the style sheets and layer creation.. so it should work :) I've attached the code (only the pieces needed).. still can't get CVS working correctly, and have stopped trying, so here's the patch, hopefully someone else can implement it. cya, and merry christmass everyone! Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Jared N. <ja...@aa...> - 2000-12-23 00:05:13
|
-me |