From: Michael B. <mi...@mi...> - 2003-11-05 14:44:29
|
Funny you should ask... http://www.michaelbystrom.com/download.php I already done the sound version for version 0.1 but there is a bug in (I think all) browsers that will make the dynlayer to (flimmer) when they are active ie moving, sliding, dragging etc. hence making the game unplayable... But as I was watching star wars (clone wars) about 30 min ago it just hit me to use a external html file to trigger all the sounds, there you go. ;) I will fine tune it some more maybe some music etc. I will also add music to the tetris and snake games... I like it. Michael > Den 03-11-05 14.56, skrev "Raymond Irving" <xw...@ya...>: > Wow! Awesome! > > How about a little sound effect with the FlashSound > class? > > Nice work > |
From: Raymond I. <xw...@ya...> - 2003-11-06 03:22:45
|
And while you're at it... How about some more levels, new space monsters and the ability to save the top scores unsing the Cookie Class? :) -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > > Funny you should ask... > > http://www.michaelbystrom.com/download.php > > I already done the sound version for version 0.1 but > there is a bug in (I > think all) browsers that will make the dynlayer to > (flimmer) when they are > active ie moving, sliding, dragging etc. hence > making the game unplayable... > But as I was watching star wars (clone wars) about > 30 min ago it just hit me > to use a external html file to trigger all the > sounds, there you go. ;) > > I will fine tune it some more maybe some music etc. > I will also add music to > the tetris and snake games... I like it. > > Michael > > > > Den 03-11-05 14.56, skrev "Raymond Irving" > <xw...@ya...>: > > Wow! Awesome! > > > > How about a little sound effect with the > FlashSound > > class? > > > > Nice work > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > Does SourceForge.net help you be more productive? > Does it > help you create better code? SHARE THE LOVE, and > help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |
From: Michael B. <mi...@mi...> - 2003-11-06 07:52:57
|
Hehe... I will leave it for a while to see some feedback, but top scores should be implemented I think. Maybe use database for online stuff... I will start fiddling with VDE again but... I've always wanted to do something like the old Zelda game hmmm this would be fun yeah I like to do that next break :) > Den 03-11-06 04.22, skrev "Raymond Irving" <xw...@ya...>: > > And while you're at it... How about some more levels, > new space monsters and the ability to save the top > scores unsing the Cookie Class? :) > > -- > Raymond Irving > > > --- Michael Bystrom <mi...@mi...> > wrote: >> >> Funny you should ask... >> >> http://www.michaelbystrom.com/download.php >> >> I already done the sound version for version 0.1 but >> there is a bug in (I >> think all) browsers that will make the dynlayer to >> (flimmer) when they are >> active ie moving, sliding, dragging etc. hence >> making the game unplayable... >> But as I was watching star wars (clone wars) about >> 30 min ago it just hit me >> to use a external html file to trigger all the >> sounds, there you go. ;) >> >> I will fine tune it some more maybe some music etc. >> I will also add music to >> the tetris and snake games... I like it. >> >> Michael |
From: Kevin <ke...@ke...> - 2003-11-07 14:17:27
|
Hi Michael, I like the game. I tested on IE6 Windows and Mozilla5 Linux. Both get a little quirky after you get past level 1 or 2. Things like; the invaders get stuck and don't move (great for shooting them!); when the invaders are low the user gun just won't fire or move. It looks as if the memory is ok (no leaks) but the cpu gets up at 100%. Maybe it's some rogue timer threads on the go? Just a note that the zip archive has all binary files. I can't extract on Unix properly to sort out the end of lines (EOLs) for text files. Not a huge problem as I see you have Mac carriage returns (CRs) for EOLs. So I can run a perl script to change them to Unix line feeds (LFs). Though if the text files had the 't' label in the zip archive this wouldn't be a problem as I could do an "unzip -a". Not sure if this can be done on a Mac? - Kevin ----- Original Message ----- From: "Michael Bystrom" <mi...@mi...> To: <dyn...@li...> Sent: Thursday, November 06, 2003 7:52 AM Subject: Re: [Dynapi-Dev] Space Invaders 0.2 (with sound) > > Hehe... > > I will leave it for a while to see some feedback, but top scores should be > implemented I think. Maybe use database for online stuff... > > I will start fiddling with VDE again but... I've always wanted to do > something like the old Zelda game hmmm this would be fun yeah I like to do > that next break :) > > > > Den 03-11-06 04.22, skrev "Raymond Irving" <xw...@ya...>: > > > > And while you're at it... How about some more levels, > > new space monsters and the ability to save the top > > scores unsing the Cookie Class? :) > > > > -- > > Raymond Irving > > > > > > --- Michael Bystrom <mi...@mi...> > > wrote: > >> > >> Funny you should ask... > >> > >> http://www.michaelbystrom.com/download.php > >> > >> I already done the sound version for version 0.1 but > >> there is a bug in (I > >> think all) browsers that will make the dynlayer to > >> (flimmer) when they are > >> active ie moving, sliding, dragging etc. hence > >> making the game unplayable... > >> But as I was watching star wars (clone wars) about > >> 30 min ago it just hit me > >> to use a external html file to trigger all the > >> sounds, there you go. ;) > >> > >> I will fine tune it some more maybe some music etc. > >> I will also add music to > >> the tetris and snake games... I like it. > >> > >> Michael > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Michael B. <mi...@mi...> - 2003-11-08 08:48:58
|
Den 03-11-07 15.12, skrev "Kevin" <ke...@ke...>: > > Hi Michael, > > I like the game. I tested on IE6 Windows and Mozilla5 Linux. > Both get a little quirky after you get past level 1 or 2. Things > like; the invaders get stuck and don't move (great for shooting > them!); when the invaders are low the user gun just won't fire > or move. It looks as if the memory is ok (no leaks) but the cpu > gets up at 100%. Maybe it's some rogue timer threads on the go? I will look into it thanks, I'm on a brief flash trip here I trying to learn this god dam program once and for all... > Just a note that the zip archive has all binary files. I can't extract > on Unix properly to sort out the end of lines (EOLs) for text files. > Not a huge problem as I see you have Mac carriage returns (CRs) > for EOLs. So I can run a perl script to change them to Unix line > feeds (LFs). Though if the text files had the 't' label in the zip > archive this wouldn't be a problem as I could do an "unzip -a". > Not sure if this can be done on a Mac? I'm using stuffit to do the zip files on mac, don't know anything about the unix side zip stuff sorry > - > Kevin |
From: Michael B. <mi...@mi...> - 2003-10-24 15:45:27
|
>> I also wrote a VDE wrapper that lets you import the >> saved vde xml file >> directly into the dynapi, and it will recreate the >> project for you. > > Not sure how this works but will look into it. It's a simple little thing could be useful later I. I have a gut feeling something like this will be needed >> I also gave Spock a little face lift so that it >> doesn't feel left out. > > Ok, but now I can hardly see the button outlines. ???? That odd they look fine on my TFT and my Radius >> If anybody got Ideas for the add event or add widget >> please let me know. > > I think add events to widgets should be much easier to > do. Here how I think it can be done: > > 1) Double click on a layer to open up a code window. > This window will contain a drop down menu of the > various events. > > 2) The user then selects the event and then enter som > code in a text box below the drop down menu and then > click ok. This should then save the text into some > events collection object. Ok thanks I have one idea that will try to do first. > Have you ever tried creating a very large project with > the vde? You should try it and then try saving and > loading the project to how it performs performs. > > SODA takes a longer time to convert a js object into > string and back than it would a js array. Where > possible it's best to use arrays. For the DataSource > class I had to use to following format inorder to get > better performance when working with lots of data. > > record={ > dataRowIndex:0, > dataRowCount:4, > fieldnames:['id','fname'], > fieldvalues:[ [1,'mary'], > [1,'jane'], > [1,'john'], > [1,'paul'], > ] > } This is the sytem I'm using now to collect the info array[array.length] = { dynlayer:c.name, x:c.getX(), y:c.getY(), w:c.getWidth(), h:c.getHeight(), color:c.getBgColor(), v:c.getVisible(), z:c.getZIndex(), img:c.getBgImage(), html:c.getHTML(), parent:c.parent.name, locked:c.isLocked, isVisible:c.isVisible, vislyr:c.vislyr, linkedTo:c.linkedTo, name:c.name, isRelative: c.isRelative } Isn't this the fastest way. There are no sub arrays or objects. Except for relative (not tested this feature with save and paste) They are all numbers and strings. ? |
From: Raymond I. <xw...@ya...> - 2003-10-24 18:19:49
|
--- Michael Bystrom <mi...@mi...> > > This is the sytem I'm using now to collect the info > > array[array.length] = { > dynlayer:c.name, > x:c.getX(), > y:c.getY(), > w:c.getWidth(), > h:c.getHeight(), > color:c.getBgColor(), > v:c.getVisible(), > z:c.getZIndex(), > img:c.getBgImage(), > html:c.getHTML(), > parent:c.parent.name, > locked:c.isLocked, > isVisible:c.isVisible, > vislyr:c.vislyr, > linkedTo:c.linkedTo, > name:c.name, > isRelative: c.isRelative > } > > Isn't this the fastest way. There are no sub arrays > or objects. > Except for relative (not tested this feature with > save and paste) > They are all numbers and strings. > > ? I think this should be ok. We just will have to test it. -- Raymond Irving > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Doug M. <do...@cr...> - 2003-10-24 18:38:54
|
Hey, what browsers is the vde supposed to work in? I can't draw layers in IE6 and Moz 1.3.1 crashed when I tried to draw a layer. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Friday, October 24, 2003 2:12 PM Subject: Re: [Dynapi-Dev] VDE-0.1rc3 release > > --- Michael Bystrom <mi...@mi...> > > > > This is the sytem I'm using now to collect the info > > > > array[array.length] = { > > dynlayer:c.name, > > x:c.getX(), > > y:c.getY(), > > w:c.getWidth(), > > h:c.getHeight(), > > color:c.getBgColor(), > > v:c.getVisible(), > > z:c.getZIndex(), > > img:c.getBgImage(), > > html:c.getHTML(), > > parent:c.parent.name, > > locked:c.isLocked, > > isVisible:c.isVisible, > > vislyr:c.vislyr, > > linkedTo:c.linkedTo, > > name:c.name, > > isRelative: c.isRelative > > } > > > > Isn't this the fastest way. There are no sub arrays > > or objects. > > Except for relative (not tested this feature with > > save and paste) > > They are all numbers and strings. > > > > ? > > I think this should be ok. We just will have to test > it. > > -- > Raymond Irving > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net > > Donation Program. > > Do you like what SourceForge.net is doing for the > > Open > > Source Community? Make a contribution, and help us > > add new > > features and functionality. Click here: > > http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 |
From: Michael B. <mi...@mi...> - 2003-10-24 19:11:15
|
Hi Doug, It was written on Macintosh Mozilla and should run on all versions from 1.2 VDE has never had a crash on my Mac. Well not true IE5 crashed the original dynapi 2.55 version in beginning. I just started to debug IE6 Win on virtual PC and found some errors. Fu"""##""#" Don't worry I realy like to track down bugs so this will be fun. IT WILL work on IE6 no problems, just a few beers and SPOCK and I'm happy... Well my wife might have another opinion but... CheriomissSofie... Michael. Den 03-10-24 20.39, skrev "Doug Melvin" <do...@cr...>: > Hey, what browsers is the vde supposed to work in? > I can't draw layers in IE6 and Moz 1.3.1 crashed when I tried to draw a > layer. |
From: Michael B. <mi...@mi...> - 2003-10-24 20:57:14
|
Hello IE list folk. It's my mistake I know but I think that Mozilla is a better browser then Microsoft's IE and I missed this... I just booted IOS, VED and other in IE mac, win and all HELL broke loose I know dynapi3 is beta but still. p.setPageLocation = function(x,y) { if (this.isChild) { if (dynapi.ua.v>=5) { if (cx) this.css.pixelLeft = this.x; if (cy) this.css.pixelTop = this.y; } else { if (cx) this.css.left = this.x+"px"; if (cy) this.css.top = this.y+"px"; } } return this.setLocation(x,y); }; If i'm not mistaken it should look something like this. p.setPageLocation = function(x,y) { if (this.isChild) { if (x!=null) x = x - this.parent.getPageX(); if (y!=null) y = y - this.parent.getPageY(); } return this.setLocation(x,y); }; I did spend a lot of time making dynapi 2.55 Mac ie5 work on IOS and now I feel I'm back in the same spot. There is a lot more then this, Mac is VERRY particular with the way you create layers... Well I leave that for now. IE folks Please look over the code if you please Rock'n Roll Michael |
From: Daniel T. <de...@ti...> - 2003-10-25 09:31:26
|
Hej Michael! What would be really good in the vde is: When dragged a layer, and the layer is still active, the boxes should not be removed. If dragging a box on a layer, the layer could be resized. I could not rename a layer yesterday when i tried, is there some "special" way to do that or is that feature not implemented? Just some small idees. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 23 oktober 2003 14:28 To: dyn...@li... Subject: [Dynapi-Dev] VDE-0.1rc3 release VDE-0.1rc3 All functions are now working (I hope). :) Only one little thing with the way that image path is saved, have to think on this over a beer. I also wrote a VDE wrapper that lets you import the saved vde xml file directly into the dynapi, and it will recreate the project for you. Check the folder "import" I also gave Spock a little face lift so that it doesn't feel left out. If anybody got Ideas for the add event or add widget please let me know. And please help debug on windows http://www.michaelbystrom.com/download.php (at the bottom of the page VDE-0.1rc3) Michael ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-26 14:54:48
|
I think once you click on the layer inside the vde it should remain in select/edit mode so the use can know which layer is currently selected. Clicking and holding for 400ms does the same think but it just take a longer time :) In most ide (or visual ide) once you click on the object it remains selected so you can know which object is selected. -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hej Michael! > > What would be really good in the vde is: > When dragged a layer, and the layer is still active, > the boxes should > not be removed. > If dragging a box on a layer, the layer could be > resized. > > I could not rename a layer yesterday when i tried, > is there some > "special" way to do that or is that feature not > implemented? > > Just some small idees. > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Michael > Bystrom > Sent: den 23 oktober 2003 14:28 > To: dyn...@li... > Subject: [Dynapi-Dev] VDE-0.1rc3 release > > > VDE-0.1rc3 > > All functions are now working (I hope). :) > > Only one little thing with the way that image path > is saved, have to > think on this over a beer. > > I also wrote a VDE wrapper that lets you import the > saved vde xml file > directly into the dynapi, and it will recreate the > project for you. > > Check the folder "import" > > I also gave Spock a little face lift so that it > doesn't feel left out. > > If anybody got Ideas for the add event or add widget > please let me know. > > And please help debug on windows > > http://www.michaelbystrom.com/download.php > (at the bottom of the page VDE-0.1rc3) > > Michael > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. Do you > like what SourceForge.net is doing for the Open > Source Community? Make > a contribution, and help us add new features and > functionality. Click > here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Daniel T. <de...@ti...> - 2003-10-25 00:41:56
|
Hi! If i have a layer that i need to positioned in the middle and it is 500,500 in size how do i do this? If the window is bigger the layer will still be in the middle and so on... I am stuck.. Regards Daniel |
From: C K. <cki...@ne...> - 2003-10-25 06:37:37
|
I know I've seen mydynlayer.setAnchor({centerH:left,centerV:top}) used somewhere. I'm not exactly sure yet how to use anchors, but I hope this helps. Christopher Kissinger Web Development Consultant >>> -----Original Message----- >>> From: dyn...@li... >>> [mailto:dyn...@li...] On Behalf >>> Of Daniel Tiru >>> Sent: Friday, October 24, 2003 7:37 PM >>> To: dyn...@li... >>> Subject: [Dynapi-Dev] Anchor >>> >>> >>> Hi! >>> >>> If i have a layer that i need to positioned in the middle and it is >>> 500,500 in size how do i do this? If the window is bigger >>> the layer will >>> still be in the middle and so on... I am stuck.. >>> >>> Regards >>> Daniel >>> >>> >>> >>> >>> >>> |
From: Michael B. <mi...@mi...> - 2003-10-25 09:06:50
|
Yep anchor will do it, but this is how I do it. Layer with regards to document size. middle = dynapi.document.addChild( new DynLayer("",0,0,500,500) ) resizeLayer = function () { var w = dynapi.document.getWidth()/2 - middle.getWidth()/2 var h = dynapi.document.getHeight()/2 - middle.getHeight()/2 middle.setLocation(w,h) } window.onresize = function () { resizeLayer() } Cheers Michael Note: If you have not done it you have to remove the if statement in getWith() and height inside the dyndocument.js otherwise dynapi does not get the new document size. p.getWidth = function() { //if (!this.w) this.findDimensions(); return this.w; }; p.getHeight = function() { //if (!this.h) this.findDimensions(); return this.h; }; Den 03-10-25 08.29, skrev "C Kissinger" <cki...@ne...>: > I know I've seen mydynlayer.setAnchor({centerH:left,centerV:top}) used > somewhere. > I'm not exactly sure yet how to use anchors, but I hope this helps. > > Christopher Kissinger > Web Development Consultant > > >>>> -----Original Message----- >>>> From: dyn...@li... >>>> [mailto:dyn...@li...] On Behalf >>>> Of Daniel Tiru >>>> Sent: Friday, October 24, 2003 7:37 PM >>>> To: dyn...@li... >>>> Subject: [Dynapi-Dev] Anchor >>>> >>>> >>>> Hi! >>>> >>>> If i have a layer that i need to positioned in the middle and it is >>>> 500,500 in size how do i do this? If the window is bigger >>>> the layer will >>>> still be in the middle and so on... I am stuck.. >>>> >>>> Regards >>>> Daniel |
From: Daniel T. <de...@ti...> - 2003-10-25 12:24:55
|
Hi! This dont work for me... I get a error saying: 'this.elm.cleintWidth' is null or not an object. Any idee? /Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 25 oktober 2003 11:01 To: dyn...@li... Subject: Re: [Dynapi-Dev] Anchor Yep anchor will do it, but this is how I do it. Layer with regards to document size. middle = dynapi.document.addChild( new DynLayer("",0,0,500,500) ) resizeLayer = function () { var w = dynapi.document.getWidth()/2 - middle.getWidth()/2 var h = dynapi.document.getHeight()/2 - middle.getHeight()/2 middle.setLocation(w,h) } window.onresize = function () { resizeLayer() } Cheers Michael Note: If you have not done it you have to remove the if statement in getWith() and height inside the dyndocument.js otherwise dynapi does not get the new document size. p.getWidth = function() { //if (!this.w) this.findDimensions(); return this.w; }; p.getHeight = function() { //if (!this.h) this.findDimensions(); return this.h; }; Den 03-10-25 08.29, skrev "C Kissinger" <cki...@ne...>: > I know I've seen mydynlayer.setAnchor({centerH:left,centerV:top}) used > somewhere. I'm not exactly sure yet how to use anchors, but I hope > this helps. > > Christopher Kissinger > Web Development Consultant > > >>>> -----Original Message----- >>>> From: dyn...@li... >>>> [mailto:dyn...@li...] On Behalf Of >>>> Daniel Tiru >>>> Sent: Friday, October 24, 2003 7:37 PM >>>> To: dyn...@li... >>>> Subject: [Dynapi-Dev] Anchor >>>> >>>> >>>> Hi! >>>> >>>> If i have a layer that i need to positioned in the middle and it >>>> is 500,500 in size how do i do this? If the window is bigger the >>>> layer will still be in the middle and so on... I am stuck.. >>>> >>>> Regards >>>> Daniel ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Daniel T. <de...@ti...> - 2003-10-25 22:33:11
|
I got my anchor mail six times, and there seams to be more comming in that i have written, and thats from yesterday... Do you also get my mails several times? /Daniel |
From: Leif W <war...@us...> - 2003-10-25 22:45:41
|
Yeah I got a few too. About 6 for the anchor and the other a few also. Leif ----- Original Message ----- From: "Daniel Tiru" <de...@ti...> To: <dyn...@li...> Sent: Saturday, October 25, 2003 6:30 PM Subject: [Dynapi-Dev] Mail problem... > I got my anchor mail six times, and there seams to be more comming in > that i have written, and thats from yesterday... Do you also get my > mails several times? > > /Daniel > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Daniel T. <de...@ti...> - 2003-10-25 22:53:00
|
Really strange... Is there some logging on this stuff? So we could see what is wrong? /Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Leif W Sent: den 26 oktober 2003 00:38 To: dyn...@li... Subject: Re: [Dynapi-Dev] Mail problem... Yeah I got a few too. About 6 for the anchor and the other a few also. Leif ----- Original Message ----- From: "Daniel Tiru" <de...@ti...> To: <dyn...@li...> Sent: Saturday, October 25, 2003 6:30 PM Subject: [Dynapi-Dev] Mail problem... > I got my anchor mail six times, and there seams to be more comming in > that i have written, and thats from yesterday... Do you also get my > mails several times? > > /Daniel > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. Do you > like what SourceForge.net is doing for the Open Source Community? > Make a contribution, and help us add new features and functionality. > Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-26 15:57:21
|
I think the problem is with your mail server or mail client. -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Really strange... Is there some logging on this > stuff? So we could see > what is wrong? > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Leif W > Sent: den 26 oktober 2003 00:38 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Mail problem... > > > Yeah I got a few too. About 6 for the anchor and > the other a few also. > > Leif > > ----- Original Message ----- > From: "Daniel Tiru" <de...@ti...> > To: <dyn...@li...> > Sent: Saturday, October 25, 2003 6:30 PM > Subject: [Dynapi-Dev] Mail problem... > > > > I got my anchor mail six times, and there seams to > be more comming in > > that i have written, and thats from yesterday... > Do you also get my > > mails several times? > > > > /Daniel > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net > Donation Program. Do you > > > like what SourceForge.net is doing for the Open > Source Community? > > Make a contribution, and help us add new features > and functionality. > > Click here: http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. Do you > like what SourceForge.net is doing for the Open > Source Community? Make > a contribution, and help us add new features and > functionality. Click > here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Doug M. <do...@cr...> - 2003-10-27 16:09:39
|
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 |
From: Doug M. <do...@cr...> - 2003-10-27 20:15:01
|
speaking of mail problems.. Frag. anyways, the text was: May admins around the world (hundreds to thousands) are racing to upgrade and reconfigure their email servers (outgoing) to combat spam and email worms. Of course, this will lead to many miss-configurations and some bad Software choices (who the hell uses exchange when they can avoid it!?!?) In my case, the outgoing relay server is refusing to send some of my messages (error 550 not allowed to send to that address) Also I have seen some of my messages "stutter" or show up multiple times in a persons inbox.. (or this list) Add to that the Outlook Express 6 is sending some of my emails sans-content.. I am having a hell of a great time.. you guys? :-) Never mind that the average download speed on any connection in Ottawa has dropped of the last month or so.. God-damned morons who have nothing better to do than write evil software that damages the one thing that likely brings their pathetic lives joy : the Internet ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Monday, October 27, 2003 11:04 AM Subject: Re: [Dynapi-Dev] Mail problem... > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 |
From: Leif W <war...@us...> - 2003-10-27 21:59:08
|
Motivation. To switch to quality mail servers, like sendmail, qmail, or exim. :-) Also, noticed Lookout Express sometimes prepends a message with a random length snippet of what was in my clipboard. (!) The cable company's mail server at charter.net (Communigate pro) is sluggish at times, randomly drops messages silently, delivers hours or days later (on rare occasions). It's motivation enough for me to decide to violate their user agreement for the Nth degree by setting up yet another piece of server software, my own mail server running exim. :-) It's on the TODO list now. Leif P.S. TODO list (no particular order): 1) Encode some WAV files to MP3 of new CDs I just received. 2) Miscellaneous turtle aquarium errands and fiddlings 3) Install and configure cygwin environment 4) Compile Mozilla Firebird from source, with DOM Inspector support 5) Finish working on a Mozilla Firebird Skin (need DOM Inspector) 6) Finish IOElement SODA PHP 7) Setup exim 8) Wash that sink full of dirty dishes. :-) 9) Clean space on hard drives ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Monday, October 27, 2003 11:44 AM Subject: Re: [Dynapi-Dev] Mail problem... > speaking of mail problems.. > > Frag. > anyways, the text was: > > May admins around the world (hundreds to thousands) are racing to > upgrade and reconfigure their email servers (outgoing) to combat spam and > email worms. > > Of course, this will lead to many miss-configurations and some bad Software > choices > (who the hell uses exchange when they can avoid it!?!?) > > In my case, the outgoing relay server is refusing to send some of my > messages (error 550 not allowed to send to that address) > > Also I have seen some of my messages "stutter" or show up multiple times in > a persons inbox.. (or this list) > > Add to that the Outlook Express 6 is sending some of my emails > sans-content.. > > I am having a hell of a great time.. you guys? > :-) > > Never mind that the average download speed on any connection in Ottawa has > dropped of the last month or so.. > > God-damned morons who have nothing better to do than write evil > software that damages the one thing that likely brings their pathetic lives > joy : the Internet > ----- Original Message ----- > From: "Doug Melvin" <do...@cr...> > To: <dyn...@li...> > Sent: Monday, October 27, 2003 11:04 AM > Subject: Re: [Dynapi-Dev] Mail problem... > > > > > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net Donation Program. > > Do you like what SourceForge.net is doing for the Open > > Source Community? Make a contribution, and help us add new > > features and functionality. Click here: http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Kevin <ke...@ke...> - 2003-10-26 15:35:44
|
Yes the list is getting repeats - so will all subscribers. - Kevin ----- Original Message ----- From: "Daniel Tiru" <de...@ti...> To: <dyn...@li...> Sent: Saturday, October 25, 2003 10:30 PM Subject: [Dynapi-Dev] Mail problem... > I got my anchor mail six times, and there seams to be more comming in > that i have written, and thats from yesterday... Do you also get my > mails several times? > > /Daniel > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-26 15:56:29
|
Be careful with window.onresize! I think dynapi used this event for window resizing functions. It's best to use the onresize event listener on dynapi.document inside of using window.onresize -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > > Yep anchor will do it, but this is how I do it. > Layer with regards to document size. > > middle = dynapi.document.addChild( new > DynLayer("",0,0,500,500) ) > > resizeLayer = function () { > var w = dynapi.document.getWidth()/2 - > middle.getWidth()/2 > var h = dynapi.document.getHeight()/2 - > middle.getHeight()/2 > middle.setLocation(w,h) > } > > window.onresize = function () { resizeLayer() } > > Cheers > Michael > > > Note: > If you have not done it you have to remove the if > statement in getWith() and > height inside the dyndocument.js otherwise dynapi > does not get the new > document size. > > p.getWidth = function() { > //if (!this.w) > this.findDimensions(); > return this.w; > }; > p.getHeight = function() { > //if (!this.h) > this.findDimensions(); > return this.h; > }; > > > > > > > > Den 03-10-25 08.29, skrev "C Kissinger" > <cki...@ne...>: > > > I know I've seen > mydynlayer.setAnchor({centerH:left,centerV:top}) > used > > somewhere. > > I'm not exactly sure yet how to use anchors, but I > hope this helps. > > > > Christopher Kissinger > > Web Development Consultant > > > > > >>>> -----Original Message----- > >>>> From: dyn...@li... > >>>> > [mailto:dyn...@li...] On > Behalf > >>>> Of Daniel Tiru > >>>> Sent: Friday, October 24, 2003 7:37 PM > >>>> To: dyn...@li... > >>>> Subject: [Dynapi-Dev] Anchor > >>>> > >>>> > >>>> Hi! > >>>> > >>>> If i have a layer that i need to positioned in > the middle and it is > >>>> 500,500 in size how do i do this? If the > window is bigger > >>>> the layer will > >>>> still be in the middle and so on... I am > stuck.. > >>>> > >>>> Regards > >>>> Daniel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |